Kudu C++ client API
|
In-memory statistics of table. More...
#include <client.h>
Public Member Functions | |
int64_t | on_disk_size () const |
int64_t | live_row_count () const |
std::string | ToString () const |
In-memory statistics of table.
int64_t kudu::client::KuduTableStatistics::live_row_count | ( | ) | const |
int64_t kudu::client::KuduTableStatistics::on_disk_size | ( | ) | const |
std::string kudu::client::KuduTableStatistics::ToString | ( | ) | const |
Stringify this Statistics.