Uses of Class
org.apache.hadoop.hive.ql.parse.QBExpr.Opcode

Packages that use QBExpr.Opcode
org.apache.hadoop.hive.ql.parse   
 

Uses of QBExpr.Opcode in org.apache.hadoop.hive.ql.parse
 

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

Methods in org.apache.hadoop.hive.ql.parse with parameters of type QBExpr.Opcode
 void QBExpr.setOpcode(QBExpr.Opcode opcode)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type QBExpr.Opcode
QBExpr(QBExpr.Opcode opcode, QBExpr qbexpr1, QBExpr qbexpr2)
           
 



Copyright © 2010 The Apache Software Foundation