Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ConcatenateBitmaps
Function · 0.85
ConcatenateBuffers
Function · 0.85
VisitNullBitmapInline
Function · 0.85
ConcatenateImpl
Class · 0.85
list
Function · 0.85
large_list
Function · 0.85
RangeOfValuesUsed
Function · 0.85
fixed_size_list
Function · 0.85
AddWithOverflow
Function · 0.85
resize
Method · 0.80
push_back
Method · 0.80
index_type
Method · 0.80
Tested by
no test coverage detected