Package | Description |
---|---|
com.espertech.esper.epl.core.orderby |
Order-by and row-limit processors
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Method and Description |
---|---|
OrderByElementEval[] |
OrderByProcessorFactoryImpl.getOrderBy() |
OrderByElementEval[][] |
OrderByProcessorFactoryImpl.getOrderByRollup() |
Constructor and Description |
---|
OrderByProcessorFactoryImpl(OrderByElementEval[] orderBy,
boolean needsGroupByKeys,
java.util.Comparator<java.lang.Object> comparator,
OrderByElementEval[][] orderByRollup) |
OrderByProcessorFactoryImpl(OrderByElementEval[] orderBy,
boolean needsGroupByKeys,
java.util.Comparator<java.lang.Object> comparator,
OrderByElementEval[][] orderByRollup) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qOrderBy(EventBean[] evalEventsPerStream,
OrderByElementEval[] orderBy) |
void |
Instrumentation.qOrderBy(EventBean[] evalEventsPerStream,
OrderByElementEval[] orderBy) |