Expand description
Exchange / parallelization contract for RecordedUpdates.
ValPact is the PACT used when shuffling columnar updates across workers;
ValDistributor is the per-worker partitioner it constructs.
Structsยง
- ValDistributor
- Distributor that routes
RecordedUpdatesrecords to workers by hashing keys. - ValPact
- PACT for shuffling
RecordedUpdatescontainers by hashing keys.