Trait CastKernel

Source
pub trait CastKernel: Encoding {
    // Required method
    fn cast(&self, array: &Self::Array, dtype: &DType) -> VortexResult<ArrayRef>;
}

Required Methods§

Source

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

Implementors§