Class RemoveFileEntry
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
-
public class RemoveFileEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoveFileEntry(String path, long deletionTimestamp, boolean dataChange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetDeletionTimestamp()StringgetPath()inthashCode()booleanisDataChange()StringtoString()
-