Uses of Class
org.apache.hadoop.hive.ql.parse.QBSubQuery.SubQueryType

Packages that use QBSubQuery.SubQueryType
org.apache.hadoop.hive.ql.parse   
 

Uses of QBSubQuery.SubQueryType in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return QBSubQuery.SubQueryType
static QBSubQuery.SubQueryType QBSubQuery.SubQueryType.get(ASTNode opNode)
           
 QBSubQuery.SubQueryType QBSubQuery.SubQueryTypeDef.getType()
           
static QBSubQuery.SubQueryType QBSubQuery.SubQueryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QBSubQuery.SubQueryType[] QBSubQuery.SubQueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type QBSubQuery.SubQueryType
QBSubQuery.SubQueryTypeDef(ASTNode ast, QBSubQuery.SubQueryType type)
           
 



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