| 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_); |
nothing calls this directly
no test coverage detected