differential-dataflow 0.9.0

An incremental data-parallel dataflow platform
Documentation
1
2
3
4
5
## The Arrange Operator

The `arrange` operator is a massively important operator that we will discuss in more detail in the chapter on Arrangements. Arrange controls and coordinates how data are stored, indexed, and maintained, and forms the basis of efficient data sharing.

Operators like `consolidate`, `join`, and `group` all use `arrange` internally, and there can be substantial benefit to exposing this use. We will discuss this further.