Class RelDistributionTraitDef

java.lang.Object
org.apache.calcite.plan.RelTraitDef<RelDistribution>
org.apache.calcite.rel.RelDistributionTraitDef

public class RelDistributionTraitDef extends RelTraitDef<RelDistribution>
Definition of the distribution trait.

Distribution is a physical property (i.e. a trait) because it can be changed without loss of information. The converter to do this is the Exchange operator.