MCPcopy Index your code
hub / github.com/pathwaycom/pathway / _avg

Function _avg

python/pathway/internals/sql/processing.py:112–113  ·  view source on GitHub ↗
(node: sql_expr.Avg, context: ContextType)

Source from the content-addressed store, hash-verified

110
111@register(nodetype=sql_expr.Avg)
112def _avg(node: sql_expr.Avg, context: ContextType) -> expr.ColumnExpression:
113 return reducers.avg(_run(node.this, context))
114
115
116@register(nodetype=sql_expr.Count)

Callers

nothing calls this directly

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected