r.0.1.25.source-code.QueryLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiler Show documentation
Show all versions of tiler Show documentation
Plugable dashboard framework
T__0=1
T__1=2
T__2=3
FROM=4
WHERE=5
GROUP=6
AGGREGATE=7
POINT=8
METRIC=9
SORT=10
AS=11
ASC=12
DESC=13
EXCLAMATION_MARK=14
ASTERISK=15
FORWARD_SLASH=16
PLUS=17
MINUS=18
LESS_THAN=19
GREATER_THAN=20
LESS_THAN_OR_EQUALS=21
GREATER_THAN_OR_EQUALS=22
EQUALS=23
NOT_EQUALS=24
REGEX_FIND=25
AND=26
OR=27
BOOLEAN=28
INTEGER=29
STRING=30
TIME_PERIOD=31
REGEX=32
ID=33
WS=34
','=1
'('=2
')'=3
'from'=4
'where'=5
'group'=6
'aggregate'=7
'point'=8
'metric'=9
'sort'=10
'as'=11
'asc'=12
'desc'=13
'!'=14
'*'=15
'/'=16
'+'=17
'-'=18
'<'=19
'>'=20
'<='=21
'>='=22
'=='=23
'!='=24
'~='=25
'&&'=26
'||'=27