public class ParquetRowDataWriter extends Object
| Constructor and Description |
|---|
ParquetRowDataWriter(org.apache.parquet.io.api.RecordConsumer recordConsumer,
org.apache.flink.table.types.logical.RowType rowType,
org.apache.parquet.schema.GroupType schema,
boolean utcTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.apache.flink.table.data.RowData record)
It writes a record to Parquet.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.