Class DimensionRangePartitionsSpec

  • All Implemented Interfaces:
    DimensionBasedPartitionsSpec, PartitionsSpec
    Direct Known Subclasses:
    SingleDimensionPartitionsSpec

    public class DimensionRangePartitionsSpec
    extends Object
    implements DimensionBasedPartitionsSpec
    Spec to create partitions based on value ranges of multiple dimensions.

    A MultiDimensionPartitionSpec has the following fields:

    • either targetRowsPerSegment or maxRowsPerSegment
    • partitionDimensions: List of dimension names to be used for partitioning
    • assumeGrouped: true if input data has already been grouped on time and dimensions