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

Function _with

python/pathway/internals/sql/processing.py:168–169  ·  view source on GitHub ↗
(node: sql_expr.With, context: ContextType)

Source from the content-addressed store, hash-verified

166
167@register(nodetype=sql_expr.With)
168def _with(node: sql_expr.With, context: ContextType) -> list[dict[str, table.Table]]:
169 return [_cte(e, context) for e in node.expressions]
170
171
172@register(nodetype=sql_expr.CTE)

Callers 1

_with_blockFunction · 0.85

Calls 1

_cteFunction · 0.85

Tested by

no test coverage detected