Package | Description |
---|---|
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 |
---|---|
void |
NamedWindowRootViewInstance.addExplicitIndex(boolean unique,
java.lang.String namedWindowName,
java.lang.String indexName,
java.util.List<CreateIndexItem> columns)
Add an explicit index.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CreateIndexItem> |
CreateIndexDesc.getColumns()
Returns columns.
|
Constructor and Description |
---|
CreateIndexDesc(boolean unique,
java.lang.String indexName,
java.lang.String windowName,
java.util.List<CreateIndexItem> columns)
Ctor.
|