Class BridgeToIceberg


  • public final class BridgeToIceberg
    extends java.lang.Object
    Uses package-private classes and functions from Iceberg, only for testing purposes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.iceberg.Metrics DUMMY_METRICS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.iceberg.DataFile dummyDataFile​(java.lang.String filePath, org.apache.iceberg.types.Types.StructType partitionType)  
      static org.apache.avro.generic.IndexedRecord dummyIndexedDataFile​(java.lang.String filePath, org.apache.iceberg.types.Types.StructType partitionType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DUMMY_METRICS

        public static final org.apache.iceberg.Metrics DUMMY_METRICS
    • Method Detail

      • dummyDataFile

        public static org.apache.iceberg.DataFile dummyDataFile​(java.lang.String filePath,
                                                                org.apache.iceberg.types.Types.StructType partitionType)
      • dummyIndexedDataFile

        public static org.apache.avro.generic.IndexedRecord dummyIndexedDataFile​(java.lang.String filePath,
                                                                                 org.apache.iceberg.types.Types.StructType partitionType)