Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao committed Dec 4, 2024
1 parent a207b5c commit ba84d42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/physical-expr/src/equivalence/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ use std::fmt::Display;
use std::sync::Arc;

use datafusion_common::tree_node::{Transformed, TransformedResult, TreeNode};
use datafusion_common::IndexSet;
use datafusion_common::JoinType;
use datafusion_common::{IndexSet, JoinType};
use datafusion_physical_expr_common::physical_expr::format_physical_expr_list;

/// A structure representing a expression known to be constant in a physical execution plan.
Expand Down

0 comments on commit ba84d42

Please sign in to comment.