Package | Description |
---|---|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
MultimatchState[] |
RegexNFAStateEntry.getOptionalMultiMatches()
Returns the multirow-variable matches, if any.
|
Constructor and Description |
---|
MultimatchState(MultimatchState state)
Ctor.
|
RegexNFAStateEntry(int matchBeginEventSeqNo,
long matchBeginEventTime,
RegexNFAState state,
EventBean[] eventsPerStream,
int[] greedycountPerState,
MultimatchState[] optionalMultiMatches,
Object partitionKey)
Ctor.
|