Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DoPut
Method · 0.45
TEST_F
Function · 0.45
NativeDeleteRow
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36