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

Method Visit

cpp/src/arrow/array/util.cc:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 }
611
612 Status Visit(const NullType& type) {
613 DCHECK(false); // already forwarded to MakeArrayOfNull
614 return Status::OK();
615 }
616
617 Status Visit(const BooleanType&) {
618 ARROW_ASSIGN_OR_RAISE(auto buffer, AllocateBitmap(length_, pool_));

Callers

nothing calls this directly

Calls 15

ToBinaryViewFunction · 0.85
MakeArrayOfNullFunction · 0.85
ToBytesMethod · 0.80
push_backMethod · 0.80
emplace_backMethod · 0.80
backMethod · 0.80
WrapArrayMethod · 0.80
MakeArrayFromScalarFunction · 0.70
MakeFunction · 0.70
OKFunction · 0.50
SetBitsToFunction · 0.50
ARROW_ASSIGN_OR_RAISEFunction · 0.50

Tested by

no test coverage detected