File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
vortex-array/src/expr/exprs
vortex-layout/src/layouts/row_idx Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 22// SPDX-FileCopyrightText: Copyright the Vortex contributors
33
44use std:: fmt:: Formatter ;
5+ use std:: ops:: Not ;
56
67use vortex_dtype:: DType ;
78use vortex_dtype:: Nullability ;
Original file line number Diff line number Diff line change 33
44use std:: fmt:: Formatter ;
55
6- use vortex_array:: ArrayRef ;
76use vortex_array:: expr:: Arity ;
87use vortex_array:: expr:: ChildName ;
98use vortex_array:: expr:: EmptyOptions ;
@@ -49,17 +48,6 @@ impl VTable for RowIdx {
4948 Ok ( DType :: Primitive ( PType :: U64 , Nullability :: NonNullable ) )
5049 }
5150
52- fn evaluate (
53- & self ,
54- _options : & Self :: Options ,
55- _expr : & Expression ,
56- _scope : & ArrayRef ,
57- ) -> VortexResult < ArrayRef > {
58- vortex_bail ! (
59- "RowIdxExpr should not be evaluated directly, use it in the context of a Vortex scan and it will be substituted for a row index array"
60- ) ;
61- }
62-
6351 fn execute (
6452 & self ,
6553 _options : & Self :: Options ,
You can’t perform that action at this time.
0 commit comments