public static enum VectorMapJoinDesc.VectorMapJoinVariation extends Enum<VectorMapJoinDesc.VectorMapJoinVariation>
| Enum Constant and Description |
|---|
INNER |
INNER_BIG_ONLY |
LEFT_SEMI |
NONE |
OUTER |
| Modifier and Type | Method and Description |
|---|---|
static VectorMapJoinDesc.VectorMapJoinVariation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorMapJoinDesc.VectorMapJoinVariation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorMapJoinDesc.VectorMapJoinVariation NONE
public static final VectorMapJoinDesc.VectorMapJoinVariation INNER_BIG_ONLY
public static final VectorMapJoinDesc.VectorMapJoinVariation INNER
public static final VectorMapJoinDesc.VectorMapJoinVariation LEFT_SEMI
public static final VectorMapJoinDesc.VectorMapJoinVariation OUTER
public static VectorMapJoinDesc.VectorMapJoinVariation[] values()
for (VectorMapJoinDesc.VectorMapJoinVariation c : VectorMapJoinDesc.VectorMapJoinVariation.values()) System.out.println(c);
public static VectorMapJoinDesc.VectorMapJoinVariation 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.