public static enum HiveParserQBExpr.Opcode extends Enum<HiveParserQBExpr.Opcode>
Enum Constant and Description |
---|
DIFF |
EXCEPT |
EXCEPTALL |
INTERSECT |
INTERSECTALL |
NULLOP |
UNION |
Modifier and Type | Method and Description |
---|---|
static HiveParserQBExpr.Opcode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveParserQBExpr.Opcode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveParserQBExpr.Opcode NULLOP
public static final HiveParserQBExpr.Opcode UNION
public static final HiveParserQBExpr.Opcode INTERSECT
public static final HiveParserQBExpr.Opcode INTERSECTALL
public static final HiveParserQBExpr.Opcode EXCEPT
public static final HiveParserQBExpr.Opcode EXCEPTALL
public static final HiveParserQBExpr.Opcode DIFF
public static HiveParserQBExpr.Opcode[] values()
for (HiveParserQBExpr.Opcode c : HiveParserQBExpr.Opcode.values()) System.out.println(c);
public static HiveParserQBExpr.Opcode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.