@Namespace(value="arrow::ipc") public static enum arrow.MessageType extends Enum<arrow.MessageType>
| Enum Constant and Description |
|---|
DICTIONARY_BATCH |
NONE |
RECORD_BATCH |
SCHEMA |
SPARSE_TENSOR |
TENSOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.MessageType |
intern() |
String |
toString() |
static arrow.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.MessageType NONE
public static final arrow.MessageType SCHEMA
public static final arrow.MessageType DICTIONARY_BATCH
public static final arrow.MessageType RECORD_BATCH
public static final arrow.MessageType TENSOR
public static final arrow.MessageType SPARSE_TENSOR
public static arrow.MessageType[] values()
for (arrow.MessageType c : arrow.MessageType.values()) System.out.println(c);
public static arrow.MessageType 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.MessageType intern()
public String toString()
toString in class Enum<arrow.MessageType>Copyright © 2021. All rights reserved.