Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ readInt64
Method
readInt64
pj_datastore/src/column_buffer.cpp:322–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
}
321
322
int64_t TypedColumnBuffer::readInt64(std::size_t row) const {
323
return readFixed<int64_t>(row);
324
}
325
326
uint64_t TypedColumnBuffer::readUint64(std::size_t row) const {
327
return readFixed<uint64_t>(row);
Callers
3
sortRowsByTimestamp
Method · 0.80
TEST
Function · 0.80
BM_ColumnBuffer_ReadInt64
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64