| 1079 | } |
| 1080 | |
| 1081 | void Done() { |
| 1082 | std::shared_ptr<Array> out; |
| 1083 | FinishAndCheckPadding(builder_.get(), &out); |
| 1084 | result_ = std::dynamic_pointer_cast<MapArray>(out); |
| 1085 | } |
| 1086 | |
| 1087 | protected: |
| 1088 | MemoryPool* pool_ = default_memory_pool(); |
nothing calls this directly
no test coverage detected