Modules§
- binary π
- boolean π
- constant π
- date π
- datetime π
- decimal π
- duration π
- eq π
- helper πVector helper functions, inspired by databend Series mod
- interval π
- list π
- null π
- operations π
- primitive π
- string π
- time π
- timestamp π
- validity π
Macros§
- impl_
get_ πfor_ vector - Helper to define
try_from_arrow_array(array: arrow::array::ArrayRef)
function.
Structs§
- Vector of binary strings.
- Vector of boolean.
- Decimal128Vector is a vector keep i128 values with precision and scale.
- Helper functions for
Vector
. - Vector of Lists, basically backed by Arrowβs
ListArray
. - ListVector builder.
- A vector where all elements are nulls.
- Vector for primitive data types.
- Builder to build a primitive vector.
- Vector of strings.
- Validity of a vector.
Traits§
- Mutable vector that could be used to build an immutable vector.
- Vector of data values.
Type Aliases§
- Vector of
DateTime
- Builder for
DateTimeVector
.