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

Method samples

pj_datastore/src/query.cpp:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415SeriesCursor SeriesReader::samples(Range<Timestamp> time_range) const {
416 // The cursor raises its own lower bound to the retention floor, so logically-
417 // evicted rows are never yielded (and a window entirely below the floor yields
418 // nothing).
419 return SeriesCursor(*chunks_, column_index_, time_range, retention_floor_);
420}
421
422std::optional<SeriesBounds> SeriesReader::bounds() const {
423 return bounds(allTime());

Callers 4

ensureFilteredMethod · 0.45
ensureChunkIndexMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

SeriesCursorClass · 0.85

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36