public class ParquetProtoWriters extends Object
ParquetWriterFactory instances for Protobuf classes.| 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–2022 The Apache Software Foundation. All rights reserved.