org.apache.hadoop.hive.ql.parse
Class ParseUtils
java.lang.Object
org.apache.hadoop.hive.ql.parse.ParseUtils
public class ParseUtils
- extends Object
Library of utility functions used in the parse code
Method Summary |
static boolean |
isJoinToken(ASTNode node)
Tests whether the parse tree node is a join token |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseUtils
public ParseUtils()
isJoinToken
public static boolean isJoinToken(ASTNode node)
- Tests whether the parse tree node is a join token
- Parameters:
node
- The parse tree node
- Returns:
- boolean
Copyright © 2009 The Apache Software Foundation