@Namespace(value="arrow::dataset") public static enum arrow_dataset.ExistingDataBehavior extends Enum<arrow_dataset.ExistingDataBehavior>
| Enum Constant and Description |
|---|
kDeleteMatchingPartitions
Deletes all files in a directory the first time that directory is encountered
|
kError
Returns an error if there are any files or subdirectories in the output directory
|
kOverwriteOrIgnore
Ignores existing files, overwriting any that happen to have the same name as an
output file
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow_dataset.ExistingDataBehavior |
intern() |
String |
toString() |
static arrow_dataset.ExistingDataBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow_dataset.ExistingDataBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow_dataset.ExistingDataBehavior kDeleteMatchingPartitions
public static final arrow_dataset.ExistingDataBehavior kOverwriteOrIgnore
public static final arrow_dataset.ExistingDataBehavior kError
public static arrow_dataset.ExistingDataBehavior[] values()
for (arrow_dataset.ExistingDataBehavior c : arrow_dataset.ExistingDataBehavior.values()) System.out.println(c);
public static arrow_dataset.ExistingDataBehavior 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.ExistingDataBehavior intern()
public String toString()
toString in class Enum<arrow_dataset.ExistingDataBehavior>Copyright © 2022. All rights reserved.