Uses of Class
app.babylon.table.aggregation.AggregationPlan
Packages that use AggregationPlan
-
Uses of AggregationPlan in app.babylon.table.aggregation
Methods in app.babylon.table.aggregation that return AggregationPlanModifier and TypeMethodDescriptionAggregationPlan.withAggregate(ColumnName sourceColumnName, Aggregate aggregate) AggregationPlan.withAggregate(ColumnName sourceColumnName, ColumnName outputColumnName, Aggregate aggregate) AggregationPlan.withColumnType(ColumnName columnName, Column.Type columnType) AggregationPlan.withColumnType(ColumnName columnName, Class<?> valueClass) AggregationPlan.withGroupBy(ColumnName... columnNames) AggregationPlan.withOutputTableName(TableName outputTableName)