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

Function _having

python/pathway/internals/sql/processing.py:138–139  ·  view source on GitHub ↗
(node: sql_expr.Having, context: ContextType)

Source from the content-addressed store, hash-verified

136
137@register(nodetype=sql_expr.Having)
138def _having(node: sql_expr.Having, context: ContextType):
139 return _run(node.this, context)
140
141
142@register(nodetype=sql_expr.Null)

Callers 1

_selectFunction · 0.85

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected