Uses of Interface
org.apache.druid.timeline.LogicalSegment
-
Packages that use LogicalSegment Package Description org.apache.druid.query org.apache.druid.query.datasourcemetadata org.apache.druid.query.metadata org.apache.druid.query.timeboundary org.apache.druid.timeline -
-
Uses of LogicalSegment in org.apache.druid.query
Methods in org.apache.druid.query with type parameters of type LogicalSegment Modifier and Type Method Description <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 LogicalSegment Modifier and Type Method Description <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 LogicalSegment Modifier and Type Method Description <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 LogicalSegment Modifier and Type Method Description <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 LogicalSegment Modifier and Type Class Description classTimelineObjectHolder<VersionType,ObjectType extends Overshadowable<ObjectType>>
-