Enum Constant and Description |
---|
AGGREGATION_GROUPBY
Group-by for aggregations
|
CONTEXT_CATEGORY
Contexts - Category Context
|
CONTEXT_HASH
Contexts - Hash Context
|
CONTEXT_INITTERM
Contexts - Non-overlapping and overlapping
|
CONTEXT_INITTERM_DISTINCT
Contexts - Distinct for overlapping contexts
|
CONTEXT_KEYED
Contexts - Keyed Context
|
CONTEXT_KEYED_TERM
Contexts - Keyed Context termination
|
CONTEXT_PARTITIONID
Context partition id management
|
INDEX_HASH
Index hashed
|
INDEX_IN
Index in-set-of-values
|
INDEX_OTHER
Index spatial or other
|
INDEX_SORTED
Index btree
|
INDEX_UNINDEXED
Index unindexed
|
PATTERN_AND
Pattern-And node
|
PATTERN_EVERY
Pattern-Every node
|
PATTERN_EVERYDISTINCT
Pattern every-distinct
|
PATTERN_FILTER
Pattern-Filter node
|
PATTERN_FOLLOWEDBY
Pattern followed-by
|
PATTERN_GUARD
Pattern-Guard node
|
PATTERN_MATCHUNTIL
Pattern-Match-Until node
|
PATTERN_NOT
Pattern-Not node
|
PATTERN_OBSERVER
Pattern-Observer node
|
PATTERN_OR
Pattern-Or node
|
PATTERN_ROOT
Pattern-Root node (internal use only)
|
RESULTSET_AGGREGATEGROUPED_OUTPUTALL
Result Set Aggregate-Grouped Output All
|
RESULTSET_AGGREGATEGROUPED_OUTPUTALL_OPT
Result Set Aggregate-Grouped Output All with Options
|
RESULTSET_AGGREGATEGROUPED_OUTPUTFIRST
Result Set Aggregate-Grouped Output Limit Helper
|
RESULTSET_AGGREGATEGROUPED_OUTPUTLAST_OPT
Result Set Aggregate-Grouped Output Last with Options
|
RESULTSET_FULLYAGGREGATED_OUTPUTALL
Result Set Fully-Aggregated Output All
|
RESULTSET_OUTPUTLIMIT
Output rate limiting
|
RESULTSET_ROLLUP_OUTPUTALL
Result Set Rollup Output Limit Helper
|
RESULTSET_ROLLUP_OUTPUTFIRST
Result Set Rollup Output Limit Helper
|
RESULTSET_ROLLUP_OUTPUTLAST
Result Set Rollup Output Limit Helper
|
RESULTSET_ROLLUP_OUTPUTSNAPSHOT
Result Set Rollup Output Limit Helper
|
RESULTSET_ROWPEREVENT_OUTPUTALL
Result Set Simple Row-Per-Event Output All
|
RESULTSET_ROWPERGROUP_OUTPUTALL
Result Set Row-Per-Group Output All
|
RESULTSET_ROWPERGROUP_OUTPUTALL_OPT
Result Set Row-Per-Group Output All with Option
|
RESULTSET_ROWPERGROUP_OUTPUTFIRST
Result Set Row-Per-Group Output Limit Helper
|
RESULTSET_ROWPERGROUP_OUTPUTLAST_OPT
Result Set Row-Per-Group Output All with Option
|
RESULTSET_ROWPERGROUP_UNBOUND
Result Set Row-Per-Group Unbound Helper
|
RESULTSET_SIMPLE_OUTPUTALL
Result Set Simple Output All
|
ROWRECOG_PARTITIONED
Match-recognize partitioned state
|
ROWRECOG_SCHEDULE
Match-recognize schedule state
|
ROWRECOG_UNPARTITIONED
Match-recognize unpartitioned state
|
UNDEFINED
For use with annotations as a default value, not used otherwise (internal use only)
|
WINDOW_CORRELATION
Correlation stat view
|
WINDOW_EXPRESSION
Expression window
|
WINDOW_EXPRESSIONBATCH
Expression batch window
|
WINDOW_EXTTIMED
Externally-timed window
|
WINDOW_EXTTIMEDBATCH
Externally-timed batch window
|
WINDOW_FIRSTEVENT
First-event window
|
WINDOW_FIRSTLENGTH
First-length window
|
WINDOW_FIRSTTIME
First-time window
|
WINDOW_FIRSTUNIQUE
First-unique window
|
WINDOW_GROUP
Grouped window
|
WINDOW_INTERSECT
Intersect view
|
WINDOW_KEEPALL
Keep-all window
|
WINDOW_LASTEVENT
Last-event window
|
WINDOW_LENGTH
Length window
|
WINDOW_LENGTHBATCH
Length-batch window
|
WINDOW_PRIOR
Prior
|
WINDOW_RANK
Rank window
|
WINDOW_REGRESSIONLINEST
Regression lineest stat view
|
WINDOW_ROWRECOG
Match-recognize view (internal use only)
|
WINDOW_SIZE
Size stat view
|
WINDOW_SORTED
Sorted window
|
WINDOW_TIME
Time window
|
WINDOW_TIMEACCUM
Time-accumulative window
|
WINDOW_TIMEBATCH
Time-batch window
|
WINDOW_TIMELENGTHBATCH
Length-batch window
|
WINDOW_TIMEORDER
Time order window
|
WINDOW_TIMETOLIVE
Time-to-live window
|
WINDOW_UNION
Union view
|
WINDOW_UNIQUE
Unique-window
|
WINDOW_UNIVARIATESTAT
Univariate stat view
|
WINDOW_WEIGHTEDAVG
Weighted average stat view
|
Modifier and Type | Method and Description |
---|---|
static AppliesTo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppliesTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppliesTo UNDEFINED
public static final AppliesTo AGGREGATION_GROUPBY
public static final AppliesTo CONTEXT_PARTITIONID
public static final AppliesTo CONTEXT_CATEGORY
public static final AppliesTo CONTEXT_HASH
public static final AppliesTo CONTEXT_INITTERM
public static final AppliesTo CONTEXT_INITTERM_DISTINCT
public static final AppliesTo CONTEXT_KEYED
public static final AppliesTo CONTEXT_KEYED_TERM
public static final AppliesTo INDEX_HASH
public static final AppliesTo INDEX_IN
public static final AppliesTo INDEX_SORTED
public static final AppliesTo INDEX_UNINDEXED
public static final AppliesTo INDEX_OTHER
public static final AppliesTo WINDOW_PRIOR
public static final AppliesTo WINDOW_RANK
public static final AppliesTo PATTERN_EVERYDISTINCT
public static final AppliesTo PATTERN_FOLLOWEDBY
public static final AppliesTo ROWRECOG_PARTITIONED
public static final AppliesTo ROWRECOG_UNPARTITIONED
public static final AppliesTo ROWRECOG_SCHEDULE
public static final AppliesTo PATTERN_ROOT
public static final AppliesTo PATTERN_AND
public static final AppliesTo PATTERN_OR
public static final AppliesTo PATTERN_GUARD
public static final AppliesTo PATTERN_MATCHUNTIL
public static final AppliesTo PATTERN_FILTER
public static final AppliesTo PATTERN_OBSERVER
public static final AppliesTo PATTERN_NOT
public static final AppliesTo PATTERN_EVERY
public static final AppliesTo RESULTSET_AGGREGATEGROUPED_OUTPUTFIRST
public static final AppliesTo RESULTSET_ROWPERGROUP_OUTPUTFIRST
public static final AppliesTo RESULTSET_OUTPUTLIMIT
public static final AppliesTo RESULTSET_ROLLUP_OUTPUTSNAPSHOT
public static final AppliesTo RESULTSET_ROLLUP_OUTPUTALL
public static final AppliesTo RESULTSET_ROLLUP_OUTPUTFIRST
public static final AppliesTo RESULTSET_ROLLUP_OUTPUTLAST
public static final AppliesTo RESULTSET_FULLYAGGREGATED_OUTPUTALL
public static final AppliesTo RESULTSET_SIMPLE_OUTPUTALL
public static final AppliesTo RESULTSET_ROWPEREVENT_OUTPUTALL
public static final AppliesTo RESULTSET_ROWPERGROUP_OUTPUTALL
public static final AppliesTo RESULTSET_ROWPERGROUP_OUTPUTALL_OPT
public static final AppliesTo RESULTSET_ROWPERGROUP_OUTPUTLAST_OPT
public static final AppliesTo RESULTSET_ROWPERGROUP_UNBOUND
public static final AppliesTo RESULTSET_AGGREGATEGROUPED_OUTPUTALL
public static final AppliesTo RESULTSET_AGGREGATEGROUPED_OUTPUTALL_OPT
public static final AppliesTo RESULTSET_AGGREGATEGROUPED_OUTPUTLAST_OPT
public static final AppliesTo WINDOW_UNIQUE
public static final AppliesTo WINDOW_TIMEACCUM
public static final AppliesTo WINDOW_TIMEBATCH
public static final AppliesTo WINDOW_TIMELENGTHBATCH
public static final AppliesTo WINDOW_GROUP
public static final AppliesTo WINDOW_LENGTH
public static final AppliesTo WINDOW_TIME
public static final AppliesTo WINDOW_LENGTHBATCH
public static final AppliesTo WINDOW_EXPRESSION
public static final AppliesTo WINDOW_EXPRESSIONBATCH
public static final AppliesTo WINDOW_FIRSTLENGTH
public static final AppliesTo WINDOW_FIRSTTIME
public static final AppliesTo WINDOW_FIRSTUNIQUE
public static final AppliesTo WINDOW_FIRSTEVENT
public static final AppliesTo WINDOW_EXTTIMED
public static final AppliesTo WINDOW_EXTTIMEDBATCH
public static final AppliesTo WINDOW_UNIVARIATESTAT
public static final AppliesTo WINDOW_CORRELATION
public static final AppliesTo WINDOW_SIZE
public static final AppliesTo WINDOW_WEIGHTEDAVG
public static final AppliesTo WINDOW_REGRESSIONLINEST
public static final AppliesTo WINDOW_UNION
public static final AppliesTo WINDOW_INTERSECT
public static final AppliesTo WINDOW_LASTEVENT
public static final AppliesTo WINDOW_SORTED
public static final AppliesTo WINDOW_TIMEORDER
public static final AppliesTo WINDOW_TIMETOLIVE
public static final AppliesTo WINDOW_KEEPALL
public static final AppliesTo WINDOW_ROWRECOG
public static AppliesTo[] values()
for (AppliesTo c : AppliesTo.values()) System.out.println(c);
public static AppliesTo valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null