Uses of Class
org.apache.druid.segment.projections.QueryableProjection
Packages that use QueryableProjection
Package
Description
-
Uses of QueryableProjection in org.apache.druid.segment
Methods in org.apache.druid.segment that return QueryableProjectionModifier and TypeMethodDescriptiondefault QueryableProjection<QueryableIndex>QueryableIndex.getProjection(CursorBuildSpec cursorBuildSpec) SimpleQueryableIndex.getProjection(CursorBuildSpec cursorBuildSpec) -
Uses of QueryableProjection in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return QueryableProjectionModifier and TypeMethodDescriptionIncrementalIndex.getProjection(CursorBuildSpec buildSpec) OnheapIncrementalIndex.getProjection(CursorBuildSpec buildSpec) -
Uses of QueryableProjection in org.apache.druid.segment.projections
Methods in org.apache.druid.segment.projections that return QueryableProjectionModifier and TypeMethodDescriptionstatic <T> QueryableProjection<T>Projections.findMatchingProjection(CursorBuildSpec cursorBuildSpec, SortedSet<AggregateProjectionMetadata> projections, org.joda.time.Interval dataInterval, Projections.PhysicalColumnChecker physicalChecker, Function<String, T> getRowSelector)