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

Method NewRowReader

src/sdk/table_impl.cc:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125BatchMutation* TableImpl::NewBatchMutation() { return new BatchMutationImpl(this); }
126
127RowReader* TableImpl::NewRowReader(const std::string& row_key) {
128 RowReaderImpl* row_rd = new RowReaderImpl(this, row_key);
129 return row_rd;
130}
131
132void TableImpl::Put(RowMutation* row_mu) { ApplyMutation(row_mu); }
133

Callers 15

RWConsistencyTestFunction · 0.45
GetOpFunction · 0.45
BatchGetOpFunction · 0.45
BatchGetInt64OpFunction · 0.45
CompactPreprocessFunction · 0.45
GTxnOpFunction · 0.45
CasOpFunction · 0.45
tera_row_readerFunction · 0.45
ReadMethod · 0.45
InsertHistoryMethod · 0.45
GetCustomerMethod · 0.45
OrderStatusTxnMethod · 0.45

Calls

no outgoing calls

Tested by 1

RWConsistencyTestFunction · 0.36