Skip to main content

Module reduce_elision

Module reduce_elision 

Source
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ยง

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