Package org.apache.iceberg
Class BridgeToIceberg
- java.lang.Object
-
- org.apache.iceberg.BridgeToIceberg
-
public final class BridgeToIceberg extends java.lang.ObjectUses package-private classes and functions from Iceberg, only for testing purposes.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.iceberg.MetricsDUMMY_METRICS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.iceberg.DataFiledummyDataFile(java.lang.String filePath, org.apache.iceberg.types.Types.StructType partitionType)static org.apache.avro.generic.IndexedRecorddummyIndexedDataFile(java.lang.String filePath, org.apache.iceberg.types.Types.StructType partitionType)
-
-
-
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)
-
-