Trait vortex::compute::unary::CastFn

source ·
pub trait CastFn {
    // Required method
    fn cast(&self, dtype: &DType) -> VortexResult<Array>;
}

Required Methods§

source

fn cast(&self, dtype: &DType) -> VortexResult<Array>

Implementors§