Skip to content

Commit 2aea47a

Browse files
committed
ye
Signed-off-by: Joe Isaacs <[email protected]>
1 parent caca3bd commit 2aea47a

File tree

1 file changed

+3
-1
lines changed
  • vortex-array/src/expr/session

1 file changed

+3
-1
lines changed

vortex-array/src/expr/session/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ use crate::expr::exprs::pack::Pack;
2323
use crate::expr::exprs::root::Root;
2424
use crate::expr::exprs::select::Select;
2525
use crate::expr::exprs::select::transform::RemoveSelectRule;
26-
use crate::expr::transform::rules::{AnyParent, ParentReduceRule, ReduceRule, RuleContext, TypedRuleContext};
26+
use crate::expr::transform::rules::{
27+
AnyParent, ParentReduceRule, ReduceRule, RuleContext, TypedRuleContext,
28+
};
2729
use crate::expr::{ExprVTable, VTable};
2830

2931
/// Registry of expression vtables.

0 commit comments

Comments
 (0)