uid.druid-processing.30.0.1.source-code.ExprLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of druid-processing Show documentation
Show all versions of druid-processing Show documentation
A module that is everything required to understands Druid Segments
T__0=1
T__1=2
T__2=3
T__3=4
T__4=5
T__5=6
T__6=7
T__7=8
T__8=9
ARRAY_TYPE=10
NULL=11
LONG=12
EXP=13
DOUBLE=14
IDENTIFIER=15
WS=16
STRING=17
MINUS=18
NOT=19
POW=20
MUL=21
DIV=22
MODULO=23
PLUS=24
LT=25
LEQ=26
GT=27
GEQ=28
EQ=29
NEQ=30
AND=31
OR=32
'('=1
')'=2
','=3
'['=4
']'=5
''=6
''=7
''=8
'->'=9
'null'=11
'-'=18
'!'=19
'^'=20
'*'=21
'/'=22
'%'=23
'+'=24
'<'=25
'<='=26
'>'=27
'>='=28
'=='=29
'!='=30
'&&'=31
'||'=32