Module parquet::arrow::arrow_writer
source · Expand description
Contains writer which writes arrow data into parquet data.
Structs§
- The data for a single column chunk, see
ArrowColumnWriter
- Encodes
ArrowLeafColumn
toArrowColumnChunk
- A leaf column that can be encoded by
ArrowColumnWriter
- Encodes
RecordBatch
to parquet - Arrow-specific configuration settings for writing parquet files.
Functions§
- Computes the
ArrowLeafColumn
for a potentially nestedArrayRef
- Returns the
ArrowColumnWriter
for a given schema