public class ParquetRowDataWriter extends Object
Constructor and Description |
---|
ParquetRowDataWriter(org.apache.parquet.io.api.RecordConsumer recordConsumer,
RowType rowType,
org.apache.parquet.schema.GroupType schema,
boolean utcTimestamp,
org.apache.hadoop.conf.Configuration conf) |
public ParquetRowDataWriter(org.apache.parquet.io.api.RecordConsumer recordConsumer, RowType rowType, org.apache.parquet.schema.GroupType schema, boolean utcTimestamp, org.apache.hadoop.conf.Configuration conf)
public void write(RowData record)
record
- Contains the record that is going to be written.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.