Available on crate feature
compute_cast
only.Expand description
Defines different casting operators such as cast
or [primitive_to_binary
].
Structs§
- options defining how Cast kernels behave
Traits§
Functions§
- Conversion of binary
- Cast
BinaryArray
toDictionaryArray
, also known as packing. - Conversion of binary
- Conversion of binary
- Conversion to utf8
- Casts the
BooleanArray
to aPrimitiveArray
. - Conversion of dates
- Conversion of dates
- Returns a
PrimitiveArray<i128>
with the casted values. Values areNone
on overflow - Returns a
PrimitiveArray<i128>
with the casted values. Values areNone
on overflow - Returns a
PrimitiveArray<i128>
with the casted values. Values areNone
on overflow - Casts f16 into f32
- Conversion of
FixedSizeBinary
toBinary
. - Returns a
PrimitiveArray<i128>
with the casted values. Values areNone
on overflow - Conversion of
Int32
toTime32(TimeUnit::Millisecond)
- Conversion of
Int32
toTime32(TimeUnit::Second)
- Conversion of
Int64
toTime32(TimeUnit::Nanosecond)
- Conversion of
Int64
toTime32(TimeUnit::Microsecond)
- Returns a
PrimitiveArray<i128>
with the casted values. Values areNone
on overflow - Safety
- Returns a
BooleanArray
where every element is different from zero. Validity is preserved. - Cast
PrimitiveArray
toDictionaryArray
. Also known as packing. - Cast
PrimitiveArray
to aPrimitiveArray
of another physical type via numeric conversion. - Cast
PrimitiveArray
to aPrimitiveArray
of the same physical type. This is O(1). - Conversion of time
- Conversion of times
- Conversion of times
- Conversion of time
- Conversion of times
- Conversion of times
- Conversion of timestamp
- Conversion of timestamp
- Conversion of timestamp
- Conversion of utf8
- Conversion to binary
- Cast
Utf8Array
toDictionaryArray
, also known as packing. - Conversion of utf8