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

Method DeleteRow

src/sdk/python/TeraSdk.py:379–382  ·  view source on GitHub ↗

删除整行

(self)

Source from the content-addressed store, hash-verified

377 lib.tera_row_mutation_delete_family(self.mutation, cf)
378
379 def DeleteRow(self):
380 """ 删除整行
381 """
382 lib.tera_row_mutation_delete_row(self.mutation)
383
384 def RowKey(self):
385 """

Callers 3

DoPutMethod · 0.45
TEST_FFunction · 0.45
NativeDeleteRowFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36