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

Method Finish

cpp/src/arrow/array/builder_primitive.h:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 /// \endcond
247
248 Status Finish(std::shared_ptr<ArrayType>* out) { return FinishTyped(out); }
249
250 /// \brief Append a sequence of elements in one shot
251 /// \param[in] values_begin InputIterator to the beginning of the values

Callers

nothing calls this directly

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected