public final class TableStatistics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableStatistics.Builder |
| Constructor and Description |
|---|
TableStatistics(Estimate rowCount,
Map<ColumnHandle,ColumnStatistics> columnStatistics) |
| Modifier and Type | Method and Description |
|---|---|
static TableStatistics.Builder |
builder() |
static TableStatistics |
empty() |
boolean |
equals(Object o) |
Map<ColumnHandle,ColumnStatistics> |
getColumnStatistics() |
Estimate |
getRowCount() |
int |
hashCode() |
String |
toString() |
public TableStatistics(Estimate rowCount, Map<ColumnHandle,ColumnStatistics> columnStatistics)
public static TableStatistics empty()
public Estimate getRowCount()
public Map<ColumnHandle,ColumnStatistics> getColumnStatistics()
public static TableStatistics.Builder builder()
Copyright © 2012–2019. All rights reserved.