org.apache.hadoop.hive.ql.parse
Class QBSubQuery.SubQueryTypeDef

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.QBSubQuery.SubQueryTypeDef
Enclosing class:
QBSubQuery

public static class QBSubQuery.SubQueryTypeDef
extends Object


Constructor Summary
QBSubQuery.SubQueryTypeDef(ASTNode ast, QBSubQuery.SubQueryType type)
           
 
Method Summary
 ASTNode getAst()
           
 QBSubQuery.SubQueryType getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QBSubQuery.SubQueryTypeDef

public QBSubQuery.SubQueryTypeDef(ASTNode ast,
                                  QBSubQuery.SubQueryType type)
Method Detail

getAst

public ASTNode getAst()

getType

public QBSubQuery.SubQueryType getType()


Copyright © 2014 The Apache Software Foundation. All rights reserved.