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 TypeMethodDescriptionprotected MetadataIndexMergerBase.makeProjections(SegmentFileBuilder segmentFileBuilder, List<AggregateProjectionMetadata> projections, List<IndexableAdapter> adapters, IndexSpec indexSpec, SegmentWriteOutMedium segmentWriteOutMedium, ProgressIndicator progress, File segmentBaseDir, Closer closer, Map<String, DimensionMergerV9> parentMergers, Metadata segmentMetadata) static 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 TypeMethodDescriptionBaseTableProjectionSchema.asMetadata(List<AggregateProjectionMetadata> projections) Convert to v9Metadatawhen supplied with an added list of projectionsRollupTableProjectionSchema.asMetadata(List<AggregateProjectionMetadata> projections) TableProjectionSchema.asMetadata(List<AggregateProjectionMetadata> projections) static <T> QueryableProjection<T>Projections.findMatchingProjection(CursorBuildSpec cursorBuildSpec, SortedSet<AggregateProjectionMetadata> projections, org.joda.time.Interval dataInterval, Projections.PhysicalColumnChecker physicalChecker, Function<String, T> getRowSelector)