Uses of Class
io.trino.hive.thrift.metastore.ColumnStatisticsDesc
-
Uses of ColumnStatisticsDesc in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ColumnStatisticsDescModifier and TypeMethodDescriptionColumnStatisticsDesc.deepCopy()ColumnStatistics.getStatsDesc()ColumnStatisticsDesc.setCatName(String catName) ColumnStatisticsDesc.setIsTblLevel(boolean isTblLevel) ColumnStatisticsDesc.setLastAnalyzed(long lastAnalyzed) ColumnStatisticsDesc.setPartName(String partName) ColumnStatisticsDesc.setTableName(String tableName) Methods in io.trino.hive.thrift.metastore with parameters of type ColumnStatisticsDescModifier and TypeMethodDescriptionintColumnStatisticsDesc.compareTo(ColumnStatisticsDesc other) booleanColumnStatisticsDesc.equals(ColumnStatisticsDesc that) ColumnStatistics.setStatsDesc(ColumnStatisticsDesc statsDesc) Constructors in io.trino.hive.thrift.metastore with parameters of type ColumnStatisticsDescModifierConstructorDescriptionColumnStatistics(ColumnStatisticsDesc statsDesc, List<ColumnStatisticsObj> statsObj) Performs a deep copy on other.