Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.common.internal.epl.rowrecog.core |
Match-recognize core.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeSkipEnum |
MatchRecognizeSkip.getSkip()
Skip enum.
|
static MatchRecognizeSkipEnum |
MatchRecognizeSkipEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchRecognizeSkipEnum[] |
MatchRecognizeSkipEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeSkip.setSkip(MatchRecognizeSkipEnum skip)
Sets the skip value.
|
Constructor and Description |
---|
MatchRecognizeSkip(MatchRecognizeSkipEnum skip)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeSkipEnum |
RowRecogDesc.getSkip() |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogDesc.setSkip(MatchRecognizeSkipEnum skip) |
Constructor and Description |
---|
RowRecogDescForge(EventType parentEventType,
EventType rowEventType,
EventType compositeEventType,
EventType multimatchEventType,
int[] multimatchStreamNumToVariable,
int[] multimatchVariableToStreamNum,
ExprNode[] partitionBy,
MultiKeyClassRef partitionByMultiKey,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
boolean hasInterval,
boolean iterateOnly,
boolean unbound,
boolean orTerminated,
boolean collectMultimatches,
boolean defineAsksMultimatches,
int numEventsEventsPerStreamDefine,
String[] multimatchVariablesArray,
RowRecogNFAStateForge[] startStates,
RowRecogNFAStateForge[] allStates,
boolean allMatches,
MatchRecognizeSkipEnum skip,
ExprNode[] columnEvaluators,
String[] columnNames,
TimePeriodComputeForge intervalCompute,
int[] previousRandomAccessIndexes,
AggregationServiceForgeDesc[] aggregationServices) |
Copyright © 2005–2019. All rights reserved.