Package io.trino.plugin.deltalake
Class DataFileInfo
java.lang.Object
io.trino.plugin.deltalake.DataFileInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDataFileInfo(String path, long size, long creationTime, DataFileInfo.DataFileType dataFileType, List<String> partitionValues, DeltaLakeJsonFileStatistics statistics) -
Method Summary
-
Constructor Details
-
DataFileInfo
public DataFileInfo(String path, long size, long creationTime, DataFileInfo.DataFileType dataFileType, List<String> partitionValues, DeltaLakeJsonFileStatistics statistics)
-
-
Method Details
-
getPath
-
getPartitionValues
-
getSize
public long getSize() -
getCreationTime
public long getCreationTime() -
getDataFileType
-
getStatistics
-