Skip to main content

Module cast

Module cast 

Source

Structs§

Cast
A cast expression that converts values to a target data type.
CastExecuteAdaptor
Adapts a CastKernel impl into an ExecuteParentKernel for ScalarFnArray(Cast, ...).
CastReduceAdaptor
Adapts a CastReduce impl into an ArrayParentReduceRule for ScalarFnArray(Cast, ...).

Traits§

CastKernel
Execute kernel for cast: perform the actual value conversion, potentially reading buffers.
CastReduce
Reduce rule for cast: restructure the array without reading buffers.