Package | Description |
---|---|
com.espertech.esper.epl.expression.subquery |
Subselect expressions.
|
Modifier and Type | Method and Description |
---|---|
ExprSubselectNode.SubqueryAggregationType |
ExprSubselectNode.getSubselectAggregationType() |
static ExprSubselectNode.SubqueryAggregationType |
ExprSubselectNode.SubqueryAggregationType.valueOf(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) |