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

Method GetBool

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

Source from the content-addressed store, hash-verified

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
63 bool GetChar(uint32_t index, char* result) { return result_set_base_->GetChar(index, result); }
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected