MCPcopy Create free account
hub / github.com/baidu/tera / Destroy

Method Destroy

src/sdk/python/TeraSdk.py:816–820  ·  view source on GitHub ↗

销毁这个mutation,释放底层资源,以后不得再使用这个对象

(self)

Source from the content-addressed store, hash-verified

814 return Status(lib.tera_row_reader_get_status_code(self.reader))
815
816 def Destroy(self):
817 """
818 销毁这个mutation,释放底层资源,以后不得再使用这个对象
819 """
820 lib.tera_row_reader_destroy(self.reader)
821
822
823class TeraSdkException(Exception):

Callers 4

reader_callbackFunction · 0.95
sync_put_batchFunction · 0.45
sync_get_batchFunction · 0.45
scanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected