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

Method Finish

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

Source from the content-addressed store, hash-verified

339 : type_(*type), length_(length), buffer_length_(bit_util::BytesForBits(length)) {}
340
341 Result<int64_t> Finish() && {
342 RETURN_NOT_OK(VisitTypeInline(type_, this));
343 return buffer_length_;
344 }
345
346 template <typename T, typename = decltype(TypeTraits<T>::bytes_required(0))>
347 Status Visit(const T&) {

Callers 5

CreateUnionTypeCodesMethod · 0.45
CreateOffsetsBufferMethod · 0.45
CreateIntBufferMethod · 0.45
CreateBufferOfMethod · 0.45
MakeEmptyArrayFunction · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected