Uses of Class
io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeJsonFileStatistics
-
Packages that use DeltaLakeJsonFileStatistics Package Description io.trino.plugin.deltalake io.trino.plugin.deltalake.transactionlog.statistics -
-
Uses of DeltaLakeJsonFileStatistics in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeJsonFileStatistics Modifier and Type Method Description DeltaLakeJsonFileStatisticsDataFileInfo. getStatistics()Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeJsonFileStatistics Constructor Description DataFileInfo(String path, long size, long creationTime, List<String> partitionValues, DeltaLakeJsonFileStatistics statistics) -
Uses of DeltaLakeJsonFileStatistics in io.trino.plugin.deltalake.transactionlog.statistics
Methods in io.trino.plugin.deltalake.transactionlog.statistics that return DeltaLakeJsonFileStatistics Modifier and Type Method Description static DeltaLakeJsonFileStatisticsDeltaLakeJsonFileStatistics. create(String jsonStatistics)
-