| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QBExpr.setOpcode(QBExpr.Opcode opcode) |
| Constructor and Description |
|---|
QBExpr(QBExpr.Opcode opcode,
QBExpr qbexpr1,
QBExpr qbexpr2) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.