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

Function _tablealias

python/pathway/internals/sql/processing.py:179–180  ·  view source on GitHub ↗
(node: sql_expr.TableAlias, context: ContextType)

Source from the content-addressed store, hash-verified

177
178@register(nodetype=sql_expr.TableAlias)
179def _tablealias(node: sql_expr.TableAlias, context: ContextType):
180 return _identifier(node.this, context)
181
182
183@register(nodetype=sql_expr.Alias)

Callers

nothing calls this directly

Calls 1

_identifierFunction · 0.85

Tested by

no test coverage detected