Uses of Class
org.apache.druid.segment.projections.QueryableProjection
-
Packages that use QueryableProjection Package Description org.apache.druid.segment org.apache.druid.segment.incremental org.apache.druid.segment.projections -
-
Uses of QueryableProjection in org.apache.druid.segment
Methods in org.apache.druid.segment that return QueryableProjection Modifier and Type Method Description default QueryableProjection<QueryableIndex>QueryableIndex. getProjection(CursorBuildSpec cursorBuildSpec)QueryableProjection<QueryableIndex>SimpleQueryableIndex. getProjection(CursorBuildSpec cursorBuildSpec) -
Uses of QueryableProjection in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return QueryableProjection Modifier and Type Method Description abstract QueryableProjection<IncrementalIndexRowSelector>IncrementalIndex. getProjection(CursorBuildSpec buildSpec)QueryableProjection<IncrementalIndexRowSelector>OnheapIncrementalIndex. getProjection(CursorBuildSpec buildSpec) -
Uses of QueryableProjection in org.apache.druid.segment.projections
Methods in org.apache.druid.segment.projections that return QueryableProjection Modifier and Type Method Description static <T> QueryableProjection<T>Projections. findMatchingProjection(CursorBuildSpec cursorBuildSpec, SortedSet<AggregateProjectionMetadata> projections, Projections.PhysicalColumnChecker physicalChecker, Function<String,T> getRowSelector)
-