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

Method AppendString

src/sdk/sql_request_row.cc:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool SQLRequestRow::AppendString(const std::string& val) {
281 return AppendString(val.data(), val.size());
282}
283
284bool SQLRequestRow::AppendString(const char *string_buffer_var_name, uint32_t length) {
285 if (!Check(::hybridse::sdk::kTypeString)) return false;

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected