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.named |
Named window classes are in this package
|
com.espertech.esper.epl.spec |
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.
|
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessor |
SelectExprProcessorFactory.getProcessor(java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
SelectClauseElementCompiled[] selectionList,
boolean isUsingWildcard,
InsertIntoDesc insertIntoDesc,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
EventAdapterService eventAdapterService,
StatementResultService statementResultService,
ValueAddEventService valueAddEventService,
SelectExprEventTypeRegistry selectExprEventTypeRegistry,
MethodResolutionService methodResolutionService,
ExprEvaluatorContext exprEvaluatorContext,
VariableService variableService,
TimeProvider timeProvider,
java.lang.String engineURI,
java.lang.String statementId,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configuration,
SelectExprProcessorDeliveryCallback selectExprProcessorCallback,
NamedWindowService namedWindowService)
Returns the processor to use for a given select-clause.
|
Constructor and Description |
---|
BindProcessor(SelectClauseElementCompiled[] selectionList,
EventType[] typesPerStream,
java.lang.String[] streamNames)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<SelectClauseElementCompiled> |
NamedWindowOnMergeHelper.compileSelectNoWildcard(java.lang.String triggeringStreamName,
java.util.List<SelectClauseElementCompiled> selectClause) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<SelectClauseElementCompiled> |
NamedWindowOnMergeHelper.compileSelectNoWildcard(java.lang.String triggeringStreamName,
java.util.List<SelectClauseElementCompiled> selectClause) |
Modifier and Type | Class and Description |
---|---|
class |
SelectClauseElementWildcard
Represents a wildcard as a select clause element.
|
class |
SelectClauseExprCompiledSpec
Represents a single item in a SELECT-clause, with a name assigned
either by the engine or by the user specifying an "as" tag name.
|
class |
SelectClauseStreamCompiledSpec
Mirror class to
SelectClauseStreamRawSpec but added the stream number for the name. |
Modifier and Type | Method and Description |
---|---|
SelectClauseElementCompiled[] |
SelectClauseSpecCompiled.getSelectExprList()
Returns the list of select expressions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SelectClauseElementCompiled> |
OnTriggerMergeActionInsert.getSelectClauseCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
OnTriggerMergeActionInsert.setSelectClauseCompiled(java.util.List<SelectClauseElementCompiled> selectClauseCompiled) |
Constructor and Description |
---|
SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList,
boolean isDistinct)
Ctor.
|