|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.core.ResultSetProcessorHandThrougFactory
public class ResultSetProcessorHandThrougFactory
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 | |
---|---|
ResultSetProcessorHandThrougFactory(SelectExprProcessor selectExprProcessor,
boolean selectRStream)
Ctor. |
Method Summary | |
---|---|
EventType |
getResultEventType()
Returns the event type of processed results. |
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 ResultSetProcessorHandThrougFactory(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()
|
© 2006-2015 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 |