public class ResultSetProcessorHandThroughFactory extends Object implements ResultSetProcessorFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
ResultSetProcessorHandThroughFactory(SelectExprProcessor selectExprProcessor,
EventType resultEventType,
boolean rstream) |
Modifier and Type | Method and Description |
---|---|
EventType |
getResultEventType() |
SelectExprProcessor |
getSelectExprProcessor() |
ResultSetProcessor |
instantiate(OrderByProcessor orderByProcessor,
AggregationService aggregationService,
ExprEvaluatorContext exprEvaluatorContext) |
boolean |
isRstream() |
public static final EPTypeClass EPTYPE
public ResultSetProcessorHandThroughFactory(SelectExprProcessor selectExprProcessor, EventType resultEventType, boolean rstream)
public ResultSetProcessor instantiate(OrderByProcessor orderByProcessor, AggregationService aggregationService, ExprEvaluatorContext exprEvaluatorContext)
instantiate
in interface ResultSetProcessorFactory
public EventType getResultEventType()
public SelectExprProcessor getSelectExprProcessor()
public boolean isRstream()
Copyright © 2005–2021. All rights reserved.