vortex_array::compute::unary

Trait 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§