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

Method appendInt64

pj_datastore/src/column_buffer.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void TypedColumnBuffer::appendInt64(int64_t value) {
114 assert(storageKindOf(descriptor_.logical_type) == StorageKind::kInt64);
115 appendFixed(value);
116}
117
118void TypedColumnBuffer::appendUint64(uint64_t value) {
119 assert(storageKindOf(descriptor_.logical_type) == StorageKind::kUint64);

Callers 4

set<int64_t>Method · 0.80
sortRowsByTimestampMethod · 0.80
TESTFunction · 0.80

Calls 1

storageKindOfFunction · 0.85

Tested by 1

TESTFunction · 0.64