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

Method appendUint64

pj_datastore/src/column_buffer.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void TypedColumnBuffer::appendUint64(uint64_t value) {
119 assert(storageKindOf(descriptor_.logical_type) == StorageKind::kUint64);
120 appendFixed(value);
121}
122
123void TypedColumnBuffer::appendBool(bool value) {
124 assert(storageKindOf(descriptor_.logical_type) == StorageKind::kBool);

Callers 3

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

Calls 1

storageKindOfFunction · 0.85

Tested by 1

TESTFunction · 0.64