@Namespace(value="arrow::ipc") public static enum arrow.MetadataVersion extends Enum<arrow.MetadataVersion>
| Enum Constant and Description |
|---|
V1
0.1.0
|
V2
0.2.0
|
V3
0.3.0 to 0.7.1
|
V4
0.8.0 to 0.17.0
|
V5
>= 1.0.0
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.MetadataVersion |
intern() |
String |
toString() |
static arrow.MetadataVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.MetadataVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.MetadataVersion V1
public static final arrow.MetadataVersion V2
public static final arrow.MetadataVersion V3
public static final arrow.MetadataVersion V4
public static final arrow.MetadataVersion V5
public static arrow.MetadataVersion[] values()
for (arrow.MetadataVersion c : arrow.MetadataVersion.values()) System.out.println(c);
public static arrow.MetadataVersion 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 arrow.MetadataVersion intern()
public String toString()
toString in class Enum<arrow.MetadataVersion>Copyright © 2021. All rights reserved.