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

Method Visit

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

Source from the content-addressed store, hash-verified

477 }
478
479 Status Visit(const NullType&) {
480 out_->buffers.resize(1, nullptr);
481 return Status::OK();
482 }
483
484 Status Visit(const FixedWidthType&) {
485 out_->buffers.resize(2, buffer_);

Callers

nothing calls this directly

Calls 15

MakeArrayOfNullFunction · 0.85
VisitTypeInlineFunction · 0.85
resizeMethod · 0.80
storage_typeMethod · 0.80
MakeEmptyArrayFunction · 0.70
MakeArrayFromScalarFunction · 0.70
OKFunction · 0.50
is_list_viewFunction · 0.50
ARROW_ASSIGN_OR_RAISEFunction · 0.50
AllocateBufferFunction · 0.50
NotImplementedFunction · 0.50
list_sizeMethod · 0.45

Tested by

no test coverage detected