Skip to content

Commit

Permalink
Update pruning.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored Oct 11, 2024
1 parent e823c88 commit c438fd0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions datafusion/core/src/physical_optimizer/pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,6 @@ impl Default for ConstantUnhandledPredicateHook {
}
}

impl ConstantUnhandledPredicateHook {
fn new(default: Arc<dyn PhysicalExpr>) -> Self {
Self { default }
}
}

impl UnhandledPredicateHook for ConstantUnhandledPredicateHook {
fn handle(&self, _expr: &Arc<dyn PhysicalExpr>) -> Arc<dyn PhysicalExpr> {
self.default.clone()
Expand Down

0 comments on commit c438fd0

Please sign in to comment.