@PublicEvolving public class CatalogTableStatistics extends Object
Modifier and Type | Field and Description |
---|---|
static CatalogTableStatistics |
UNKNOWN |
Constructor and Description |
---|
CatalogTableStatistics(long rowCount,
int fileCount,
long totalSize,
long rawDataSize) |
CatalogTableStatistics(long rowCount,
int fileCount,
long totalSize,
long rawDataSize,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
CatalogTableStatistics |
copy()
Create a deep copy of "this" instance.
|
boolean |
equals(Object o) |
int |
getFileCount() |
Map<String,String> |
getProperties() |
long |
getRawDataSize() |
long |
getRowCount()
The number of rows.
|
long |
getTotalSize() |
int |
hashCode() |
String |
toString() |
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–2024 The Apache Software Foundation. All rights reserved.