MCPcopy 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
787int32_t RowView::GetStrValue(uint32_t idx, std::string* val) {
788 return GetStrValue(row_, idx, val);
789}
790
791int32_t RowView::GetStrValue(const int8_t* row, uint32_t idx,
792 std::string* val) {

Callers 1

DecodeRowMethod · 0.80

Calls 3

to_stringFunction · 0.85
sizeMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected