Modifier and Type | Method and Description |
---|---|
void |
AggregationPortableValidationMinMax.setMinMax(MinMaxTypeEnum minMax) |
Constructor and Description |
---|
AggregationPortableValidationMinMax(boolean distinct,
boolean hasFilter,
Class inputValueType,
MinMaxTypeEnum minMax,
boolean unbound) |
Modifier and Type | Method and Description |
---|---|
MinMaxTypeEnum |
ExprMinMaxAggrNode.getMinMaxTypeEnum()
Returns the indicator for minimum or maximum.
|
Constructor and Description |
---|
ExprMinMaxAggrNode(boolean distinct,
MinMaxTypeEnum minMaxTypeEnum,
boolean isFFunc,
boolean isEver) |
Modifier and Type | Method and Description |
---|---|
static MinMaxTypeEnum |
MinMaxTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinMaxTypeEnum[] |
MinMaxTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MinMaxTypeEnum |
ExprMinMaxRowNode.getMinMaxTypeEnum()
Returns the indicator for minimum or maximum.
|
Constructor and Description |
---|
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
Ctor.
|
Copyright © 2005–2018. All rights reserved.