Trait CastFn

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

Required Methods§

Source

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

Implementors§