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

Method Finish

cpp/src/arrow/array/builder_dict.h:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 /// \endcond
489
490 Status Finish(std::shared_ptr<DictionaryArray>* out) { return FinishTyped(out); }
491
492 std::shared_ptr<DataType> type() const override {
493 return ::arrow::dictionary(indices_builder_.type(), value_type_);

Callers

nothing calls this directly

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected