Package io.trino.plugin.iceberg.delete
Class DeleteFile
java.lang.Object
io.trino.plugin.iceberg.delete.DeleteFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.iceberg.FileContentcontent()longorg.apache.iceberg.FileFormatformat()static DeleteFilefromIceberg(org.apache.iceberg.DeleteFile deleteFile) longpath()longtoString()
-
Constructor Details
-
DeleteFile
-
-
Method Details
-
fromIceberg
-
content
public org.apache.iceberg.FileContent content() -
path
-
format
public org.apache.iceberg.FileFormat format() -
recordCount
public long recordCount() -
fileSizeInBytes
public long fileSizeInBytes() -
equalityFieldIds
-
getLowerBounds
-
getUpperBounds
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes() -
toString
-