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

Method Finish

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

Source from the content-addressed store, hash-verified

340 : type_(*type), length_(length), buffer_length_(bit_util::BytesForBits(length)) {}
341
342 Result<int64_t> Finish() && {
343 RETURN_NOT_OK(VisitTypeInline(type_, this));
344 return buffer_length_;
345 }
346
347 template <typename T, typename = decltype(TypeTraits<T>::bytes_required(0))>
348 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