Package | Description |
---|---|
org.apache.paimon.format | |
org.apache.paimon.format.avro | |
org.apache.paimon.format.orc | |
org.apache.paimon.format.parquet |
Modifier and Type | Method and Description |
---|---|
FileFormat |
FileFormatFactory.create(FileFormatFactory.FormatContext formatContext) |
static FileFormat |
FileFormat.fromIdentifier(String identifier,
FileFormatFactory.FormatContext context)
Create a
FileFormat from format identifier and format options. |
Modifier and Type | Method and Description |
---|---|
FileFormat |
AvroFileFormatFactory.create(FileFormatFactory.FormatContext formatContext) |
Constructor and Description |
---|
AvroFileFormat(FileFormatFactory.FormatContext context) |
Modifier and Type | Method and Description |
---|---|
OrcFileFormat |
OrcFileFormatFactory.create(FileFormatFactory.FormatContext formatContext) |
Constructor and Description |
---|
OrcFileFormat(FileFormatFactory.FormatContext formatContext) |
Modifier and Type | Method and Description |
---|---|
ParquetFileFormat |
ParquetFileFormatFactory.create(FileFormatFactory.FormatContext formatContext) |
static Options |
ParquetFileFormat.getParquetConfiguration(FileFormatFactory.FormatContext context) |
Constructor and Description |
---|
ParquetFileFormat(FileFormatFactory.FormatContext formatContext) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.