Skip to content

Commit

Permalink
Document types without min/max write support
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 22, 2024
1 parent f9e5428 commit 3f96d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
#' @param write_minmax_values Whether to write minimum and maximum values
#' per row group, for data types that support this in [write_parquet()].
#' However, nanoparquet currently does not support minimum and maximum
#' values for the `DECIMAL` and `FLOAT16` logical types. Currently the
#' default is `TRUE`.
#' values for the `DECIMAL`, `UUID` and `FLOAT16` logical types and the
#' `BOOLEAN`, `BYTE_ARRAY` and `FIXED_LEN_BYTE_ARRAY` primitive types
#' if they are writing without a logical type. Currently the default
#' is `TRUE`.
#'
#' @return List of nanoparquet options.
#'
Expand Down
6 changes: 4 additions & 2 deletions man/parquet_options.Rd

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

0 comments on commit 3f96d6c

Please sign in to comment.