Package | Description |
---|---|
org.apache.paimon.iceberg.manifest | |
org.apache.paimon.iceberg.metadata |
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) |
Modifier and Type | Method and Description |
---|---|
static IcebergSchema |
IcebergSchema.create(TableSchema tableSchema) |
Modifier and Type | Method and Description |
---|---|
List<IcebergSchema> |
IcebergMetadata.schemas() |
Constructor and Description |
---|
IcebergMetadata(int formatVersion,
String tableUuid,
String location,
long lastSequenceNumber,
long lastUpdatedMs,
int lastColumnId,
List<IcebergSchema> schemas,
int currentSchemaId,
List<IcebergPartitionSpec> partitionSpecs,
int defaultSpecId,
int lastPartitionId,
List<IcebergSortOrder> sortOrders,
int defaultSortOrderId,
List<IcebergSnapshot> snapshots,
int currentSnapshotId,
Map<String,String> properties) |
IcebergMetadata(String tableUuid,
String location,
long lastSequenceNumber,
int lastColumnId,
List<IcebergSchema> schemas,
int currentSchemaId,
List<IcebergPartitionSpec> partitionSpecs,
int lastPartitionId,
List<IcebergSnapshot> snapshots,
int currentSnapshotId) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.