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

Method Visit

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

Source from the content-addressed store, hash-verified

611 }
612
613 Status Visit(const NullType& type) {
614 DCHECK(false); // already forwarded to MakeArrayOfNull
615 return Status::OK();
616 }
617
618 Status Visit(const BooleanType&) {
619 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