Package | Description |
---|---|
com.espertech.esper.common.internal.context.airegistry | |
com.espertech.esper.common.internal.epl.agg.core | |
com.espertech.esper.common.internal.epl.agg.rollup | |
com.espertech.esper.common.internal.epl.agg.table | |
com.espertech.esper.common.internal.epl.resultset.order |
Order-by and row-limit processors
|
com.espertech.esper.common.internal.epl.resultset.rowpergrouprollup |
Result set processor for Rollup
|
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryAggregationSingle.setCurrentAccess(Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
void |
AIRegistryAggregationMultiPerm.setCurrentAccess(Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
void |
AIRegistryAggregationMap.setCurrentAccess(Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
Modifier and Type | Method and Description |
---|---|
AggregationGroupByRollupLevel[] |
AggregationGroupByRollupDesc.getLevels() |
Modifier and Type | Method and Description |
---|---|
void |
AggregationServiceNull.setCurrentAccess(Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
void |
AggregationResultFuture.setCurrentAccess(Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
Set the current aggregation state row - for use when evaluation nodes are asked to evaluate.
|
Constructor and Description |
---|
AggregationGroupByRollupDesc(AggregationGroupByRollupLevel[] levels) |
Modifier and Type | Method and Description |
---|---|
AggregationGroupByRollupLevel |
GroupByRollupKey.getLevel() |
Constructor and Description |
---|
GroupByRollupKey(EventBean[] generator,
AggregationGroupByRollupLevel level,
Object groupKey) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByWTableRollupMultiKeyImpl.setCurrentAccess(Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
void |
AggSvcGroupByWTableBase.setCurrentAccess(Object groupByKeyUntransformed,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
void |
AggSvcGroupAllWTableImpl.setCurrentAccess(Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel) |
Modifier and Type | Method and Description |
---|---|
Object |
OrderByProcessor.getSortKeyRollup(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext,
AggregationGroupByRollupLevel level)
Returns the sort key for a given row for rollup.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultSetProcessorRowPerGroupRollup.generateOutputBatched(Object mk,
AggregationGroupByRollupLevel level,
EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
List<EventBean> resultEvents,
List<Object> optSortKeys) |
void |
ResultSetProcessorRowPerGroupRollup.generateOutputBatchedMapUnsorted(boolean join,
Object mk,
AggregationGroupByRollupLevel level,
EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
Map<Object,EventBean> resultEvents) |
Copyright © 2005–2019. All rights reserved.