Package org.apache.iceberg.spark
Class SparkDeleteFile
- java.lang.Object
-
- org.apache.iceberg.spark.SparkContentFile<DeleteFile>
-
- org.apache.iceberg.spark.SparkDeleteFile
-
- All Implemented Interfaces:
ContentFile<DeleteFile>
,DeleteFile
public class SparkDeleteFile extends SparkContentFile<DeleteFile> implements DeleteFile
-
-
Constructor Summary
Constructors Constructor Description SparkDeleteFile(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeleteFile
asFile()
-
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, location, lowerBounds, manifestLocation, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, upperBounds, valueCounts
-
Methods inherited from interface org.apache.iceberg.DeleteFile
splitOffsets
-
-
-
-
Constructor Detail
-
SparkDeleteFile
public SparkDeleteFile(Types.StructType type, org.apache.spark.sql.types.StructType sparkType)
-
SparkDeleteFile
public SparkDeleteFile(Types.StructType type, Types.StructType projectedType, org.apache.spark.sql.types.StructType sparkType)
-
-
Method Detail
-
asFile
protected DeleteFile asFile()
- Specified by:
asFile
in classSparkContentFile<DeleteFile>
-
-