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

Function Finish

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

Source from the content-addressed store, hash-verified

71 std::shared_ptr<DataType> type() const override { return null(); }
72
73 Status Finish(std::shared_ptr<NullArray>* out) { return FinishTyped(out); }
74};
75
76/// \addtogroup numeric-builders

Callers

nothing calls this directly

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected