MCPcopy Create free account
hub / github.com/feast-dev/feast / DummyAggregation

Class DummyAggregation

sdk/python/tests/unit/test_aggregation_ops.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class DummyAggregation:
11 def __init__(self, *, function: str, column: str, time_window=None, name: str = ""):
12 self.function = function
13 self.column = column
14 self.time_window = time_window
15 self.name = name
16
17
18def test_aggregation_specs_to_agg_ops_success():

Calls

no outgoing calls