Crate vortex_scalar

Source

Macros§

match_each_decimal_value
match_each_decimal_value_type
Macro to match over each decimal value type, binding the corresponding native type (from DecimalValueType)

Structs§

BinaryScalar
BoolScalar
DecimalScalar
ExtScalar
ListScalar
PrimitiveScalar
Scalar
A single logical item, composed of both a ScalarValue and a logical DType.
ScalarValue
Represents the internal data of a scalar value. Must be interpreted by wrapping up with a DType to make a Scalar.
StructScalar
Utf8Scalar
i256
Signed 256-bit integer type.

Enums§

DecimalValue
DecimalValueType
Type of the decimal values.
NumericOperator
Binary element-wise operations on two arrays or two scalars.
PValue

Traits§

BigCast
Checked numeric casts up to and including i256 support.
FromPrimitiveOrF16
NativeDecimalType
Type of decimal scalar values.
ScalarType
ToPrimitive
Checked conversion from one primitive type to another.