public static enum HiveJoin.MapJoinStreamingRelation extends Enum<HiveJoin.MapJoinStreamingRelation>
| Enum Constant and Description |
|---|
LEFT_RELATION |
NONE |
RIGHT_RELATION |
| Modifier and Type | Method and Description |
|---|---|
static HiveJoin.MapJoinStreamingRelation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveJoin.MapJoinStreamingRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveJoin.MapJoinStreamingRelation NONE
public static final HiveJoin.MapJoinStreamingRelation LEFT_RELATION
public static final HiveJoin.MapJoinStreamingRelation RIGHT_RELATION
public static HiveJoin.MapJoinStreamingRelation[] values()
for (HiveJoin.MapJoinStreamingRelation c : HiveJoin.MapJoinStreamingRelation.values()) System.out.println(c);
public static HiveJoin.MapJoinStreamingRelation 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 © 2019 The Apache Software Foundation. All Rights Reserved.