Package | Description |
---|---|
org.apache.flink.formats.parquet.avro | |
org.apache.flink.formats.parquet.protobuf | |
org.apache.flink.formats.parquet.row |
Modifier and Type | Method and Description |
---|---|
static ParquetWriterFactory<org.apache.avro.generic.GenericRecord> |
AvroParquetWriters.forGenericRecord(org.apache.avro.Schema schema)
Creates a ParquetWriterFactory that accepts and writes Avro generic types.
|
static ParquetWriterFactory<org.apache.avro.generic.GenericRecord> |
ParquetAvroWriters.forGenericRecord(org.apache.avro.Schema schema)
Deprecated.
Creates a ParquetWriterFactory that accepts and writes Avro generic types.
|
static <T> ParquetWriterFactory<T> |
AvroParquetWriters.forReflectRecord(Class<T> type)
Creates a ParquetWriterFactory for the given type.
|
static <T> ParquetWriterFactory<T> |
ParquetAvroWriters.forReflectRecord(Class<T> type)
Deprecated.
Creates a ParquetWriterFactory for the given type.
|
static <T extends org.apache.avro.specific.SpecificRecordBase> |
AvroParquetWriters.forSpecificRecord(Class<T> type)
Creates a ParquetWriterFactory for an Avro specific type.
|
static <T extends org.apache.avro.specific.SpecificRecordBase> |
ParquetAvroWriters.forSpecificRecord(Class<T> type)
Deprecated.
Creates a ParquetWriterFactory for an Avro specific type.
|
Modifier and Type | Method and Description |
---|---|
static <T extends com.google.protobuf.Message> |
ParquetProtoWriters.forType(Class<T> type)
Creates a
ParquetWriterFactory for the given type. |
Modifier and Type | Method and Description |
---|---|
static ParquetWriterFactory<RowData> |
ParquetRowDataBuilder.createWriterFactory(RowType rowType,
org.apache.hadoop.conf.Configuration conf,
boolean utcTimestamp)
Create a parquet
BulkWriter.Factory . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.