Class WriteData
java.lang.Object
org.apache.drill.metastore.iceberg.transform.WriteData
Provides records in format used to store them in Iceberg and their partition information.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WriteData
public WriteData(List<org.apache.iceberg.data.Record> records, org.apache.iceberg.data.Record partition)
-
-
Method Details
-
records
-
partition
public org.apache.iceberg.data.Record partition()
-