Package | Description |
---|---|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
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 QueryPlanIndexItem |
EventTableIndexUtil.validateCompileExplicitIndex(String indexName,
boolean unique,
List<CreateIndexItem> columns,
EventType eventType,
StatementContext statementContext) |
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.
|