Skip to content

Commit

Permalink
Revert pub physical predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Dec 11, 2024
1 parent 02b06f8 commit 51d113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/table_changes/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl TableChangesScan {
}

/// Get the predicate [`ExpressionRef`] of the scan.
pub fn physical_predicate(&self) -> Option<ExpressionRef> {
fn physical_predicate(&self) -> Option<ExpressionRef> {
if let PhysicalPredicate::Some(ref predicate, _) = self.physical_predicate {
Some(predicate.clone())
} else {
Expand Down

0 comments on commit 51d113e

Please sign in to comment.