Package | Description |
---|---|
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.nfa |
Match-recognize NFA.
|
Constructor and Description |
---|
RowRecogMultimatchState(RowRecogMultimatchState state)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
RowRecogMultimatchState[] |
RowRecogNFAStateEntry.getOptionalMultiMatches()
Returns the multirow-variable matches, if any.
|
Constructor and Description |
---|
RowRecogNFAStateEntry(int matchBeginEventSeqNo,
long matchBeginEventTime,
RowRecogNFAState state,
EventBean[] eventsPerStream,
int[] greedycountPerState,
RowRecogMultimatchState[] optionalMultiMatches,
Object partitionKey)
Ctor.
|
Copyright © 2005–2022. All rights reserved.