public class CatalogTableStatistics extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static CatalogTableStatistics |
UNKNOWN |
| 构造器和说明 |
|---|
CatalogTableStatistics(long rowCount,
int fileCount,
long totalSize,
long rawDataSize) |
CatalogTableStatistics(long rowCount,
int fileCount,
long totalSize,
long rawDataSize,
Map<String,String> properties) |
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogTableStatistics |
copy()
Create a deep copy of "this" instance.
|
int |
getFileCount() |
Map<String,String> |
getProperties() |
long |
getRawDataSize() |
long |
getRowCount()
The number of rows.
|
long |
getTotalSize() |
public static final CatalogTableStatistics UNKNOWN
public CatalogTableStatistics(long rowCount,
int fileCount,
long totalSize,
long rawDataSize)
public long getRowCount()
public int getFileCount()
public long getTotalSize()
public long getRawDataSize()
public CatalogTableStatistics copy()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.