Class StandardDataQueryBuilderImpl.AggregationListImpl.FieldGroupByWithSubAggSettings
java.lang.Object
com.flowable.indexing.query.builder.standard.StandardDataQueryBuilderImpl.AggregationListImpl.FieldGroupByWithSubAggSettings
- Enclosing class:
StandardDataQueryBuilderImpl.AggregationListImpl
public static class StandardDataQueryBuilderImpl.AggregationListImpl.FieldGroupByWithSubAggSettings
extends Object
Backs both
groupByFieldWithSumField and groupByFieldWithAvgField — the structure
(terms-by-field + numeric-sub-agg-by-field) is identical, only the ES aggregation type differs.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldGroupByWithSubAggSettings(String fieldName, String subAggregationFieldName, int size) FieldGroupByWithSubAggSettings(String fieldName, String subAggregationFieldName, int size, String order) -
Method Summary
-
Field Details
-
fieldName
-
subAggregationFieldName
-
size
protected int size -
order
-
-
Constructor Details
-
FieldGroupByWithSubAggSettings
-
FieldGroupByWithSubAggSettings
-
-
Method Details
-
getFieldName
-
getSubAggregationFieldName
-
getSize
public int getSize() -
getOrder
-