| Modifier and Type | Method and Description |
|---|---|
static ArrowSerializationOptions.Format |
ArrowSerializationOptions.Format.forNumber(int value) |
ArrowSerializationOptions.Format |
ArrowSerializationOptions.getFormat()
The Arrow IPC format to use.
|
ArrowSerializationOptions.Format |
ArrowSerializationOptions.Builder.getFormat()
The Arrow IPC format to use.
|
ArrowSerializationOptions.Format |
ArrowSerializationOptionsOrBuilder.getFormat()
The Arrow IPC format to use.
|
static ArrowSerializationOptions.Format |
ArrowSerializationOptions.Format.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ArrowSerializationOptions.Format |
ArrowSerializationOptions.Format.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ArrowSerializationOptions.Format |
ArrowSerializationOptions.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowSerializationOptions.Format[] |
ArrowSerializationOptions.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ArrowSerializationOptions.Format> |
ArrowSerializationOptions.Format.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ArrowSerializationOptions.Builder |
ArrowSerializationOptions.Builder.setFormat(ArrowSerializationOptions.Format value)
The Arrow IPC format to use.
|
Copyright © 2021 Google LLC. All rights reserved.