Interface SegmentPreSelector
-
- All Known Implementing Classes:
SegmentLineageBasedSegmentPreSelector
public interface SegmentPreSelectorThe segment pre-selector filters the unnecessary online segments for the query.Segment pre-selector examples:
- For table with segment merge/rollup enabled, select the merged segments over the original segments with the same data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>preSelect(Set<String> onlineSegments)Pre-selects the online segments to filter out the unnecessary segments.
-