Trait CastFn

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

Required Methods§

Source

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

Implementors§