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

Function _group

python/pathway/internals/sql/processing.py:122–123  ·  view source on GitHub ↗
(node: sql_expr.Group, context: ContextType)

Source from the content-addressed store, hash-verified

120
121@register(nodetype=sql_expr.Group)
122def _group(node: sql_expr.Group, context: ContextType) -> list[expr.ColumnExpression]:
123 return [_run(e, context) for e in node.expressions]
124
125
126@register(nodetype=sql_expr.Star)

Callers 1

_selectFunction · 0.85

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected