Uses of Class
org.apache.druid.segment.projections.AggregateProjectionSchema.SchemaBuilder
Packages that use AggregateProjectionSchema.SchemaBuilder
-
Uses of AggregateProjectionSchema.SchemaBuilder in org.apache.druid.segment.projections
Methods in org.apache.druid.segment.projections that return AggregateProjectionSchema.SchemaBuilderModifier and TypeMethodDescriptionAggregateProjectionSchema.SchemaBuilder.aggregators(AggregatorFactory... aggregators) AggregateProjectionSchema.SchemaBuilder.groupAndOrder(String... groupingColumns) AggregateProjectionSchema.schemaBuilder(String name) AggregateProjectionSchema.SchemaBuilder.timeColumnName(String timeColumnName) AggregateProjectionSchema.SchemaBuilder.virtualColumns(VirtualColumn... virtualColumns) AggregateProjectionSchema.SchemaBuilder.virtualColumns(VirtualColumns virtualColumns)