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

Method __init__

python/pathway/internals/sql/processing.py:451–453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

449 gathered_reducers: dict[str, expr.ColumnExpression]
450
451 def __init__(self) -> None:
452 self.count = itertools.count(0)
453 self.gathered_reducers = {}
454
455 def add_expression(self, expression: expr.ColumnExpression) -> expr.ColumnReference:
456 name = f"_pw_having_{next(self.count)}"

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected