Uses of Class
org.apache.hadoop.hive.ql.plan.HiveOperation

Packages that use HiveOperation
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.session   
 

Uses of HiveOperation in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return HiveOperation
static HiveOperation HiveOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HiveOperation[] HiveOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HiveOperation in org.apache.hadoop.hive.ql.session
 

Methods in org.apache.hadoop.hive.ql.session that return HiveOperation
 HiveOperation SessionState.getHiveOperation()
           
 

Methods in org.apache.hadoop.hive.ql.session with parameters of type HiveOperation
 void SessionState.setCommandType(HiveOperation commandType)
           
 



Copyright © 2012 The Apache Software Foundation