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

Packages that use Operator.State
org.apache.hadoop.hive.ql.exec   
 

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 © 2009 The Apache Software Foundation