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

Method Finish

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

Source from the content-addressed store, hash-verified

496 /// \endcond
497
498 Status Finish(std::shared_ptr<DictionaryArray>* out) { return FinishTyped(out); }
499
500 std::shared_ptr<DataType> type() const override {
501 return ::arrow::dictionary(indices_builder_.type(), value_type_, ordered_);

Callers

nothing calls this directly

Calls 1

FinishTypedFunction · 0.85

Tested by

no test coverage detected