aboutsummaryrefslogtreecommitdiff
path: root/logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g
diff options
context:
space:
mode:
Diffstat (limited to 'logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g')
-rw-r--r--logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g b/logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g
index 02979da26..2b497a195 100644
--- a/logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g
+++ b/logical/src/main/antlr3/org/apache/drill/common/expression/parser/ExprLexer.g
@@ -62,7 +62,7 @@ DECIMAL28DENSE : 'decimal28dense' | 'DECIMAL28DENSE';
DECIMAL28SPARSE : 'decimal28sparse' | 'DECIMAL28SPARSE';
DECIMAL38DENSE : 'decimal38dense' | 'DECIMAL38DENSE';
DECIMAL38SPARSE : 'decimal38sparse' | 'DECIMAL38SPARSE';
-VARDECIMAL : 'varDecimal' | 'VARDECIMAL';
+VARDECIMAL : 'vardecimal' | 'VARDECIMAL';
Or : 'or' | 'OR' | 'Or';
And : 'and' | 'AND' ;
Equals : '==' | '=';