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