Marton Greber has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24051
Change subject: KUDU-3743 Add table statistics to Python client ...................................................................... KUDU-3743 Add table statistics to Python client Wrap KuduTableStatistics and KuduClient::GetTableStatistics in the Python client, exposing on_disk_size, live_row_count, on_disk_size_limit, and live_row_count_limit as read-only properties on a new TableStatistics class. Change-Id: Ia7b36f62a4ef018e0e08e83ad04d451ca1c1dcd7 --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py 3 files changed, 213 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/51/24051/1 -- To view, visit http://gerrit.cloudera.org:8080/24051 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia7b36f62a4ef018e0e08e83ad04d451ca1c1dcd7 Gerrit-Change-Number: 24051 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
