Type Definition dataflow_types::plan::EnsureArrangement[][src]

pub type EnsureArrangement = (Vec<MirScalarExpr>, Permutation, Vec<usize>);
Expand description

Describes a key, a permutation of data, and a thinning expression.