Class CatalogTableStatistics
java.lang.Object
org.apache.flink.table.catalog.stats.CatalogTableStatistics
Statistics for a non-partitioned table or a partition of a partitioned table.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCatalogTableStatistics(long rowCount, int fileCount, long totalSize, long rawDataSize) CatalogTableStatistics(long rowCount, int fileCount, long totalSize, long rawDataSize, Map<String, String> properties) -
Method Summary
-
Field Details
-
UNKNOWN
-
-
Constructor Details
-
CatalogTableStatistics
public CatalogTableStatistics(long rowCount, int fileCount, long totalSize, long rawDataSize) -
CatalogTableStatistics
-
-
Method Details
-
getRowCount
public long getRowCount()The number of rows. -
getFileCount
public int getFileCount() -
getTotalSize
public long getTotalSize() -
getRawDataSize
public long getRawDataSize() -
getProperties
-
copy
Create a deep copy of "this" instance.- Returns:
- a deep copy
-
equals
-
hashCode
public int hashCode() -
toString
-