Structs§
- Cast
- A cast expression that converts values to a target data type.
- Cast
Execute Adaptor - Adapts a
CastKernelimpl into anExecuteParentKernelforScalarFnArray(Cast, ...). - Cast
Reduce Adaptor - Adapts a
CastReduceimpl into anArrayParentReduceRuleforScalarFnArray(Cast, ...).
Traits§
- Cast
Kernel - Execute kernel for cast: perform the actual value conversion, potentially reading buffers.
- Cast
Reduce - Reduce rule for cast: restructure the array without reading buffers.