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