public class ParquetProtoWriters extends Object
ParquetWriterFactory
instances for Protobuf classes.Modifier and Type | Class and Description |
---|---|
static class |
ParquetProtoWriters.ParquetProtoWriterBuilder<T extends com.google.protobuf.Message>
The builder for Protobuf
ParquetWriter . |
Modifier and Type | Method and Description |
---|---|
static <T extends com.google.protobuf.Message> |
forType(Class<T> type)
Creates a
ParquetWriterFactory for the given type. |
public static <T extends com.google.protobuf.Message> ParquetWriterFactory<T> forType(Class<T> type)
ParquetWriterFactory
for the given type. The type should represent a
Protobuf message.type
- The class of the type to write.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.