Package | Description |
---|---|
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.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
List<MatchRecognizeDefineItem> |
MatchRecognizeSpec.getDefines()
Returns the define items.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeSpec.addDefine(MatchRecognizeDefineItem define)
Adds a define item.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeSpec.setDefines(List<MatchRecognizeDefineItem> defines)
Set defines.
|
Modifier and Type | Method and Description |
---|---|
static StreamTypeService |
EventRowRegexNFAViewFactoryHelper.buildDefineStreamTypeServiceDefine(StatementContext statementContext,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
MatchRecognizeDefineItem defineItem,
Map<String,Set<String>> visibilityByIdentifier,
EventType parentViewType) |