Skip to main content

Module parquet

Module parquet 

Source
Expand description

Parquet I/O builtins โ€” read.parquet() and write.parquet() for reading and writing Apache Parquet files as data frames.

Feature-gated behind the parquet feature flag. Uses the parquet and arrow crates to convert between Arrow columnar format and R values.

Staticsยง

__INTERP_REG_BUILTIN_READ_PARQUET ๐Ÿ”’
__INTERP_REG_BUILTIN_WRITE_PARQUET ๐Ÿ”’

Functionsยง

arrow_column_to_rvector ๐Ÿ”’
Convert an Arrow array column to an R vector.
builtin_read_parquet ๐Ÿ”’
Read a Parquet file into a data.frame.
builtin_write_parquet ๐Ÿ”’
Write a data.frame to a Parquet file.
concatenate_rvectors ๐Ÿ”’
Concatenate multiple R vectors of the same type into one.
rvector_to_arrow_array ๐Ÿ”’
Convert an R vector to an Arrow ArrayRef for writing.
rvector_to_arrow_type ๐Ÿ”’
Map an R vector type to an Arrow DataType for schema construction.