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

Function _identifier

python/pathway/internals/sql/processing.py:153–154  ·  view source on GitHub ↗
(node: sql_expr.Identifier, context: ContextType)

Source from the content-addressed store, hash-verified

151
152@register(nodetype=sql_expr.Identifier)
153def _identifier(node: sql_expr.Identifier, context: ContextType):
154 return node.this
155
156
157@register(nodetype=sql_expr.Column)

Callers 4

_columnFunction · 0.85
_tablealiasFunction · 0.85
_tableFunction · 0.85
_wrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected