Expand description
Contains writer which writes arrow data into parquet data.
Modulesยง
- byte_
array ๐ - levels ๐
- Parquet definition and repetition levels
Structsยง
- Arrow
Column Chunk - The data for a single column chunk, see
ArrowColumnWriter
- Arrow
Column ๐Chunk Data - A single column chunk produced by
ArrowColumnWriter
- Arrow
Column ๐Chunk Reader - A
Read
forArrowColumnChunkData
- Arrow
Column Writer - Encodes
ArrowLeafColumn
toArrowColumnChunk
- Arrow
Column ๐Writer Factory - Gets
ArrowColumnWriter
instances for different data types - Arrow
Leaf Column - A leaf column that can be encoded by
ArrowColumnWriter
- Arrow
Page ๐Writer - Arrow
RowGroup ๐Writer - Encodes [
RecordBatch
] to a parquet row group - Arrow
RowGroup ๐Writer Factory - Arrow
Writer - Encodes [
RecordBatch
] to parquet - Arrow
Writer Options - Arrow-specific configuration settings for writing parquet files.
Enumsยง
Functionsยง
- compute_
leaves - Computes the
ArrowLeafColumn
for a potentially nested [ArrayRef
] - get_
bool_ ๐array_ slice - get_
column_ writers - Returns the
ArrowColumnWriter
for a given schema - get_
column_ ๐writers_ with_ encryptor - Returns the
ArrowColumnWriter
for a given schema and supports columnar encryption - get_
decimal_ ๐128_ array_ slice - get_
decimal_ ๐256_ array_ slice - get_
float_ ๐16_ array_ slice - get_
fsb_ ๐array_ slice - get_
interval_ ๐dt_ 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.
- get_
interval_ ๐ym_ array_ slice - 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 shared
ArrowColumnChunkData