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