Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ GetStrValue
Method
GetStrValue
src/codec/codec.cc:787–789 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
785
}
786
787
int32_t RowView::GetStrValue(uint32_t idx, std::string* val) {
788
return GetStrValue(row_, idx, val);
789
}
790
791
int32_t RowView::GetStrValue(const int8_t* row, uint32_t idx,
792
std::string* val) {
Callers
1
DecodeRow
Method · 0.80
Calls
3
to_string
Function · 0.85
size
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected