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

Function min_id_remove

python/pathway/tests/test_common.py:1471–1473  ·  view source on GitHub ↗
(iterated: pw.Table)

Source from the content-addressed store, hash-verified

1469
1470def test_rows_fixpoint():
1471 def min_id_remove(iterated: pw.Table):
1472 min_id_table = iterated.reduce(min_id=pw.reducers.min(iterated.id))
1473 return iterated.filter(iterated.id != min_id_table.ix_ref().min_id)
1474
1475 ret = pw.iterate(
1476 min_id_remove,

Callers

nothing calls this directly

Calls 5

reduceMethod · 0.45
filterMethod · 0.45
ix_refMethod · 0.45
ixMethod · 0.45
pointer_fromMethod · 0.45

Tested by

no test coverage detected