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

Method IsValidColumnIdx

src/sdk/batch_request_result_set_sql.cc:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool SQLBatchRequestResultSet::IsValidColumnIdx(size_t index) const {
155 return index < column_remap_.size();
156}
157
158bool SQLBatchRequestResultSet::GetString(uint32_t index, std::string* str) {
159 if (str == NULL) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected