public static enum IcebergDataFileMeta.Content extends Enum<IcebergDataFileMeta.Content>
data_file
struct content
field.Enum Constant and Description |
---|
DATA |
EQUALITY_DELETES |
POSITION_DELETES |
Modifier and Type | Method and Description |
---|---|
static IcebergDataFileMeta.Content |
fromId(int id) |
int |
id() |
static IcebergDataFileMeta.Content |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcebergDataFileMeta.Content[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcebergDataFileMeta.Content DATA
public static final IcebergDataFileMeta.Content POSITION_DELETES
public static final IcebergDataFileMeta.Content EQUALITY_DELETES
public static IcebergDataFileMeta.Content[] values()
for (IcebergDataFileMeta.Content c : IcebergDataFileMeta.Content.values()) System.out.println(c);
public static IcebergDataFileMeta.Content 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 int id()
public static IcebergDataFileMeta.Content fromId(int id)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.