public static enum BlockJoinSelector.Type extends Enum<BlockJoinSelector.Type>
Enum Constant and Description |
---|
MAX
Only consider the maximum value from the block when sorting.
|
MIN
Only consider the minimum value from the block when sorting.
|
Modifier and Type | Method and Description |
---|---|
static BlockJoinSelector.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockJoinSelector.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockJoinSelector.Type MIN
public static final BlockJoinSelector.Type MAX
public static BlockJoinSelector.Type[] values()
for (BlockJoinSelector.Type c : BlockJoinSelector.Type.values()) System.out.println(c);
public static BlockJoinSelector.Type 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 © 2000-2017 Apache Software Foundation. All Rights Reserved.