Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ callback
Method
callback
python/pathway/internals/desugaring.py:200–201 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
198
super().__init__(table_like)
199
200
def
callback(self, *args, **kwargs):
201
return
self.table_like.reduce(*args, **kwargs)
202
203
def
eval_reducer(
204
self, expression: expr.ReducerExpression, **kwargs
Callers
nothing calls this directly
Calls
1
reduce
Method · 0.45
Tested by
no test coverage detected