Skip to content

Commit 3a22207

Browse files
committed
fix: Update comment
1 parent 98784c5 commit 3a22207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/expr/src/expr_fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pub fn count(expr: Expr) -> Expr {
215215
))
216216
}
217217

218-
/// Create an expression to represent the count_null() aggregate function
218+
/// Create an expression to represent the COUNT(IS NULL x) aggregate function
219219
pub fn count_null(expr: Expr) -> Expr {
220220
Expr::AggregateFunction(AggregateFunction::new(
221221
aggregate_function::AggregateFunction::Count,

0 commit comments

Comments
 (0)