MCPcopy 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数量
273uint32_t RowMutationImpl::MutationNum() { return mu_seq_.size(); }
274
275/// mutation总大小
276uint32_t RowMutationImpl::Size() {

Callers 9

ScanAndDumpCallBackFunction · 0.45
BatchPutCallBackFunction · 0.45
ConcatenateMethod · 0.45
ApplyMutationMethod · 0.45
CommitMethod · 0.45
CommitBatchMutationsMethod · 0.45
CommitMutationsMethod · 0.45
VerifyUserRowMutationMethod · 0.45
NativeApplyMutationFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected