Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ MutationNum
Method
MutationNum
src/sdk/mutate_impl.cc:273–273 ·
view source on GitHub ↗
mutation数量
Source
from the content-addressed store, hash-verified
271
272
/// mutation数量
273
uint32_t RowMutationImpl::MutationNum() { return mu_seq_.size(); }
274
275
/// mutation总大小
276
uint32_t RowMutationImpl::Size() {
Callers
9
ScanAndDumpCallBack
Function · 0.45
BatchPutCallBack
Function · 0.45
Concatenate
Method · 0.45
ApplyMutation
Method · 0.45
Commit
Method · 0.45
CommitBatchMutations
Method · 0.45
CommitMutations
Method · 0.45
VerifyUserRowMutation
Method · 0.45
NativeApplyMutation
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected