Module transform::reduce_elision[][src]

Expand description

Removes Reduce when the input has as unique keys the keys of the reduce.

When a reduce has grouping keys that are contained within a set of columns that form unique keys for the input, the reduce can be simplified to a map operation.

Structs

Removes Reduce when the input has as unique keys the keys of the reduce.