Package | Description |
---|---|
org.apache.paimon.iceberg.manifest |
Modifier and Type | Method and Description |
---|---|
IcebergDataFileMeta.Content |
IcebergDataFileMeta.content() |
static IcebergDataFileMeta.Content |
IcebergDataFileMeta.Content.fromId(int id) |
static IcebergDataFileMeta.Content |
IcebergDataFileMeta.Content.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcebergDataFileMeta.Content[] |
IcebergDataFileMeta.Content.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IcebergDataFileMeta |
IcebergDataFileMeta.create(IcebergDataFileMeta.Content content,
String filePath,
String fileFormat,
BinaryRow partition,
long recordCount,
long fileSizeInBytes,
IcebergSchema icebergSchema,
SimpleStats stats) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.