public class AvroFileFormat
extends org.apache.paimon.format.FileFormat
FileFormat.| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.paimon.options.ConfigOption<String> |
AVRO_OUTPUT_CODEC |
static String |
IDENTIFIER |
| 构造器和说明 |
|---|
AvroFileFormat(org.apache.paimon.options.Options formatOptions) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.paimon.format.FormatReaderFactory |
createReaderFactory(org.apache.paimon.types.RowType type,
int[][] projection,
List<org.apache.paimon.predicate.Predicate> filters) |
org.apache.paimon.format.FormatWriterFactory |
createWriterFactory(org.apache.paimon.types.RowType type) |
void |
validateDataFields(org.apache.paimon.types.RowType rowType) |
public static final org.apache.paimon.options.ConfigOption<String> AVRO_OUTPUT_CODEC
public org.apache.paimon.format.FormatReaderFactory createReaderFactory(org.apache.paimon.types.RowType type,
int[][] projection,
@Nullable
List<org.apache.paimon.predicate.Predicate> filters)
createReaderFactory 在类中 org.apache.paimon.format.FileFormatpublic org.apache.paimon.format.FormatWriterFactory createWriterFactory(org.apache.paimon.types.RowType type)
createWriterFactory 在类中 org.apache.paimon.format.FileFormatpublic void validateDataFields(org.apache.paimon.types.RowType rowType)
validateDataFields 在类中 org.apache.paimon.format.FileFormatCopyright © 2023 The Apache Software Foundation. All rights reserved.