Trait vortex::compute::unary::ScalarAtFn
source · pub trait ScalarAtFn {
// Required method
fn scalar_at(&self, index: usize) -> VortexResult<Scalar>;
}pub trait ScalarAtFn {
// Required method
fn scalar_at(&self, index: usize) -> VortexResult<Scalar>;
}