public abstract class SelectEvalStreamBase extends Object implements SelectExprProcessorForge
Modifier and Type | Field and Description |
---|---|
protected SelectExprForgeContext |
context |
protected ExprEvaluator[] |
evaluators |
protected boolean |
isUsingWildcard |
protected List<SelectClauseStreamCompiledSpec> |
namedStreams |
protected EventType |
resultEventType |
Constructor and Description |
---|
SelectEvalStreamBase(SelectExprForgeContext context,
EventType resultEventType,
List<SelectClauseStreamCompiledSpec> namedStreams,
boolean usingWildcard) |
Modifier and Type | Method and Description |
---|---|
SelectExprForgeContext |
getContext() |
EventType |
getResultEventType()
Returns the event type that represents the select-clause items.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processCodegen
protected final SelectExprForgeContext context
protected final EventType resultEventType
protected final List<SelectClauseStreamCompiledSpec> namedStreams
protected final boolean isUsingWildcard
protected ExprEvaluator[] evaluators
public SelectEvalStreamBase(SelectExprForgeContext context, EventType resultEventType, List<SelectClauseStreamCompiledSpec> namedStreams, boolean usingWildcard)
public EventType getResultEventType()
SelectExprProcessorForge
getResultEventType
in interface SelectExprProcessorForge
public SelectExprForgeContext getContext()
Copyright © 2005–2018. All rights reserved.