Package org.apache.druid.data.input.impl
Class AggregateProjectionSpec
java.lang.Object
org.apache.druid.data.input.impl.AggregateProjectionSpec
API type to specify an aggregating projection on
IncrementalIndexSchema
Decorated with JsonTypeInfo annotations as a future-proofing mechanism in the event we add other types of
projections and need to extract out a base interface from this class.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAggregateProjectionSpec(String name, DimFilter filter, VirtualColumns virtualColumns, List<DimensionSchema> groupingColumns, AggregatorFactory[] aggregators) -
Method Summary
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AggregateProjectionSpec
public AggregateProjectionSpec(String name, @Nullable DimFilter filter, @Nullable VirtualColumns virtualColumns, @Nullable List<DimensionSchema> groupingColumns, @Nullable AggregatorFactory[] aggregators)
-
-
Method Details