static AggregationConfig.Builder |
AggregationConfig.builder() |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.columnPivots(List<Pivot> columnPivots) |
AggregationConfig.Builder |
AggregationConfig.Builder.columnPivots(Pivot... columnPivots) |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.rollup(boolean roolup) |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.rowPivots(List<Pivot> rowPivots) |
AggregationConfig.Builder |
AggregationConfig.Builder.rowPivots(Pivot... rowPivots) |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.series(List<Series> series) |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.sort(List<SortConfig> sort) |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.visualization(String visualization) |
abstract AggregationConfig.Builder |
AggregationConfig.Builder.visualizationConfig(VisualizationConfig visualizationConfig) |