parquet_
variant_
compute
0.1.0
Module cast_
to_
variant
Module Items
Macros
Functions
In crate parquet_
variant_
compute
parquet_variant_compute
Module
cast_to_variant
Copy item path
Source
Macros
ยง
cast_
conversion
๐
Convert the input array to a
VariantArray
row by row, using
method
to downcast the generic array to a specific array type and
cast_fn
to transform each element to a type compatible with Variant
cast_
conversion_
nongeneric
๐
primitive_
conversion
๐
Convert the input array of a specific primitive type to a
VariantArray
row by row
Functions
ยง
cast_
to_
variant
Casts a typed arrow [
Array
] to a
VariantArray
. This is useful when you need to convert a specific data type