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

Method Close

src/sdk/python/TeraSdk.py:454–458  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

452 self.table = table
453
454 def Close(self):
455 """
456 销毁这个table,释放底层资源,以后不得再使用这个对象
457 """
458 lib.tera_table_close(self.table)
459
460 def NewRowMutation(self, rowkey):
461 """ 生成一个对 rowkey 的RowMutation对象(修改一行)

Callers 3

RestoreCookieFunction · 0.45
DumpCookieFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected