net.esper.eql.generated
Interface EqlTokenTypes
- All Known Implementing Classes:
- ASTFilterSpecHelper, ASTOutputLimitHelper, ASTViewSpecHelper, EQLStatementLexer, EQLStatementParser, PropertyParser, SchemaXMLPropertyParser, SimpleXMLPropertyParser
public interface EqlTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
OR_EXPR
static final int OR_EXPR
- See Also:
- Constant Field Values
AND_EXPR
static final int AND_EXPR
- See Also:
- Constant Field Values
NOT_EXPR
static final int NOT_EXPR
- See Also:
- Constant Field Values
EVERY_EXPR
static final int EVERY_EXPR
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
AS
static final int AS
- See Also:
- Constant Field Values
SUM
static final int SUM
- See Also:
- Constant Field Values
AVG
static final int AVG
- See Also:
- Constant Field Values
MAX
static final int MAX
- See Also:
- Constant Field Values
MIN
static final int MIN
- See Also:
- Constant Field Values
MEDIAN
static final int MEDIAN
- See Also:
- Constant Field Values
STDDEV
static final int STDDEV
- See Also:
- Constant Field Values
AVEDEV
static final int AVEDEV
- See Also:
- Constant Field Values
COUNT
static final int COUNT
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
FROM
static final int FROM
- See Also:
- Constant Field Values
OUTER
static final int OUTER
- See Also:
- Constant Field Values
JOIN
static final int JOIN
- See Also:
- Constant Field Values
LEFT
static final int LEFT
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
FULL
static final int FULL
- See Also:
- Constant Field Values
ON
static final int ON
- See Also:
- Constant Field Values
IS
static final int IS
- See Also:
- Constant Field Values
BY
static final int BY
- See Also:
- Constant Field Values
GROUP
static final int GROUP
- See Also:
- Constant Field Values
HAVING
static final int HAVING
- See Also:
- Constant Field Values
DISTINCT
static final int DISTINCT
- See Also:
- Constant Field Values
ALL
static final int ALL
- See Also:
- Constant Field Values
OUTPUT
static final int OUTPUT
- See Also:
- Constant Field Values
EVENTS
static final int EVENTS
- See Also:
- Constant Field Values
SECONDS
static final int SECONDS
- See Also:
- Constant Field Values
MINUTES
static final int MINUTES
- See Also:
- Constant Field Values
FIRST
static final int FIRST
- See Also:
- Constant Field Values
LAST
static final int LAST
- See Also:
- Constant Field Values
INSERT
static final int INSERT
- See Also:
- Constant Field Values
INTO
static final int INTO
- See Also:
- Constant Field Values
ORDER
static final int ORDER
- See Also:
- Constant Field Values
ASC
static final int ASC
- See Also:
- Constant Field Values
DESC
static final int DESC
- See Also:
- Constant Field Values
RSTREAM
static final int RSTREAM
- See Also:
- Constant Field Values
ISTREAM
static final int ISTREAM
- See Also:
- Constant Field Values
NUMERIC_PARAM_RANGE
static final int NUMERIC_PARAM_RANGE
- See Also:
- Constant Field Values
NUMERIC_PARAM_LIST
static final int NUMERIC_PARAM_LIST
- See Also:
- Constant Field Values
NUMERIC_PARAM_FREQUENCY
static final int NUMERIC_PARAM_FREQUENCY
- See Also:
- Constant Field Values
FOLLOWED_BY_EXPR
static final int FOLLOWED_BY_EXPR
- See Also:
- Constant Field Values
ARRAY_PARAM_LIST
static final int ARRAY_PARAM_LIST
- See Also:
- Constant Field Values
EVENT_FILTER_EXPR
static final int EVENT_FILTER_EXPR
- See Also:
- Constant Field Values
EVENT_FILTER_NAME_TAG
static final int EVENT_FILTER_NAME_TAG
- See Also:
- Constant Field Values
EVENT_FILTER_IDENT
static final int EVENT_FILTER_IDENT
- See Also:
- Constant Field Values
EVENT_FILTER_PARAM
static final int EVENT_FILTER_PARAM
- See Also:
- Constant Field Values
CLASS_IDENT
static final int CLASS_IDENT
- See Also:
- Constant Field Values
GUARD_EXPR
static final int GUARD_EXPR
- See Also:
- Constant Field Values
OBSERVER_EXPR
static final int OBSERVER_EXPR
- See Also:
- Constant Field Values
VIEW_EXPR
static final int VIEW_EXPR
- See Also:
- Constant Field Values
STREAM_EXPR
static final int STREAM_EXPR
- See Also:
- Constant Field Values
WHERE_EXPR
static final int WHERE_EXPR
- See Also:
- Constant Field Values
HAVING_EXPR
static final int HAVING_EXPR
- See Also:
- Constant Field Values
EVAL_BITWISE_EXPR
static final int EVAL_BITWISE_EXPR
- See Also:
- Constant Field Values
EVAL_AND_EXPR
static final int EVAL_AND_EXPR
- See Also:
- Constant Field Values
EVAL_OR_EXPR
static final int EVAL_OR_EXPR
- See Also:
- Constant Field Values
EVAL_EQUALS_EXPR
static final int EVAL_EQUALS_EXPR
- See Also:
- Constant Field Values
EVAL_NOTEQUALS_EXPR
static final int EVAL_NOTEQUALS_EXPR
- See Also:
- Constant Field Values
EVAL_IDENT
static final int EVAL_IDENT
- See Also:
- Constant Field Values
SELECTION_EXPR
static final int SELECTION_EXPR
- See Also:
- Constant Field Values
SELECTION_ELEMENT_EXPR
static final int SELECTION_ELEMENT_EXPR
- See Also:
- Constant Field Values
OUTERJOIN_EXPR
static final int OUTERJOIN_EXPR
- See Also:
- Constant Field Values
LEFT_OUTERJOIN_EXPR
static final int LEFT_OUTERJOIN_EXPR
- See Also:
- Constant Field Values
RIGHT_OUTERJOIN_EXPR
static final int RIGHT_OUTERJOIN_EXPR
- See Also:
- Constant Field Values
FULL_OUTERJOIN_EXPR
static final int FULL_OUTERJOIN_EXPR
- See Also:
- Constant Field Values
GROUP_BY_EXPR
static final int GROUP_BY_EXPR
- See Also:
- Constant Field Values
ORDER_BY_EXPR
static final int ORDER_BY_EXPR
- See Also:
- Constant Field Values
ORDER_ELEMENT_EXPR
static final int ORDER_ELEMENT_EXPR
- See Also:
- Constant Field Values
EVENT_PROP_EXPR
static final int EVENT_PROP_EXPR
- See Also:
- Constant Field Values
EVENT_PROP_SIMPLE
static final int EVENT_PROP_SIMPLE
- See Also:
- Constant Field Values
EVENT_PROP_MAPPED
static final int EVENT_PROP_MAPPED
- See Also:
- Constant Field Values
EVENT_PROP_INDEXED
static final int EVENT_PROP_INDEXED
- See Also:
- Constant Field Values
EVENT_LIMIT_EXPR
static final int EVENT_LIMIT_EXPR
- See Also:
- Constant Field Values
SEC_LIMIT_EXPR
static final int SEC_LIMIT_EXPR
- See Also:
- Constant Field Values
MIN_LIMIT_EXPR
static final int MIN_LIMIT_EXPR
- See Also:
- Constant Field Values
INSERTINTO_EXPR
static final int INSERTINTO_EXPR
- See Also:
- Constant Field Values
INSERTINTO_EXPRCOL
static final int INSERTINTO_EXPRCOL
- See Also:
- Constant Field Values
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
LIB_FUNCTION
static final int LIB_FUNCTION
- See Also:
- Constant Field Values
UNARY_MINUS
static final int UNARY_MINUS
- See Also:
- Constant Field Values
INT_TYPE
static final int INT_TYPE
- See Also:
- Constant Field Values
LONG_TYPE
static final int LONG_TYPE
- See Also:
- Constant Field Values
FLOAT_TYPE
static final int FLOAT_TYPE
- See Also:
- Constant Field Values
DOUBLE_TYPE
static final int DOUBLE_TYPE
- See Also:
- Constant Field Values
STRING_TYPE
static final int STRING_TYPE
- See Also:
- Constant Field Values
BOOL_TYPE
static final int BOOL_TYPE
- See Also:
- Constant Field Values
NULL_TYPE
static final int NULL_TYPE
- See Also:
- Constant Field Values
NUM_INT
static final int NUM_INT
- See Also:
- Constant Field Values
NUM_LONG
static final int NUM_LONG
- See Also:
- Constant Field Values
NUM_FLOAT
static final int NUM_FLOAT
- See Also:
- Constant Field Values
NUM_DOUBLE
static final int NUM_DOUBLE
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
QUOTED_STRING_LITERAL
static final int QUOTED_STRING_LITERAL
- See Also:
- Constant Field Values
LITERAL_true
static final int LITERAL_true
- See Also:
- Constant Field Values
LITERAL_false
static final int LITERAL_false
- See Also:
- Constant Field Values
LITERAL_null
static final int LITERAL_null
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
BAND
static final int BAND
- See Also:
- Constant Field Values
BOR
static final int BOR
- See Also:
- Constant Field Values
BXOR
static final int BXOR
- See Also:
- Constant Field Values
SQL_NE
static final int SQL_NE
- See Also:
- Constant Field Values
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
LOR
static final int LOR
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
MOD
static final int MOD
- See Also:
- Constant Field Values
FOLLOWED_BY
static final int FOLLOWED_BY
- See Also:
- Constant Field Values
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
LNOT
static final int LNOT
- See Also:
- Constant Field Values
BNOT
static final int BNOT
- See Also:
- Constant Field Values
DIV_ASSIGN
static final int DIV_ASSIGN
- See Also:
- Constant Field Values
PLUS_ASSIGN
static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
INC
static final int INC
- See Also:
- Constant Field Values
MINUS_ASSIGN
static final int MINUS_ASSIGN
- See Also:
- Constant Field Values
DEC
static final int DEC
- See Also:
- Constant Field Values
STAR_ASSIGN
static final int STAR_ASSIGN
- See Also:
- Constant Field Values
MOD_ASSIGN
static final int MOD_ASSIGN
- See Also:
- Constant Field Values
SR
static final int SR
- See Also:
- Constant Field Values
SR_ASSIGN
static final int SR_ASSIGN
- See Also:
- Constant Field Values
BSR
static final int BSR
- See Also:
- Constant Field Values
BSR_ASSIGN
static final int BSR_ASSIGN
- See Also:
- Constant Field Values
SL
static final int SL
- See Also:
- Constant Field Values
SL_ASSIGN
static final int SL_ASSIGN
- See Also:
- Constant Field Values
BXOR_ASSIGN
static final int BXOR_ASSIGN
- See Also:
- Constant Field Values
BOR_ASSIGN
static final int BOR_ASSIGN
- See Also:
- Constant Field Values
BAND_ASSIGN
static final int BAND_ASSIGN
- See Also:
- Constant Field Values
LAND
static final int LAND
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
ESC
static final int ESC
- See Also:
- Constant Field Values
HEX_DIGIT
static final int HEX_DIGIT
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
FLOAT_SUFFIX
static final int FLOAT_SUFFIX
- See Also:
- Constant Field Values