Uses of Interface
org.apache.druid.segment.projections.Projections.PhysicalColumnChecker
-
Packages that use Projections.PhysicalColumnChecker Package Description org.apache.druid.segment org.apache.druid.segment.projections -
-
Uses of Projections.PhysicalColumnChecker in org.apache.druid.segment
Methods in org.apache.druid.segment with parameters of type Projections.PhysicalColumnChecker Modifier and Type Method Description Projections.ProjectionMatchAggregateProjectionMetadata.Schema. matches(CursorBuildSpec queryCursorBuildSpec, Projections.PhysicalColumnChecker physicalColumnChecker)Check if this projection "matches" aCursorBuildSpecfor a query to see if we can use a projection instead. -
Uses of Projections.PhysicalColumnChecker in org.apache.druid.segment.projections
Methods in org.apache.druid.segment.projections with parameters of type Projections.PhysicalColumnChecker Modifier and Type Method Description static <T> QueryableProjection<T>Projections. findMatchingProjection(CursorBuildSpec cursorBuildSpec, SortedSet<AggregateProjectionMetadata> projections, Projections.PhysicalColumnChecker physicalChecker, Function<String,T> getRowSelector)
-