com.espertech.esper.epl.core
Interface ResultSetProcessorRowPerGroupRollupOutputAllHelper
- All Known Implementing Classes:
- ResultSetProcessorRowPerGroupRollupOutputAllHelperImpl
public interface ResultSetProcessorRowPerGroupRollupOutputAllHelper
processView
void processView(EventBean[] newData,
EventBean[] oldData,
boolean isGenerateSynthetic)
processJoin
void processJoin(java.util.Set<MultiKey<EventBean>> newEvents,
java.util.Set<MultiKey<EventBean>> oldEvents,
boolean isGenerateSynthetic)
outputView
UniformPair<EventBean[]> outputView(boolean isSynthesize)
outputJoin
UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
destroy
void destroy()