Class AddFileEntry
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.AddFileEntry
-
public class AddFileEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Optional<String>>getCanonicalPartitionValues()longgetModificationTime()Map<String,String>getPartitionValues()Deprecated.StringgetPath()longgetRetainedSizeInBytes()longgetSize()Optional<? extends DeltaLakeFileStatistics>getStats()Optional<String>getStatsString()Map<String,String>getTags()inthashCode()booleanisDataChange()StringtoString()
-
-
-
Method Detail
-
getPath
public String getPath()
-
getPartitionValues
@Deprecated public Map<String,String> getPartitionValues()
Deprecated.
-
getSize
public long getSize()
-
getModificationTime
public long getModificationTime()
-
isDataChange
public boolean isDataChange()
-
getStats
public Optional<? extends DeltaLakeFileStatistics> getStats()
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
-
-