public enum AggregationOperators extends Enum<AggregationOperators> implements Operator
Operator.Arity| Modifier and Type | Method and Description |
|---|---|
Operator.Arity |
arity() |
static boolean |
isAggregation(Operator operator) |
Type |
returnType() |
static AggregationOperators |
valueOf(String name) |
static AggregationOperators[] |
values() |
public static final AggregationOperators COUNT
public static final AggregationOperators SUM
public static final AggregationOperators AVG
public static final AggregationOperators MIN
public static final AggregationOperators MAX
public static AggregationOperators[] values()
public static AggregationOperators valueOf(String name)
public Operator.Arity arity()
public Type returnType()
public static boolean isAggregation(Operator operator)
Copyright © 2020 The Immutables.org authors. All rights reserved.