Uses of Class
org.apache.hadoop.hive.ql.exec.Operator.State

Packages that use Operator.State
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of Operator.State in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as Operator.State
protected  Operator.State Operator.state
           
 

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



Copyright © 2012 The Apache Software Foundation