Expand description
Contains writer which writes arrow data into parquet data.
Modulesยง
- byte_
array ๐ - levels ๐Parquet definition and repetition levels
Structsยง
- The data for a single column chunk, see
ArrowColumnWriter
- Arrow
Column ๐Chunk Data A single column chunk produced byArrowColumnWriter
- A
Read
forArrowColumnChunkData
- Encodes
ArrowLeafColumn
toArrowColumnChunk
- A leaf column that can be encoded by
ArrowColumnWriter
- Arrow
Page ๐Writer - Arrow
RowGroup ๐Writer Encodes [RecordBatch
] to a parquet row group - Encodes [
RecordBatch
] to parquet - Arrow-specific configuration settings for writing parquet files.
Enumsยง
Functionsยง
- Computes the
ArrowLeafColumn
for a potentially nested [ArrayRef
] - Gets the
ArrowColumnWriter
for the givendata_type
- get_
bool_ ๐array_ slice - Returns the
ArrowColumnWriter
for a given schema - get_
fsb_ ๐array_ slice - Returns 12-byte values representing 3 values of months, days and milliseconds (4-bytes each). An Arrow DayTime interval only stores days and millis, thus the first 4 bytes are not populated.
- Returns 12-byte values representing 3 values of months, days and milliseconds (4-bytes each). An Arrow YearMonth interval only stores months, thus only the first 4 bytes are populated.
- write_
leaf ๐ - write_
primitive ๐
Type Aliasesยง
- Shared
Column ๐Chunk A sharedArrowColumnChunkData