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

Function _cte

python/pathway/internals/sql/processing.py:173–175  ·  view source on GitHub ↗
(node: sql_expr.CTE, context: ContextType)

Source from the content-addressed store, hash-verified

171
172@register(nodetype=sql_expr.CTE)
173def _cte(node: sql_expr.CTE, context: ContextType) -> dict[str, table.Table]:
174 ret, context = _run(node.this, context)
175 return {node.alias: ret}
176
177
178@register(nodetype=sql_expr.TableAlias)

Callers 1

_withFunction · 0.85

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected