java.lang.Object
org.apache.drill.metastore.iceberg.transform.WriteData

public class WriteData extends Object
Provides records in format used to store them in Iceberg and their partition information.
  • Constructor Details

    • WriteData

      public WriteData(List<org.apache.iceberg.data.Record> records, org.apache.iceberg.data.Record partition)
  • Method Details

    • records

      public List<org.apache.iceberg.data.Record> records()
    • partition

      public org.apache.iceberg.data.Record partition()