Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OK
Function · 0.70
Finish
Function · 0.50
clear
Method · 0.45
Tested by
no test coverage detected