Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ EndObject
Method
EndObject
cpp/src/arrow/json/parser.cc:714–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
712
}
713
714
bool EndObject(...) {
715
status_ = EndObjectImpl();
716
return status_.ok();
717
}
718
719
bool StartArray() {
720
status_ = StartArrayImpl();
Callers
14
TestSchemaRoundTrip
Function · 0.45
Finish
Method · 0.45
Write
Method · 0.45
WriteKeyValue
Method · 0.45
WriteDictionaryMetadata
Method · 0.45
VisitField
Method · 0.45
VisitArray
Method · 0.45
WriteDataValues
Method · 0.45
WriteBinaryViewField
Method · 0.45
ARROW_ASSIGN_OR_RAISE
Function · 0.45
WriteRecordBatch
Function · 0.45
Visit
Method · 0.45
Calls
1
ok
Method · 0.45
Tested by
3
TestSchemaRoundTrip
Function · 0.36
Visit
Method · 0.36
Generate
Function · 0.36