Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Finish
Method
Finish
cpp/src/arrow/integration/json_integration.cc:116–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
Result<std::string> IntegrationJsonWriter::Finish() { return impl_->Finish(); }
117
118
Status IntegrationJsonWriter::WriteRecordBatch(const RecordBatch& batch) {
119
return impl_->WriteRecordBatch(batch);
Callers
3
CheckPrimitive
Function · 0.45
MakeBatchArrays
Function · 0.45
ARROW_ASSIGN_OR_RAISE
Function · 0.45
Calls
no outgoing calls
Tested by
2
CheckPrimitive
Function · 0.36
MakeBatchArrays
Function · 0.36