@@ -160,11 +160,11 @@ impl vortex_array::arrays::slice::SliceKernel for vortex_alp::ALPRDVTable
160160
161161pub fn vortex_alp::ALPRDVTable::slice(array: &Self::Array, range: core::ops::range::Range<usize>, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
162162
163- impl vortex_array::expr::exprs ::cast::kernel::CastReduce for vortex_alp::ALPRDVTable
163+ impl vortex_array::scalar_fn::fns ::cast::kernel::CastReduce for vortex_alp::ALPRDVTable
164164
165165pub fn vortex_alp::ALPRDVTable::cast(array: &vortex_alp::ALPRDArray, dtype: &vortex_array::dtype::DType) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
166166
167- impl vortex_array::expr::exprs ::mask::kernel::MaskReduce for vortex_alp::ALPRDVTable
167+ impl vortex_array::scalar_fn::fns ::mask::kernel::MaskReduce for vortex_alp::ALPRDVTable
168168
169169pub fn vortex_alp::ALPRDVTable::mask(array: &vortex_alp::ALPRDArray, mask: &vortex_array::array::ArrayRef) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
170170
@@ -256,23 +256,23 @@ impl vortex_array::compute::nan_count::NaNCountKernel for vortex_alp::ALPVTable
256256
257257pub fn vortex_alp::ALPVTable::nan_count(&self, array: &vortex_alp::ALPArray) -> vortex_error::VortexResult<usize>
258258
259- impl vortex_array::expr::exprs ::between::kernel::BetweenReduce for vortex_alp::ALPVTable
259+ impl vortex_array::scalar_fn::fns ::between::kernel::BetweenReduce for vortex_alp::ALPVTable
260260
261- pub fn vortex_alp::ALPVTable::between(array: &vortex_alp::ALPArray, lower: &dyn vortex_array::array::Array, upper: &dyn vortex_array::array::Array, options: &vortex_array::expr::exprs ::between::BetweenOptions) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
261+ pub fn vortex_alp::ALPVTable::between(array: &vortex_alp::ALPArray, lower: &dyn vortex_array::array::Array, upper: &dyn vortex_array::array::Array, options: &vortex_array::scalar_fn::fns ::between::BetweenOptions) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
262262
263- impl vortex_array::expr::exprs ::binary::compare::CompareKernel for vortex_alp::ALPVTable
263+ impl vortex_array::scalar_fn::fns ::binary::compare::CompareKernel for vortex_alp::ALPVTable
264264
265- pub fn vortex_alp::ALPVTable::compare(lhs: &vortex_alp::ALPArray, rhs: &dyn vortex_array::array::Array, operator: vortex_array::expr::exprs ::operators::CompareOperator, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
265+ pub fn vortex_alp::ALPVTable::compare(lhs: &vortex_alp::ALPArray, rhs: &dyn vortex_array::array::Array, operator: vortex_array::scalar_fn::fns ::operators::CompareOperator, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
266266
267- impl vortex_array::expr::exprs ::cast::kernel::CastReduce for vortex_alp::ALPVTable
267+ impl vortex_array::scalar_fn::fns ::cast::kernel::CastReduce for vortex_alp::ALPVTable
268268
269269pub fn vortex_alp::ALPVTable::cast(array: &vortex_alp::ALPArray, dtype: &vortex_array::dtype::DType) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
270270
271- impl vortex_array::expr::exprs ::mask::kernel::MaskKernel for vortex_alp::ALPVTable
271+ impl vortex_array::scalar_fn::fns ::mask::kernel::MaskKernel for vortex_alp::ALPVTable
272272
273273pub fn vortex_alp::ALPVTable::mask(array: &vortex_alp::ALPArray, mask: &vortex_array::array::ArrayRef, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
274274
275- impl vortex_array::expr::exprs ::mask::kernel::MaskReduce for vortex_alp::ALPVTable
275+ impl vortex_array::scalar_fn::fns ::mask::kernel::MaskReduce for vortex_alp::ALPVTable
276276
277277pub fn vortex_alp::ALPVTable::mask(array: &vortex_alp::ALPArray, mask: &vortex_array::array::ArrayRef) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
278278
0 commit comments