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.epl.lookupplansubord |
Modifier and Type | Method and Description |
---|---|
List<CreateIndexItem> |
CreateIndexDesc.getColumns()
Returns columns.
|
Constructor and Description |
---|
CreateIndexDesc(boolean unique,
String indexName,
String windowName,
List<CreateIndexItem> columns)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static QueryPlanIndexItemForge |
EventTableIndexUtil.validateCompileExplicitIndex(String indexName,
boolean unique,
List<CreateIndexItem> columns,
EventType eventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Copyright © 2005–2022. All rights reserved.