Uses of Class
org.apache.druid.segment.AggregateProjectionMetadata
Packages that use AggregateProjectionMetadata
Package
Description
-
Uses of AggregateProjectionMetadata in org.apache.druid.query.metadata.metadata
Methods in org.apache.druid.query.metadata.metadata that return types with arguments of type AggregateProjectionMetadataMethods in org.apache.druid.query.metadata.metadata with parameters of type AggregateProjectionMetadataModifier and TypeMethodDescriptionSegmentAnalysis.Builder.projection(String name, AggregateProjectionMetadata projection) -
Uses of AggregateProjectionMetadata in org.apache.druid.segment
Fields in org.apache.druid.segment with type parameters of type AggregateProjectionMetadataModifier and TypeFieldDescriptionstatic final Comparator<AggregateProjectionMetadata> AggregateProjectionMetadata.COMPARATORMethods in org.apache.druid.segment that return types with arguments of type AggregateProjectionMetadataMethod parameters in org.apache.druid.segment with type arguments of type AggregateProjectionMetadataModifier and TypeMethodDescriptionstatic voidMetadata.validateProjections(List<List<AggregateProjectionMetadata>> projectionsToMerge) Metadata.withProjections(List<AggregateProjectionMetadata> projections) -
Uses of AggregateProjectionMetadata in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return AggregateProjectionMetadata -
Uses of AggregateProjectionMetadata in org.apache.druid.segment.projections
Methods in org.apache.druid.segment.projections with parameters of type AggregateProjectionMetadataModifier and TypeMethodDescriptionstatic StringProjections.getProjectionSmooshV9FileName(AggregateProjectionMetadata projectionSpec, String columnName) static StringProjections.getProjectionSmooshV9Prefix(AggregateProjectionMetadata projectionSpec) Method parameters in org.apache.druid.segment.projections with type arguments of type AggregateProjectionMetadataModifier and TypeMethodDescriptionstatic <T> QueryableProjection<T> Projections.findMatchingProjection(CursorBuildSpec cursorBuildSpec, SortedSet<AggregateProjectionMetadata> projections, org.joda.time.Interval dataInterval, Projections.PhysicalColumnChecker physicalChecker, Function<String, T> getRowSelector)