MacrosΒ§
- define_
data_ πtype_ func - impl_
as_ πfor_ value_ ref - impl_
ord_ πfor_ value_ like - impl_
try_ πas_ primitive - impl_
try_ πfrom_ value - impl_
value_ πfrom - impl_
value_ πref_ from
StructsΒ§
- Dictionary
Value - Dictionary value.
- List
Value - List value.
- Ordered
Float - A wrapper around floats providing implementations of
Eq
,Ord
, andHash
.
EnumsΒ§
- List
Value Ref - Reference to a ListValue.
- Value
- Value holds a single arbitrary value of any DataType.
- Value
Ref - Reference to Value.
TraitsΒ§
FunctionsΒ§
- column_
data_ to_ json - duration_
to_ scalar_ value - Cast the 64-bit duration into the arrow ScalarValue with time unit.
- new_
item_ πfield - scalar_
value_ to_ timestamp - Convert [
ScalarValue
] to [Timestamp
]. If itβsScalarValue::Utf8
, try to parse it with the given timezone. ReturnNone
if given scalar value cannot be converted to a valid timestamp. - time_
to_ scalar_ value - Cast the 64-bit elapsed time into the arrow ScalarValue by time unit.
- timestamp_
to_ scalar_ value - to_
null_ scalar_ value - transform_
value_ ref_ to_ json_ value - transform a ValueRef to a serde_json::Value. The json type will be handled specially