MCPcopy
hub / github.com/pathwaycom/pathway / _count

Function _count

python/pathway/internals/sql/processing.py:117–118  ·  view source on GitHub ↗
(node: sql_expr.Count, context: ContextType)

Source from the content-addressed store, hash-verified

115
116@register(nodetype=sql_expr.Count)
117def _count(node: sql_expr.Count, context: ContextType) -> expr.ReducerExpression:
118 return reducers.count()
119
120
121@register(nodetype=sql_expr.Group)

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected