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