Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
133
def
_where(node: sql_expr.Where, context: ContextType):
134
return
_run(node.this, context)
135
136
137
@register(nodetype=sql_expr.Having)
Callers
1
_select
Function · 0.85
Calls
1
_run
Function · 0.70
Tested by
no test coverage detected