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
|
Constructor and Description |
---|
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent,
int streamNum,
java.lang.Class resultType,
ExprNode[] criteriaExpressions,
MethodResolutionService methodResolutionService,
boolean[] sortDescending,
ExprEvaluator[] evaluators,
boolean ever) |