| Package | Description |
|---|---|
| org.apache.paimon.io | |
| org.apache.paimon.utils |
| Constructor and Description |
|---|
RowDataFileWriter(FileIO fileIO,
FileWriterContext context,
Path path,
RowType writeSchema,
long schemaId,
LongCounter seqNumCounter,
FileIndexOptions fileIndexOptions,
FileSource fileSource,
boolean asyncFileWrite,
boolean statsDenseStore,
boolean isExternalPath) |
RowDataRollingFileWriter(FileIO fileIO,
long schemaId,
FileFormat fileFormat,
long targetFileSize,
RowType writeSchema,
DataFilePathFactory pathFactory,
LongCounter seqNumCounter,
String fileCompression,
SimpleColStatsCollector.Factory[] statsCollectors,
FileIndexOptions fileIndexOptions,
FileSource fileSource,
boolean asyncFileWrite,
boolean statsDenseStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
LongCounter.merge(LongCounter other) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.