MCPcopy Create free account
hub / github.com/apache/datafusion / count

Function count

datafusion/expr/src/test/function_stub.rs:70–79  ·  view source on GitHub ↗
(expr: Expr)

Source from the content-addressed store, hash-verified

68create_func!(Count, count_udaf);
69
70pub fn count(expr: Expr) -> Expr {
71 Expr::AggregateFunction(AggregateFunction::new_udf(
72 count_udaf(),
73 vec![expr],
74 false,
75 None,
76 vec![],
77 None,
78 ))
79}
80
81create_func!(Avg, avg_udaf);
82

Callers 4

roundtrip_countFunction · 0.85
describeMethod · 0.85
count_allFunction · 0.85

Calls 1

AggregateFunctionClass · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…