Package org.apache.pinot.broker.routing.segmentpruner
-
Interface Summary Interface Description SegmentPruner The segment pruner prunes the selected segments based on the query. -
Class Summary Class Description EmptySegmentPruner TheEmptySegmentPrunerprunes segments if they have 0 total docs.MultiPartitionColumnsSegmentPruner TheMultiPartitionColumnsSegmentPrunerprunes segments based on their partition metadata stored in ZK.SegmentPrunerFactory SinglePartitionColumnSegmentPruner TheSinglePartitionColumnSegmentPrunerprunes segments based on their partition metadata stored in ZK.TimeSegmentPruner TheTimeSegmentPrunerprunes segments based on their time column start & end time metadata stored in ZK.