Package | Description |
---|---|
org.apache.paimon.io |
Modifier and Type | Class and Description |
---|---|
class |
KeyValueDataFileWriter
A
StatsCollectingSingleFileWriter to write data files containing KeyValue s. |
class |
RollingFileWriter<T,R>
Writer to roll over to a new file if the current size exceed the target file size.
|
class |
RowDataFileWriter
A
StatsCollectingSingleFileWriter to write data files containing InternalRow . |
class |
RowDataRollingFileWriter
RollingFileWriter for data files containing InternalRow . |
class |
SingleFileWriter<T,R>
A
FileWriter to produce a single file. |
class |
StatsCollectingSingleFileWriter<T,R>
A
SingleFileWriter which also produces statistics for each written field. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.