Skip to content

Commit b749d0d

Browse files
waynexiafindepi
andauthored
Update datafusion/sql/src/expr/function.rs
Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
1 parent 622442f commit b749d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/src/expr/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct FunctionArgs {
9494
/// WITHIN GROUP clause, if any
9595
within_group: Vec<OrderByExpr>,
9696
/// Was the function called without parenthesis, i.e. could this also be a column reference?
97-
function_without_parenthesis: bool,
97+
function_without_parentheses: bool,
9898
}
9999

100100
impl FunctionArgs {

0 commit comments

Comments
 (0)