Class PerSegmentQueryOptimizationContext

java.lang.Object
org.apache.druid.query.PerSegmentQueryOptimizationContext

public class PerSegmentQueryOptimizationContext extends Object
Holds information about a single segment that Query objects can use to optimize themselves when they are run on that single segment.
See Also:
  • Constructor Details

    • PerSegmentQueryOptimizationContext

      public PerSegmentQueryOptimizationContext(SegmentDescriptor segmentDescriptor)
  • Method Details