Package io.trino.plugin.iceberg
Class TableStatisticsWriter
java.lang.Object
io.trino.plugin.iceberg.TableStatisticsWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.iceberg.StatisticsFilewriteStatisticsFile(ConnectorSession session, org.apache.iceberg.Table table, long snapshotId, Map<Integer, org.apache.datasketches.theta.CompactSketch> ndvSketches)
-
Constructor Details
-
TableStatisticsWriter
-
-
Method Details
-
writeStatisticsFile
public org.apache.iceberg.StatisticsFile writeStatisticsFile(ConnectorSession session, org.apache.iceberg.Table table, long snapshotId, Map<Integer, org.apache.datasketches.theta.CompactSketch> ndvSketches)
-