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

Function _sum

python/pathway/internals/sql/processing.py:107–108  ·  view source on GitHub ↗
(node: sql_expr.Sum, context: ContextType)

Source from the content-addressed store, hash-verified

105
106@register(nodetype=sql_expr.Sum)
107def _sum(node: sql_expr.Sum, context: ContextType) -> expr.ReducerExpression:
108 return reducers.sum(_run(node.this, context))
109
110
111@register(nodetype=sql_expr.Avg)

Callers

nothing calls this directly

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected