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