Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
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,
Class returnType) |
SelectExprProcessorEvalStreamInsertUnd(ExprStreamUnderlyingNode undNode,
int streamNum,
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) |