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

Function Finish

cpp/src/arrow/array/builder_decimal.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 /// \endcond
58
59 Status Finish(std::shared_ptr<Decimal32Array>* out) { return FinishTyped(out); }
60
61 std::shared_ptr<DataType> type() const override { return decimal_type_; }
62

Callers

nothing calls this directly

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected