com.alibaba.druid.sql.dialect.hive.parser
Class HiveLexer

java.lang.Object
  extended by com.alibaba.druid.sql.parser.Lexer
      extended by com.alibaba.druid.sql.dialect.hive.parser.HiveLexer

public class HiveLexer
extends Lexer


Field Summary
static Keywords DEFAULT_HIVE_KEYWORDS
           
 
Constructor Summary
HiveLexer(char[] input, int inputLength, boolean skipComment)
           
HiveLexer(String input)
           
 
Method Summary
 void scanComment()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HIVE_KEYWORDS

public static final Keywords DEFAULT_HIVE_KEYWORDS
Constructor Detail

HiveLexer

public HiveLexer(char[] input,
                 int inputLength,
                 boolean skipComment)

HiveLexer

public HiveLexer(String input)
Method Detail

scanComment

public void scanComment()
Overrides:
scanComment in class Lexer


Copyright © 2012 Alibaba Group. All Rights Reserved.