Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
Modifier and Type | Method and Description |
---|---|
ExprSubselectNode.SubqueryAggregationType |
ExprSubselectNode.getSubselectAggregationType() |
static ExprSubselectNode.SubqueryAggregationType |
ExprSubselectNode.SubqueryAggregationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExprSubselectNode.SubqueryAggregationType[] |
ExprSubselectNode.SubqueryAggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExprSubselectNode.setSubselectAggregationType(ExprSubselectNode.SubqueryAggregationType subselectAggregationType) |