Re-exportsยง
pub use super::arrow_58::FromArrow;pub use super::arrow_58::ToArrow;pub use super::arrow_58::arrow_array;pub use super::arrow_58::arrow_buffer;pub use super::arrow_58::arrow_cast;pub use super::arrow_58::arrow_schema;pub use super::arrow_58::is_parquet_field_match_source_schema;pub use super::arrow_58::is_parquet_schema_match_source_schema;
Structsยง
- Default
Iceberg ๐From Arrow - Iceberg
Arrow Convert - Iceberg
Create Table Arrow Convert - Iceberg sink with
create_table_if_not_existsoption will use this struct to convert the iceberg data type to arrow data type.
Enumsยง
- Binary
Array ๐Accessor - A binary-like Arrow array with its physical layout resolved once per batch, so the per-row hot path just indexes the already-downcast array.
Constantsยง
Functionsยง
- variant_
array_ ๐to_ variant - variant_
arrow_ ๐field - The Arrow field layout of an unshredded variant column, tagged with the
arrow.parquet.variantextension.