public class ParquetRowDataWriter extends Object
| Constructor and Description |
|---|
ParquetRowDataWriter(org.apache.parquet.io.api.RecordConsumer recordConsumer,
RowType rowType,
org.apache.parquet.schema.GroupType schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(InternalRow record)
It writes a record to Parquet.
|
public ParquetRowDataWriter(org.apache.parquet.io.api.RecordConsumer recordConsumer,
RowType rowType,
org.apache.parquet.schema.GroupType schema)
public void write(InternalRow record)
record - Contains the record that is going to be written.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.