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 |
---|---|
java.util.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(java.util.List<MatchRecognizeDefineItem> defines)
Set defines.
|
Modifier and Type | Method and Description |
---|---|
static StreamTypeService |
EventRowRegexNFAViewFactoryHelper.buildDefineStreamTypeServiceDefine(StatementContext statementContext,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
MatchRecognizeDefineItem defineItem,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> visibilityByIdentifier,
EventType parentViewType) |