Skip to content

Commit

Permalink
add doccomments for parquet format options in R
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Feb 23, 2020
1 parent 7d90954 commit 30e2c3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions r/R/dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ FileSystemSourceFactory$create <- function(filesystem,
#' Currently supported options are "parquet", "arrow", and "ipc" (an alias for
#' the Arrow file format)
#' * `...`: Additional format-specific options
#' format="parquet":
#' * `use_buffered_stream`: Read files through buffered input streams rather than
#' loading entire chunks at a time.
#' * `buffer_size`: Size of buffered stream, if enabled.
#' * `dict_columns`: Names of columns which should be read as dictionaries.
#'
#' It returns the appropriate subclass of `FileFormat` (e.g. `ParquetFileFormat`)
#' @rdname FileFormat
Expand Down

0 comments on commit 30e2c3f

Please sign in to comment.