Expand description
Conversion between Iceberg and Arrow schema
Structs§
- ArrowFileReader is a wrapper around a FileRead that impls parquets AsyncFileReader.
- Reads data from Parquet files
- Builder to create ArrowReader
Constants§
- When iceberg map type convert to Arrow map type, the default map field name is “key_value”.
- UTC time zone for Arrow timestamp type.
Traits§
- A post order arrow schema visitor.
Functions§
- Convert Arrow schema to Iceberg schema.
- Convert arrow struct array to iceberg struct value array. This function will assume the schema of arrow struct array is the same as iceberg struct type.
- Convert Arrow type to iceberg type.
- Convert iceberg schema to an arrow schema.
- Convert iceberg type to an arrow type.