Skip to content

Commit dcc4aae

Browse files
committed
More operator rules
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 9d0430a commit dcc4aae

File tree

1 file changed

+0
-6
lines changed
  • encodings/fastlanes/src/for/vtable

1 file changed

+0
-6
lines changed

encodings/fastlanes/src/for/vtable/rules.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33

44
use vortex_array::Array;
55
use vortex_array::ArrayRef;
6-
use vortex_array::ArrayVisitor;
76
use vortex_array::IntoArray;
8-
use vortex_array::arrays::ConstantVTable;
9-
use vortex_array::arrays::ExactScalarFn;
107
use vortex_array::arrays::FilterArray;
118
use vortex_array::arrays::FilterVTable;
12-
use vortex_array::arrays::ScalarFnArrayView;
13-
use vortex_array::expr::Binary;
149
use vortex_array::matchers::Exact;
15-
use vortex_array::matchers::Matcher;
1610
use vortex_array::optimizer::rules::ArrayParentReduceRule;
1711
use vortex_array::optimizer::rules::ParentRuleSet;
1812
use vortex_error::VortexResult;

0 commit comments

Comments
 (0)