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

Function Finish

cpp/src/arrow/array/builder_binary.h:417–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 /// \endcond
416
417 Status Finish(std::shared_ptr<BinaryArray>* out) { return FinishTyped(out); }
418
419 std::shared_ptr<DataType> type() const override { return binary(); }
420};

Callers

nothing calls this directly

Calls 2

FinishTypedFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected