java.lang.Object
com.pervasive.datarush.ports.record.DataDistribution
com.pervasive.datarush.ports.record.PartialDataDistribution
- Direct Known Subclasses:
PartialDynamicDataDistribution,PartialStaticDataDistribution
Base class for all distributions that represent a partitioning of the data.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic final com.pervasive.datarush.operators.partition.internal.UnpartitionOperatorgetGatherScheme(int partitionCount, SortKey[] ordering) Methods inherited from class com.pervasive.datarush.ports.record.DataDistribution
getAliases, remap, toString
-
Method Details
-
getGatherScheme
public static final com.pervasive.datarush.operators.partition.internal.UnpartitionOperator getGatherScheme(int partitionCount, SortKey[] ordering)
-