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