Marton Greber created KUDU-3743:
-----------------------------------

             Summary: Table Statistics (KuduTableStatistics)
                 Key: KUDU-3743
                 URL: https://issues.apache.org/jira/browse/KUDU-3743
             Project: Kudu
          Issue Type: Sub-task
          Components: python
            Reporter: Marton Greber


* {{KuduTableStatistics}} declaration in pxd

 * {{Client.get_table_statistics(name)}} returning a new Python 
{{TableStatistics}} class with {{{}on_disk_size{}}}, {{{}live_row_count{}}}, 
and limit properties



C++ API: {{{}KuduClient::GetTableStatistics(table_name, &stats){}}}, 
{{{}KuduTableStatistics::on_disk_size(){}}}, {{{}live_row_count(){}}}, 
{{{}on_disk_size_limit(){}}}, {{{}live_row_count_limit(){}}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to