com.alibaba.druid.sql.dialect.hive.parser
Class HiveLexer
java.lang.Object
com.alibaba.druid.sql.parser.Lexer
com.alibaba.druid.sql.dialect.hive.parser.HiveLexer
public class HiveLexer
- extends Lexer
| Methods inherited from class com.alibaba.druid.sql.parser.Lexer |
bp, current, decimalValue, getKeywods, hexString, info, integerValue, isAllowComment, isDigit, mark, nextToken, nextVarIndex, numberString, pos, reset, reset, scanHexaDecimal, scanIdentifier, scanNumber, scanVariable, setAllowComment, stringVal, token |
DEFAULT_HIVE_KEYWORDS
public static final Keywords DEFAULT_HIVE_KEYWORDS
HiveLexer
public HiveLexer(char[] input,
int inputLength,
boolean skipComment)
HiveLexer
public HiveLexer(String input)
scanComment
public void scanComment()
- Overrides:
scanComment in class Lexer
Copyright © 2012 Alibaba Group. All Rights Reserved.