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

Function rangeQuery

pj_datastore/src/query.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203// ===========================================================================
204
205RangeCursor rangeQuery(const std::deque<TopicChunk>& chunks, Timestamp t_min, Timestamp t_max) {
206 return RangeCursor(chunks, t_min, t_max);
207}
208
209// ===========================================================================
210// SeriesCursor

Callers 15

readValuesFunction · 0.85
readValuesFunction · 0.85
readColumnFunction · 0.85
readValuesFunction · 0.85
runSisoIncrementalFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
readValuesFunction · 0.85
collectValuesFunction · 0.85
collectRowsFunction · 0.85
collectRowsColFunction · 0.85
BM_Cursor_ReadFloat32Function · 0.85

Calls 1

RangeCursorClass · 0.85

Tested by 10

readValuesFunction · 0.68
readValuesFunction · 0.68
readColumnFunction · 0.68
readValuesFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
readValuesFunction · 0.68
collectValuesFunction · 0.68
collectRowsFunction · 0.68
collectRowsColFunction · 0.68