| Package | Description |
|---|---|
| org.apache.paimon.iceberg.manifest | |
| org.apache.paimon.io | |
| org.apache.paimon.manifest | |
| org.apache.paimon.stats | |
| org.apache.paimon.table |
| Modifier and Type | Method and Description |
|---|---|
static IcebergDataFileMeta |
IcebergDataFileMeta.create(IcebergDataFileMeta.Content content,
String filePath,
String fileFormat,
BinaryRow partition,
long recordCount,
long fileSizeInBytes,
TableSchema tableSchema,
SimpleStats stats) |
| Modifier and Type | Method and Description |
|---|---|
SimpleStats |
DataFileMeta.keyStats() |
SimpleStats |
DataFileMeta.valueStats() |
| Modifier and Type | Method and Description |
|---|---|
static DataFileMeta |
DataFileMeta.forAppend(String fileName,
long fileSize,
long rowCount,
SimpleStats rowStats,
long minSequenceNumber,
long maxSequenceNumber,
long schemaId,
FileSource fileSource) |
static DataFileMeta |
DataFileMeta.forAppend(String fileName,
long fileSize,
long rowCount,
SimpleStats rowStats,
long minSequenceNumber,
long maxSequenceNumber,
long schemaId,
List<String> extraFiles,
byte[] embeddedIndex,
FileSource fileSource) |
| Constructor and Description |
|---|
DataFileMeta(String fileName,
long fileSize,
long rowCount,
BinaryRow minKey,
BinaryRow maxKey,
SimpleStats keyStats,
SimpleStats valueStats,
long minSequenceNumber,
long maxSequenceNumber,
long schemaId,
int level,
List<String> extraFiles,
Timestamp creationTime,
Long deleteRowCount,
byte[] embeddedIndex,
FileSource fileSource) |
DataFileMeta(String fileName,
long fileSize,
long rowCount,
BinaryRow minKey,
BinaryRow maxKey,
SimpleStats keyStats,
SimpleStats valueStats,
long minSequenceNumber,
long maxSequenceNumber,
long schemaId,
int level,
Long deleteRowCount,
byte[] embeddedIndex,
FileSource fileSource) |
| Modifier and Type | Method and Description |
|---|---|
SimpleStats |
ManifestFileMeta.partitionStats() |
| Constructor and Description |
|---|
ManifestFileMeta(String fileName,
long fileSize,
long numAddedFiles,
long numDeletedFiles,
SimpleStats partitionStats,
long schemaId) |
| Modifier and Type | Field and Description |
|---|---|
static SimpleStats |
SimpleStats.EMPTY_STATS
Empty stats for 0 column number.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleStats |
SimpleStats.fromRow(InternalRow row) |
SimpleStats |
SimpleStatsConverter.toBinary(SimpleColStats[] stats) |
| Modifier and Type | Method and Description |
|---|---|
default SimpleStats |
FileStoreTable.getSchemaFieldStats(DataFileMeta dataFileMeta) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.