Package org.apache.iceberg.spark
Class SparkDeleteFile
- All Implemented Interfaces:
ContentFile<DeleteFile>
,DeleteFile
-
Constructor Summary
ConstructorDescriptionSparkDeleteFile
(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 Summary
Methods inherited from class org.apache.iceberg.spark.SparkContentFile
columnSizes, content, copy, copyWithoutStats, equalityFieldIds, fileSizeInBytes, format, keyMetadata, lowerBounds, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, splitOffsets, upperBounds, valueCounts, wrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.ContentFile
columnSizes, content, copy, copy, copyWithoutStats, copyWithStats, dataSequenceNumber, equalityFieldIds, fileSequenceNumber, fileSizeInBytes, format, keyMetadata, lowerBounds, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, upperBounds, valueCounts
Methods inherited from interface org.apache.iceberg.DeleteFile
splitOffsets
-
Constructor Details
-
SparkDeleteFile
-
SparkDeleteFile
public SparkDeleteFile(Types.StructType type, Types.StructType projectedType, org.apache.spark.sql.types.StructType sparkType)
-
-
Method Details
-
asFile
- Specified by:
asFile
in classSparkContentFile<DeleteFile>
-