Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Write
Method
Write
cpp/src/arrow/integration/json_internal.cc:475–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
: name_(name), array_(array), writer_(writer) {}
474
475
Status Write() { return VisitArray(name_, array_); }
476
477
Status VisitArrayValues(const Array& arr) { return VisitArrayInline(arr, this); }
478
Callers
4
ConvertArrowToJson
Function · 0.45
WriteJson
Method · 0.45
ARROW_ASSIGN_OR_RAISE
Function · 0.45
WriteArray
Function · 0.45
Calls
no outgoing calls
Tested by
2
ConvertArrowToJson
Function · 0.36
WriteJson
Method · 0.36