Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.
|
com.espertech.esper.common.internal.compile.stage2 | |
com.espertech.esper.common.internal.epl.ontrigger | |
com.espertech.esper.common.internal.epl.resultset.select.core |
Modifier and Type | Class and Description |
---|---|
class |
SelectClauseElementWildcard
Represents a wildcard as a select clause element.
|
Modifier and Type | Method and Description |
---|---|
List<SelectClauseElementCompiled> |
OnTriggerMergeActionInsert.getSelectClauseCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
OnTriggerMergeActionInsert.setSelectClauseCompiled(List<SelectClauseElementCompiled> selectClauseCompiled) |
Modifier and Type | Class and Description |
---|---|
class |
SelectClauseExprCompiledSpec
Represents a single item in a SELECT-clause, with a name assigned
either by the runtimeor by the user specifying an "as" tag name.
|
Modifier and Type | Method and Description |
---|---|
SelectClauseElementCompiled[] |
SelectClauseSpecCompiled.getSelectExprList()
Returns the list of select expressions.
|
Constructor and Description |
---|
SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList,
boolean isDistinct)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static List<SelectClauseElementCompiled> |
InfraOnMergeHelperForge.compileSelectNoWildcard(String triggeringStreamName,
List<SelectClauseElementCompiled> selectClause) |
Modifier and Type | Method and Description |
---|---|
static List<SelectClauseElementCompiled> |
InfraOnMergeHelperForge.compileSelectNoWildcard(String triggeringStreamName,
List<SelectClauseElementCompiled> selectClause) |
Modifier and Type | Class and Description |
---|---|
class |
SelectClauseStreamCompiledSpec |
Modifier and Type | Method and Description |
---|---|
SelectClauseElementCompiled[] |
SelectProcessorArgs.getSelectionList() |
Modifier and Type | Method and Description |
---|---|
protected static void |
SelectExprProcessorFactory.verifyNameUniqueness(SelectClauseElementCompiled[] selectionList) |
Constructor and Description |
---|
BindProcessorForge(SelectExprProcessorForge synthetic,
SelectClauseElementCompiled[] selectionList,
EventType[] typesPerStream,
String[] streamNames,
TableCompileTimeResolver tableService) |
SelectProcessorArgs(SelectClauseElementCompiled[] selectionList,
GroupByRollupInfo groupByRollupInfo,
boolean isUsingWildcard,
EventType optionalInsertIntoEventType,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
ContextCompileTimeDescriptor contextDescriptor,
boolean isFireAndForget,
Annotation[] annotations,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Copyright © 2005–2022. All rights reserved.