Package | Description |
---|---|
com.espertech.esper.epl.core.select |
Select-clause processing.
|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Constructor and Description |
---|
SelectExprProcessorEvalStreamInsertTable(int streamNum,
ExprStreamUnderlyingNode undNode,
TableMetadata tableMetadata,
java.lang.Class returnType) |
SelectExprProcessorEvalStreamInsertUnd(ExprStreamUnderlyingNode undNode,
int streamNum,
java.lang.Class returnType) |
Modifier and Type | Class and Description |
---|---|
class |
ExprStreamUnderlyingNodeImpl
Represents an stream selector that returns the streams underlying event, or null if undefined.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qExprStreamUndSelectClause(ExprStreamUnderlyingNode undNode) |
void |
Instrumentation.qExprStreamUndSelectClause(ExprStreamUnderlyingNode undNode) |