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
From
andTryFrom
implementations to go between arrow and owned types The mapping is as follows:OwnedType
<->Array/ArrayRef
OwnedTable
<->RecordBatch
Boolean
<->Boolean
BigInt
<->Int64
VarChar
<->Utf8/String
Int128
<->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.