public class AggregationMethodFactoryUtil extends Object
Constructor and Description |
---|
AggregationMethodFactoryUtil() |
Modifier and Type | Method and Description |
---|---|
static AggregationMethod |
makeDistinctAggregator(AggregationMethod aggregationMethod,
boolean hasFilter) |
static AggregationMethod |
makeFirstEver(boolean hasFilter) |
static AggregationMethod |
makeLastEver(boolean hasFilter) |
public static AggregationMethod makeDistinctAggregator(AggregationMethod aggregationMethod, boolean hasFilter)
public static AggregationMethod makeFirstEver(boolean hasFilter)
public static AggregationMethod makeLastEver(boolean hasFilter)