Uses of Class
org.apache.druid.data.input.impl.AggregateProjectionSpec
Packages that use AggregateProjectionSpec
Package
Description
-
Uses of AggregateProjectionSpec in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return AggregateProjectionSpecMethods in org.apache.druid.data.input.impl with parameters of type AggregateProjectionSpec -
Uses of AggregateProjectionSpec in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return types with arguments of type AggregateProjectionSpecMethod parameters in org.apache.druid.segment.incremental with type arguments of type AggregateProjectionSpecModifier and TypeMethodDescriptionIncrementalIndexSchema.Builder.withProjections(List<AggregateProjectionSpec> projections) Constructors in org.apache.druid.segment.incremental with parameters of type AggregateProjectionSpecModifierConstructorDescriptionOnHeapAggregateProjection(AggregateProjectionSpec projectionSpec, Function<String, IncrementalIndex.DimensionDesc> getBaseTableDimensionDesc, Function<String, AggregatorFactory> getBaseTableAggregatorFactory, long minTimestamp) Constructor parameters in org.apache.druid.segment.incremental with type arguments of type AggregateProjectionSpecModifierConstructorDescriptionIncrementalIndexSchema(long minTimestamp, TimestampSpec timestampSpec, Granularity queryGranularity, VirtualColumns virtualColumns, DimensionsSpec dimensionsSpec, AggregatorFactory[] metrics, boolean rollup, List<AggregateProjectionSpec> projections) -
Uses of AggregateProjectionSpec in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return types with arguments of type AggregateProjectionSpec