public class ParquetProtoWriters extends Object
ParquetWriterFactory instances for Protobuf classes.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.