MCPcopy Create free account
hub / github.com/apache/kudu / SetString

Method SetString

src/kudu/common/partial_row.cc:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 return SetBinaryCopy(col_name, val);
373}
374Status KuduPartialRow::SetString(const Slice& col_name, const Slice& val) {
375 return SetStringCopy(col_name, val);
376}
377Status KuduPartialRow::SetVarchar(const Slice& col_name, const Slice& val) {
378 int col_idx;
379 RETURN_NOT_OK(schema_->FindColumn(col_name, &col_idx));

Callers 15

InsertRowsToTableMethod · 0.80
TEST_FFunction · 0.80
SetUpMethod · 0.80
GenerateOperationsMethod · 0.80
InserterTaskMethod · 0.80
InsertDataMethod · 0.80
UpdateDataMethod · 0.80
UpsertDataMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
InsertTestRowsFunction · 0.80
GenerateRowDataFunction · 0.80

Calls

no outgoing calls

Tested by 15

InsertRowsToTableMethod · 0.64
TEST_FFunction · 0.64
SetUpMethod · 0.64
GenerateOperationsMethod · 0.64
InserterTaskMethod · 0.64
InsertDataMethod · 0.64
UpdateDataMethod · 0.64
UpsertDataMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
InsertTestRowsFunction · 0.64
TEST_FFunction · 0.64