init commit for test

This commit is contained in:
qzhu
2024-03-11 13:28:24 -07:00
parent 553dae1607
commit 34dd548bc8

View File

@@ -71,6 +71,11 @@ class RemoteTable(Table):
print(self._name)
resp = self._conn._client.post(f"/v1/table/{self._name}/index/list/")
return resp
def index_stats(self, index_uuid: str):
"""List all the indices on the table"""
resp = self._conn._client.post(f"/v1/table/{index_uuid}/index/stats/")
return resp
def create_scalar_index(
self,