Package io.trino.plugin.deltalake
Class DataFileInfo
- java.lang.Object
-
- io.trino.plugin.deltalake.DataFileInfo
-
public class DataFileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description DataFileInfo(String path, long size, long creationTime, List<String> partitionValues, DeltaLakeJsonFileStatistics statistics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreationTime()List<String>getPartitionValues()StringgetPath()longgetSize()DeltaLakeJsonFileStatisticsgetStatistics()
-
-
-
Constructor Detail
-
DataFileInfo
public DataFileInfo(String path, long size, long creationTime, List<String> partitionValues, DeltaLakeJsonFileStatistics statistics)
-
-
Method Detail
-
getPath
public String getPath()
-
getSize
public long getSize()
-
getCreationTime
public long getCreationTime()
-
getStatistics
public DeltaLakeJsonFileStatistics getStatistics()
-
-