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

Method appendColumnValidity

pj_datastore/src/chunk.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void TopicChunkBuilder::appendColumnValidity(std::size_t col_index, BitSpan validity) {
254 PJ_ASSERT(col_index < columns_.size(), "col_index out of bounds");
255 columns_[col_index].appendValidityBulk(validity);
256}
257
258void TopicChunkBuilder::finishBulkAppend() {
259 PJ_ASSERT(!row_in_progress_, "finish_bulk_append called while row in progress");

Callers 2

TESTFunction · 0.80

Calls 2

appendValidityBulkMethod · 0.80
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64