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

Method Finish

cpp/src/arrow/json/chunked_builder.cc:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 Status Finish(std::shared_ptr<ChunkedArray>* out) override {
179 RETURN_NOT_OK(NonNestedChunkedArrayBuilder::Finish(out));
180 unconverted_.clear();
181 return Status::OK();
182 }
183
184 private:
185 ArrayVector unconverted_;

Callers

nothing calls this directly

Calls 3

OKFunction · 0.70
FinishFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected