Skip to content

Commit

Permalink
project_with_validation is no longer public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Feb 25, 2025
1 parent 4b6ab87 commit 0463e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/logical_plan/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ pub fn project(
/// This function errors under any of the following conditions:
/// * Two or more expressions have the same name
/// * An invalid expression is used (e.g. a `sort` expression)
pub fn project_with_validation(
fn project_with_validation(
plan: LogicalPlan,
expr: impl IntoIterator<Item = (impl Into<Expr>, bool)>,
) -> Result<LogicalPlan> {
Expand Down

0 comments on commit 0463e82

Please sign in to comment.