Skip to content

Commit

Permalink
Remove unnecessary 'pub' qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Sep 3, 2024
1 parent f156110 commit e177b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ type ProjectionAndExpr = (Vec<usize>, Arc<dyn PhysicalExpr>);
// post-parquet-scan in a `FilterExec`. If it can be pushed down, this returns None. If it can't be
// pushed down, this returns the content of [`PushdownChecker::required_column_indices`],
// transformed into a [`Vec`].
pub fn non_pushdown_columns(
fn non_pushdown_columns(
expr: Arc<dyn PhysicalExpr>,
file_schema: &Schema,
table_schema: &Schema,
Expand Down

0 comments on commit e177b0c

Please sign in to comment.