Traits§
- CastFn
- Fill
Forward Fn - Trait for filling forward on an array, i.e., replacing nulls with the last non-null value.
- Scalar
AtFn - Subtract
Scalar Fn
Functions§
- fill_
forward - scalar_
at - scalar_
at_ unchecked - Returns a
Scalarvalue without checking for validity or array bounds. Might panic OR return an invalid value if used incorrectly. - subtract_
scalar - try_
cast - Attempt to cast an array to a desired DType.