Module arrow

Module arrow 

Source
Expand description

Module for Arrow interoperability including conversion between Arrow arrays and columns. This module provides conversions and utilities for working with Arrow data structures.

Modulesยง

arrow_array_to_column_conversion
Module for handling conversion from Arrow arrays to columns.
column_arrow_conversions
Module for handling conversions between columns and Arrow arrays.
owned_and_arrow_conversions
Module for converting between owned and Arrow data structures. This module provides From and TryFrom 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
record_batch_conversion
Module for converting record batches.
record_batch_errors
Module for record batch error definitions.
scalar_and_i256_conversions
Module for scalar and i256 conversions.