We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0430a commit dcc4aaeCopy full SHA for dcc4aae
encodings/fastlanes/src/for/vtable/rules.rs
@@ -3,16 +3,10 @@
3
4
use vortex_array::Array;
5
use vortex_array::ArrayRef;
6
-use vortex_array::ArrayVisitor;
7
use vortex_array::IntoArray;
8
-use vortex_array::arrays::ConstantVTable;
9
-use vortex_array::arrays::ExactScalarFn;
10
use vortex_array::arrays::FilterArray;
11
use vortex_array::arrays::FilterVTable;
12
-use vortex_array::arrays::ScalarFnArrayView;
13
-use vortex_array::expr::Binary;
14
use vortex_array::matchers::Exact;
15
-use vortex_array::matchers::Matcher;
16
use vortex_array::optimizer::rules::ArrayParentReduceRule;
17
use vortex_array::optimizer::rules::ParentRuleSet;
18
use vortex_error::VortexResult;
0 commit comments