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

Method GetString

src/sdk/result_set_sql.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 bool IsNULL(int index) { return result_set_base_->IsNULL(index); }
58
59 bool GetString(uint32_t index, std::string* str) { return result_set_base_->GetString(index, str); }
60
61 bool GetBool(uint32_t index, bool* result) { return result_set_base_->GetBool(index, result); }
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected