| Modifier and Type | Method and Description |
|---|---|
static <T> AvroParquetWriter.Builder<T> |
AvroParquetWriter.builder(OutputFile file) |
static <T> AvroParquetWriter.Builder<T> |
AvroParquetWriter.builder(org.apache.hadoop.fs.Path file)
Deprecated.
will be removed in 2.0.0; use
AvroParquetWriter.builder(OutputFile) instead. |
protected AvroParquetWriter.Builder<T> |
AvroParquetWriter.Builder.self() |
AvroParquetWriter.Builder<T> |
AvroParquetWriter.Builder.withDataModel(org.apache.avro.generic.GenericData model) |
AvroParquetWriter.Builder<T> |
AvroParquetWriter.Builder.withSchema(org.apache.avro.Schema schema) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.