MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / readString

Method readString

pj_datastore/src/chunk.cpp:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703std::string_view TopicChunk::readString(std::size_t col_index, std::size_t row) const {
704 return encoding::dictionaryLookup(std::get<encoding::DictionaryEncoded>(columns[col_index].data), row);
705}
706
707bool TopicChunk::readBool(std::size_t col_index, std::size_t row) const {
708 return std::visit(

Callers 15

latestStringAtMethod · 0.45
string_view>Method · 0.45
sortRowsByTimestampMethod · 0.45
decodeAsVarvalueFunction · 0.45
readSeriesArrowMethod · 0.45
mergeDatasetsMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

dictionaryLookupFunction · 0.85

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36