Skip to content

Commit

Permalink
Merge pull request #118 from yutannihilation/doc/write-parquet
Browse files Browse the repository at this point in the history
List supported data encodings properly
  • Loading branch information
gaborcsardi authored Feb 10, 2025
2 parents 47b0fd6 + 08e8fe7 commit f4923a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions R/write-parquet.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@
#' or nanoparquet does not implement it, `write_parquet()` throws an
#' error.
#'
#' This version of nanoparquet supports the following encodings:
#' `r paste("\u0060", names(nanoparquet:::encodings), "\u0060", collapse = ", ")`.
#' Currently `write_parquet()` supports the following encodings:
#'
#' - `PLAIN` for all column types,
#' - `PLAIN_DICTIONARY` and `RLE_DICTIONARY` for all column types,
#' - `RLE` for BOOLEAN columns.
#'
#' See [parquet-encodings] for more about encodings.
#' @param metadata Additional key-value metadata to add to the file.
Expand Down
8 changes: 6 additions & 2 deletions man/write_parquet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4923a7

Please sign in to comment.