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

Method appendInt32

pj_datastore/src/column_buffer.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void TypedColumnBuffer::appendInt32(int32_t value) {
109 assert(storageKindOf(descriptor_.logical_type) == StorageKind::kInt32);
110 appendFixed(value);
111}
112
113void TypedColumnBuffer::appendInt64(int64_t value) {
114 assert(storageKindOf(descriptor_.logical_type) == StorageKind::kInt64);

Callers 3

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

Calls 1

storageKindOfFunction · 0.85

Tested by 1

TESTFunction · 0.64