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

Method merge_ccs

python/pathway/stdlib/temporal/_window.py:101–103  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

99 ).update_types(_pw_window=pw.Pointer)
100
101 def merge_ccs(data):
102 data = data.with_columns(_pw_window=data.ix(data._pw_window)._pw_window)
103 return data
104
105 return pw.iterate(merge_ccs, data=target)
106

Callers

nothing calls this directly

Calls 2

with_columnsMethod · 0.80
ixMethod · 0.45

Tested by

no test coverage detected