org.apache.hadoop.hive.ql.parse
Class ParseUtils

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.ParseUtils

public class ParseUtils
extends Object

Library of utility functions used in the parse code


Constructor Summary
ParseUtils()
           
 
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
 

Constructor Detail

ParseUtils

public ParseUtils()
Method Detail

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