Uses of Interface
io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeFileStatistics
-
Packages that use DeltaLakeFileStatistics Package Description io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.statistics -
-
Uses of DeltaLakeFileStatistics in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type DeltaLakeFileStatistics Modifier and Type Method Description Optional<? extends DeltaLakeFileStatistics>AddFileEntry. getStats()Methods in io.trino.plugin.deltalake.transactionlog with parameters of type DeltaLakeFileStatistics Modifier and Type Method Description static StringDeltaLakeSchemaSupport. serializeStatsAsJson(DeltaLakeFileStatistics fileStatistics) -
Uses of DeltaLakeFileStatistics in io.trino.plugin.deltalake.transactionlog.statistics
Classes in io.trino.plugin.deltalake.transactionlog.statistics that implement DeltaLakeFileStatistics Modifier and Type Class Description classDeltaLakeJsonFileStatisticsclassDeltaLakeParquetFileStatistics
-