Expand description
ScalarValue: stores single values
Structs§
- Scalar
Struct Builder - Builder for
ScalarValue::Struct.
Enums§
- Scalar
Value - A dynamically typed, nullable single value.
Traits§
- Scalar
Type - Trait used to map a NativeType to a ScalarValue
Functions§
- copy_
array_ data - Compacts the data of an
ArrayDatainto a newArrayData. - date_
to_ timestamp_ multiplier - Returns the multiplier that converts the input date representation into the
desired timestamp unit, if the conversion requires a multiplication that can
overflow an
i64. - dict_
from_ values - Create a
DictionaryArrayfrom the provided values array. - ensure_
timestamp_ in_ bounds - Ensures the provided value can be represented as a timestamp with the given
multiplier. Returns an
DataFusionError::Executionwhen the converted value would overflow the timestamp range. - get_
dict_ value - Return a reference to the values array and the index into it for a dictionary array
- partial_
cmp_ struct