Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
bool SQLBatchRequestResultSet::IsValidColumnIdx(size_t index) const {
155
return index < column_remap_.size();
156
}
157
158
bool SQLBatchRequestResultSet::GetString(uint32_t index, std::string* str) {
159
if (str == NULL) {
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected