Class ResultSetProcessorSimpleImpl

java.lang.Object
com.espertech.esper.common.internal.epl.resultset.simple.ResultSetProcessorSimpleImpl

public class ResultSetProcessorSimpleImpl extends Object
Result set processor for the simplest case: no aggregation functions used in the select clause, and no group-by.

The processor generates one row for each event entering (new event) and one row for each event leaving (old event).