Expand description
Module for transforming a typed arrow Array
to VariantArray
.
Macrosยง
- decimal_
to_ ๐variant_ decimal - Convert a decimal value to a
VariantDecimal
- generic_
conversion_ ๐single_ value - Convert the value at a specific index in the given array into a
Variant
, usingmethod
requiring a generic type to downcast the generic array to a specific array type andcast_fn
to transform the element. - impl_
primitive_ ๐from_ variant - Macro to generate PrimitiveFromVariant implementations for Arrow primitive types
- non_
generic_ ๐conversion_ single_ value - Convert the value at a specific index in the given array into a
Variant
. - primitive_
conversion_ ๐single_ value - Convert the value at a specific index in the given array into a
Variant
.
Structsยง
- Cast
Options - Options for controlling the behavior of
cast_to_variant_with_options
.
Traitsยง
- Primitive
From ๐Variant - Extension trait for Arrow primitive types that can extract their native value from a Variant