| Package | Description |
|---|---|
| org.apache.paimon.iceberg.manifest | |
| org.apache.paimon.io | |
| org.apache.paimon.manifest | |
| org.apache.paimon.stats |
| 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,
List<String> statsColumns) |
| 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,
List<String> extraFiles,
byte[] embeddedIndex,
FileSource fileSource,
List<String> valueStatsCols,
String externalPath) |
| 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,
Long deleteRowCount,
byte[] embeddedIndex,
FileSource fileSource,
List<String> valueStatsCols,
String externalPath) |
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,
List<String> valueStatsCols,
String externalPath) |
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,
List<String> valueStatsCols) |
| 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,
Integer minBucket,
Integer maxBucket,
Integer minLevel,
Integer maxLevel) |
| 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.toBinaryAllMode(SimpleColStats[] stats) |
| Modifier and Type | Method and Description |
|---|---|
Pair<List<String>,SimpleStats> |
SimpleStatsConverter.toBinary(SimpleColStats[] stats) |
| Modifier and Type | Method and Description |
|---|---|
SimpleStatsEvolution.Result |
SimpleStatsEvolution.evolution(SimpleStats stats,
Long rowCount,
List<String> denseFields) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.