MCPcopy Create free account
hub / github.com/apache/arrow / Visit

Method Visit

cpp/src/arrow/array/concatenate.cc:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 }
373
374 Status Visit(const NullType&) { return Status::OK(); }
375
376 Status Visit(const BooleanType&) {
377 return ConcatenateBitmaps(Bitmaps(1), pool_, &out_->buffers[1]);

Callers

nothing calls this directly

Calls 15

ConcatenateBitmapsFunction · 0.85
ConcatenateBuffersFunction · 0.85
VisitNullBitmapInlineFunction · 0.85
ConcatenateImplClass · 0.85
listFunction · 0.85
large_listFunction · 0.85
RangeOfValuesUsedFunction · 0.85
fixed_size_listFunction · 0.85
AddWithOverflowFunction · 0.85
resizeMethod · 0.80
push_backMethod · 0.80
index_typeMethod · 0.80

Tested by

no test coverage detected