Class TableStatistics
java.lang.Object
io.trino.spi.statistics.TableStatistics
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTableStatistics(Estimate rowCount, Map<ColumnHandle, ColumnStatistics> columnStatistics) -
Method Summary
Modifier and TypeMethodDescriptionstatic TableStatistics.Builderbuilder()static TableStatisticsempty()booleaninthashCode()booleanisEmpty()toString()
-
Constructor Details
-
TableStatistics
-
-
Method Details
-
empty
-
getRowCount
-
getColumnStatistics
-
isEmpty
public boolean isEmpty() -
equals
-
hashCode
-
toString
-
builder
-