Package org.apache.iceberg.spark
Class SparkDeleteFile
- All Implemented Interfaces:
- ContentFile<DeleteFile>,- DeleteFile
- 
Constructor SummaryConstructorsConstructorDescriptionSparkDeleteFile(Types.StructType type, Types.StructType projectedType, org.apache.spark.sql.types.StructType sparkType) SparkDeleteFile(Types.StructType type, org.apache.spark.sql.types.StructType sparkType) 
- 
Method SummaryMethods inherited from class org.apache.iceberg.spark.SparkContentFilecolumnSizes, content, contentOffset, contentSizeInBytes, copy, copyWithoutStats, equalityFieldIds, fileSizeInBytes, format, keyMetadata, lowerBounds, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, referencedDataFile, sortOrderId, specId, splitOffsets, upperBounds, valueCounts, wrapMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.ContentFilecolumnSizes, content, copy, copy, copyWithoutStats, copyWithStats, dataSequenceNumber, equalityFieldIds, fileSequenceNumber, fileSizeInBytes, firstRowId, format, keyMetadata, location, lowerBounds, manifestLocation, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, upperBounds, valueCountsMethods inherited from interface org.apache.iceberg.DeleteFilecontentOffset, contentSizeInBytes, referencedDataFile, splitOffsets
- 
Constructor Details- 
SparkDeleteFile
- 
SparkDeleteFilepublic SparkDeleteFile(Types.StructType type, Types.StructType projectedType, org.apache.spark.sql.types.StructType sparkType) 
 
- 
- 
Method Details- 
asFile- Specified by:
- asFilein class- SparkContentFile<DeleteFile>
 
 
-