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

Function _max

python/pathway/internals/sql/processing.py:97–98  ·  view source on GitHub ↗
(node: sql_expr.Max, context: ContextType)

Source from the content-addressed store, hash-verified

95
96@register(nodetype=sql_expr.Max)
97def _max(node: sql_expr.Max, context: ContextType) -> expr.ReducerExpression:
98 return reducers.max(_run(node.this, context))
99
100
101@register(nodetype=sql_expr.Min)

Callers

nothing calls this directly

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected