Expand description
Utilities to work with Arrow
data and types.
Structs§
- Datum
- A wrapper around a generic Arrow array that can be used as a Datum in Arrow compute.
Traits§
Functions§
- from_
arrow_ array_ with_ len - Convert an Arrow array to an Array with a specific length. This is useful for compute functions that delegate to Arrow using Datum, which will return a scalar (length 1 Arrow array) if the input array is constant.
- infer_
data_ type - Try to convert a Vortex
DType
into an ArrowDataType
Top level nulltability from the DType is dropped, Arrow represents nullability for a DataType inField
- infer_
schema - Convert a Vortex struct DType to an Arrow Schema.