@PublicEvolving public final class TableStats extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static TableStats |
UNKNOWN
Unknown definition for table stats: Unknown
rowCount is -1. |
| 构造器和说明 |
|---|
TableStats(long rowCount) |
TableStats(long rowCount,
Map<String,ColumnStats> colStats) |
| 限定符和类型 | 方法和说明 |
|---|---|
TableStats |
copy()
Create a deep copy of "this" instance.
|
boolean |
equals(Object o) |
Map<String,ColumnStats> |
getColumnStats() |
long |
getRowCount() |
int |
hashCode() |
TableStats |
merge(TableStats other)
Merges two table stats.
|
String |
toString() |
public static final TableStats UNKNOWN
public TableStats(long rowCount)
public TableStats(long rowCount,
Map<String,ColumnStats> colStats)
public long getRowCount()
public Map<String,ColumnStats> getColumnStats()
public TableStats copy()
@Nonnull public TableStats merge(TableStats other)
UNKNOWN.other - The other table stats to merge.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.