Class ResultSetProcessorAggregateGroupedOutputLastHelperImpl
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.agggrouped.ResultSetProcessorAggregateGroupedOutputLastHelperImpl
- All Implemented Interfaces:
ResultSetProcessorAggregateGroupedOutputLastHelper
,ResultSetProcessorOutputHelper
public class ResultSetProcessorAggregateGroupedOutputLastHelperImpl
extends Object
implements ResultSetProcessorAggregateGroupedOutputLastHelper
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.resultset.agggrouped.ResultSetProcessorAggregateGroupedOutputLastHelper
EPTYPE
-
Constructor Summary
ConstructorDescriptionResultSetProcessorAggregateGroupedOutputLastHelperImpl
(ResultSetProcessorAggregateGrouped processor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
outputJoin
(boolean isSynthesize) outputView
(boolean isSynthesize) void
processJoin
(Set<MultiKeyArrayOfKeys<EventBean>> newData, Set<MultiKeyArrayOfKeys<EventBean>> oldData, boolean isGenerateSynthetic) void
processView
(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic) void
-
Constructor Details
-
ResultSetProcessorAggregateGroupedOutputLastHelperImpl
public ResultSetProcessorAggregateGroupedOutputLastHelperImpl(ResultSetProcessorAggregateGrouped processor)
-
-
Method Details
-
processView
- Specified by:
processView
in interfaceResultSetProcessorAggregateGroupedOutputLastHelper
-
processJoin
public void processJoin(Set<MultiKeyArrayOfKeys<EventBean>> newData, Set<MultiKeyArrayOfKeys<EventBean>> oldData, boolean isGenerateSynthetic) - Specified by:
processJoin
in interfaceResultSetProcessorAggregateGroupedOutputLastHelper
-
outputView
- Specified by:
outputView
in interfaceResultSetProcessorAggregateGroupedOutputLastHelper
-
outputJoin
- Specified by:
outputJoin
in interfaceResultSetProcessorAggregateGroupedOutputLastHelper
-
remove
- Specified by:
remove
in interfaceResultSetProcessorAggregateGroupedOutputLastHelper
-
destroy
public void destroy()- Specified by:
destroy
in interfaceResultSetProcessorAggregateGroupedOutputLastHelper
-