Expand description
ScalarValue: stores single values
Modulesยง
- cache ๐
- Array caching utilities for scalar values
- consts ๐
- struct_
builder ๐ ScalarStructBuilderfor buildingScalarValue::Struct
Macrosยง
- build_
array_ ๐from_ option - build_
timestamp_ ๐array_ from_ option - eq_
array_ ๐primitive - format_
option ๐ - hash_
float_ ๐value - impl_
scalar ๐ - impl_
try_ ๐from - typed_
cast ๐ - typed_
cast_ ๐tz
Structsยง
- Fl ๐
- 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. - dict_
from_ ๐scalar - Create a dictionary array representing
valuerepeatedsizetimes - dict_
from_ values - Create a
DictionaryArrayfrom the provided values array. - first_
array_ ๐for_ list - List/LargeList/FixedSizeList scalars always have a single element array. This function returns that array
- flatten ๐
- fmt_
binary ๐ - writes a byte array to formatter.
[1, 2, 3]==>"1,2,3" - fmt_
list ๐ - get_
dict_ value - Return a reference to the values array and the index into it for a dictionary array
- hash_
nested_ ๐array - partial_
cmp_ ๐list - Compares two List/LargeList/FixedSizeList scalars
- partial_
cmp_ ๐map - partial_
cmp_ struct