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

Function Finish

cpp/src/arrow/array/builder_run_end.h:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 /// \endcond
248
249 Status Finish(std::shared_ptr<RunEndEncodedArray>* out) { return FinishTyped(out); }
250
251 /// \brief Forces the closing of the current run if one is currently open.
252 ///

Callers

nothing calls this directly

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected