@Namespace(value="arrow::dataset") public static enum arrow_dataset.SegmentEncoding extends Enum<arrow_dataset.SegmentEncoding>
| Enum Constant and Description |
|---|
None
No encoding.
|
Uri
Segment values are URL-encoded.
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow_dataset.SegmentEncoding |
intern() |
String |
toString() |
static arrow_dataset.SegmentEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow_dataset.SegmentEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow_dataset.SegmentEncoding None
public static final arrow_dataset.SegmentEncoding Uri
public static arrow_dataset.SegmentEncoding[] values()
for (arrow_dataset.SegmentEncoding c : arrow_dataset.SegmentEncoding.values()) System.out.println(c);
public static arrow_dataset.SegmentEncoding 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_dataset.SegmentEncoding intern()
public String toString()
toString in class Enum<arrow_dataset.SegmentEncoding>Copyright © 2022. All rights reserved.