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

Function _where

python/pathway/internals/sql/processing.py:133–134  ·  view source on GitHub ↗
(node: sql_expr.Where, context: ContextType)

Source from the content-addressed store, hash-verified

131
132@register(nodetype=sql_expr.Where)
133def _where(node: sql_expr.Where, context: ContextType):
134 return _run(node.this, context)
135
136
137@register(nodetype=sql_expr.Having)

Callers 1

_selectFunction · 0.85

Calls 1

_runFunction · 0.70

Tested by

no test coverage detected