Expand description
Conversion between Iceberg and Arrow schema
Structs§
- 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 type to iceberg type.
- Convert iceberg schema to an arrow schema.
- Convert iceberg type to an arrow type.