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