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

Method Visit

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

Source from the content-addressed store, hash-verified

478 }
479
480 Status Visit(const NullType&) {
481 out_->buffers.resize(1, nullptr);
482 return Status::OK();
483 }
484
485 Status Visit(const FixedWidthType&) {
486 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