Package | Description |
---|---|
org.apache.paimon.flink.compact.changelog.format | |
org.apache.paimon.format.avro | |
org.apache.paimon.format.orc | |
org.apache.paimon.format.parquet |
Modifier and Type | Class and Description |
---|---|
static class |
CompactedChangelogReadOnlyFormat.AvroFactory
FileFormatFactory for compacted changelog, with avro as the real format. |
static class |
CompactedChangelogReadOnlyFormat.OrcFactory
FileFormatFactory for compacted changelog, with orc as the real format. |
static class |
CompactedChangelogReadOnlyFormat.ParquetFactory
FileFormatFactory for compacted changelog, with parquet as the real format. |
Modifier and Type | Class and Description |
---|---|
class |
AvroFileFormatFactory
Factory to create
AvroFileFormat . |
Modifier and Type | Class and Description |
---|---|
class |
OrcFileFormatFactory
Factory to create
OrcFileFormat . |
Modifier and Type | Class and Description |
---|---|
class |
ParquetFileFormatFactory
Factory to create
ParquetFileFormat . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.