Uses of Interface
org.apache.druid.timeline.LogicalSegment
Packages that use LogicalSegment
Package
Description
-
Uses of LogicalSegment in org.apache.druid.query
Methods in org.apache.druid.query with type parameters of type LogicalSegmentModifier and TypeMethodDescription<T extends LogicalSegment>
List<T>QueryToolChest.filterSegments(QueryType query, List<T> segments) This method is called to allow the query to prune segments that it does not believe need to actually be queried. -
Uses of LogicalSegment in org.apache.druid.query.datasourcemetadata
Methods in org.apache.druid.query.datasourcemetadata with type parameters of type LogicalSegmentModifier and TypeMethodDescription<T extends LogicalSegment>
List<T>DataSourceQueryQueryToolChest.filterSegments(DataSourceMetadataQuery query, List<T> segments) -
Uses of LogicalSegment in org.apache.druid.query.metadata
Methods in org.apache.druid.query.metadata with type parameters of type LogicalSegmentModifier and TypeMethodDescription<T extends LogicalSegment>
List<T>SegmentMetadataQueryQueryToolChest.filterSegments(SegmentMetadataQuery query, List<T> segments) -
Uses of LogicalSegment in org.apache.druid.query.timeboundary
Methods in org.apache.druid.query.timeboundary with type parameters of type LogicalSegmentModifier and TypeMethodDescription<T extends LogicalSegment>
List<T>TimeBoundaryQueryQueryToolChest.filterSegments(TimeBoundaryQuery query, List<T> segments) -
Uses of LogicalSegment in org.apache.druid.timeline
Classes in org.apache.druid.timeline that implement LogicalSegmentModifier and TypeClassDescriptionclassTimelineObjectHolder<VersionType,ObjectType extends Overshadowable<ObjectType>>