Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
117
def
_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
count
Method · 0.80
Tested by
no test coverage detected