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

Method num_buffers

cpp/src/arrow/array/data.cc:641–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641int ArraySpan::num_buffers() const { return GetNumBuffers(*this->type); }
642
643std::shared_ptr<ArrayData> ArraySpan::ToArrayData() const {
644 auto result = std::make_shared<ArrayData>(this->type->GetSharedPtr(), this->length,

Callers 2

ToArrayDataMethod · 0.95
FinishCommonMethod · 0.80

Calls 1

GetNumBuffersFunction · 0.85

Tested by

no test coverage detected