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

Function Finish

cpp/src/arrow/array/builder_union.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 /// \endcond
51
52 Status Finish(std::shared_ptr<UnionArray>* out) { return FinishTyped(out); }
53
54 /// \brief Make a new child builder available to the UnionArray
55 ///

Callers 4

FinishMethod · 0.70
VisitMethod · 0.70
FinishTypedFunction · 0.70
FinishMethod · 0.70

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected