public abstract class EvalSelectStreamBase extends Object implements SelectExprProcessor
Modifier and Type | Field and Description |
---|---|
protected boolean |
isUsingWildcard |
protected List<SelectClauseStreamCompiledSpec> |
namedStreams |
protected EventType |
resultEventType |
protected SelectExprContext |
selectExprContext |
Constructor and Description |
---|
EvalSelectStreamBase(SelectExprContext selectExprContext,
EventType resultEventType,
List<SelectClauseStreamCompiledSpec> namedStreams,
boolean usingWildcard) |
Modifier and Type | Method and Description |
---|---|
EventType |
getResultEventType()
Returns the event type that represents the select-clause items.
|
SelectExprContext |
getSelectExprContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected final SelectExprContext selectExprContext
protected final EventType resultEventType
protected final List<SelectClauseStreamCompiledSpec> namedStreams
protected final boolean isUsingWildcard
public EvalSelectStreamBase(SelectExprContext selectExprContext, EventType resultEventType, List<SelectClauseStreamCompiledSpec> namedStreams, boolean usingWildcard)
public EventType getResultEventType()
SelectExprProcessor
getResultEventType
in interface SelectExprProcessor
public SelectExprContext getSelectExprContext()