public static enum BatchSchema.SelectionVectorMode extends Enum<BatchSchema.SelectionVectorMode>
Modifier and Type | Field and Description |
---|---|
static BatchSchema.SelectionVectorMode[] |
ALL |
static BatchSchema.SelectionVectorMode[] |
DEFAULT |
boolean |
hasSelectionVector |
static BatchSchema.SelectionVectorMode[] |
NONE_AND_FOUR |
static BatchSchema.SelectionVectorMode[] |
NONE_AND_TWO |
int |
size |
Modifier and Type | Method and Description |
---|---|
static BatchSchema.SelectionVectorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchSchema.SelectionVectorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchSchema.SelectionVectorMode NONE
public static final BatchSchema.SelectionVectorMode TWO_BYTE
public static final BatchSchema.SelectionVectorMode FOUR_BYTE
public boolean hasSelectionVector
public final int size
public static BatchSchema.SelectionVectorMode[] DEFAULT
public static BatchSchema.SelectionVectorMode[] NONE_AND_TWO
public static BatchSchema.SelectionVectorMode[] NONE_AND_FOUR
public static BatchSchema.SelectionVectorMode[] ALL
public static BatchSchema.SelectionVectorMode[] values()
for (BatchSchema.SelectionVectorMode c : BatchSchema.SelectionVectorMode.values()) System.out.println(c);
public static BatchSchema.SelectionVectorMode 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 © 1970 The Apache Software Foundation. All rights reserved.