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

Function _min

python/pathway/internals/sql/processing.py:102–103  ·  view source on GitHub ↗
(node: sql_expr.Min, context: ContextType)

Source from the content-addressed store, hash-verified

100
101@register(nodetype=sql_expr.Min)
102def _min(node: sql_expr.Min, context: ContextType) -> expr.ReducerExpression:
103 return reducers.min(_run(node.this, context))
104
105
106@register(nodetype=sql_expr.Sum)

Callers

nothing calls this directly

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected