MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / AppendString

Method AppendString

src/codec/codec.cc:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325bool RowBuilder::AppendString(const char* val, uint32_t length) {
326 if (!SetString(cnt_, val, length)) return false;
327 cnt_++;
328 return true;
329}
330
331bool RowBuilder::SetString(uint32_t index, const char* val, uint32_t length) {
332 if (val == NULL || (!Check(index, ::fedb::type::kVarchar) &&

Callers 10

TEST_FFunction · 0.45
GenCommonCaseFunction · 0.45
TEST_FFunction · 0.45
GenCommonCaseFunction · 0.45
TEST_FFunction · 0.45
ProjectMethod · 0.45
TEST_FFunction · 0.45
AppendJsonValueMethod · 0.45
PrepareTableFunction · 0.45

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.36
GenCommonCaseFunction · 0.36
TEST_FFunction · 0.36
GenCommonCaseFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
PrepareTableFunction · 0.36