We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98784c5 commit 3a22207Copy full SHA for 3a22207
datafusion/expr/src/expr_fn.rs
@@ -215,7 +215,7 @@ pub fn count(expr: Expr) -> Expr {
215
))
216
}
217
218
-/// Create an expression to represent the count_null() aggregate function
+/// Create an expression to represent the COUNT(IS NULL x) aggregate function
219
pub fn count_null(expr: Expr) -> Expr {
220
Expr::AggregateFunction(AggregateFunction::new(
221
aggregate_function::AggregateFunction::Count,
0 commit comments