|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.core.ResultSetProcessorHandThroughFactory
public class ResultSetProcessorHandThroughFactory
Result set processor prototye for the hand-through case: no aggregation functions used in the select clause, and no group-by, no having and ordering.
Constructor Summary | |
---|---|
ResultSetProcessorHandThroughFactory(SelectExprProcessor selectExprProcessor,
boolean selectRStream)
Ctor. |
Method Summary | |
---|---|
EventType |
getResultEventType()
Returns the event type of processed results. |
ResultSetProcessorType |
getResultSetProcessorType()
Returns the type of result set processor. |
boolean |
hasAggregation()
|
ResultSetProcessor |
instantiate(OrderByProcessor orderByProcessor,
AggregationService aggregationService,
AgentInstanceContext agentInstanceContext)
|
boolean |
isSelectRStream()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultSetProcessorHandThroughFactory(SelectExprProcessor selectExprProcessor, boolean selectRStream)
selectExprProcessor
- - for processing the select expression and generting the final output rows
a row per group even if groups didn't changeselectRStream
- - true if remove stream events should be generatedMethod Detail |
---|
public ResultSetProcessor instantiate(OrderByProcessor orderByProcessor, AggregationService aggregationService, AgentInstanceContext agentInstanceContext)
instantiate
in interface ResultSetProcessorFactory
public EventType getResultEventType()
ResultSetProcessorFactory
getResultEventType
in interface ResultSetProcessorFactory
public boolean hasAggregation()
hasAggregation
in interface ResultSetProcessorFactory
public boolean isSelectRStream()
public ResultSetProcessorType getResultSetProcessorType()
ResultSetProcessorFactory
getResultSetProcessorType
in interface ResultSetProcessorFactory
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |