Expand description
TODO: add docs This module provides conversions and utilities for working with Arrow data structures.
Modulesยง
- Module for handling conversion from Arrow arrays to columns.
- Module for handling conversions between columns and Arrow arrays.
- Module for converting between owned and Arrow data structures. This module provide
FromandTryFromimplementations to go between arrow and owned types The mapping is as follows:OwnedType<->Array/ArrayRefOwnedTable<->RecordBatchBoolean<->BooleanBigInt<->Int64VarChar<->Utf8/StringInt128<->Decimal128(38,0)Decimal75<->S - Module for converting record batches.
- Module for record batch error definitions.
- Utility functions for record batches.
- Module for scalar and i256 conversions.