Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ StartArray
Method
StartArray
cpp/src/arrow/json/parser.cc:719–722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
717
}
718
719
bool StartArray() {
720
status_ = StartArrayImpl();
721
return status_.ok();
722
}
723
724
bool EndArray(rj::SizeType size) {
725
status_ = EndArrayImpl(size);
Callers
14
FirstRecordBatch
Method · 0.45
Write
Method · 0.45
WriteKeyValueMetadata
Method · 0.45
WriteTypeMetadata
Method · 0.45
WriteChildren
Method · 0.45
WriteDataField
Method · 0.45
WriteIntegerField
Method · 0.45
WriteBinaryViewField
Method · 0.45
WriteVariadicBuffersField
Method · 0.45
WriteValidityField
Method · 0.45
WriteChildren
Method · 0.45
WriteRecordBatch
Function · 0.45
Calls
1
ok
Method · 0.45
Tested by
1
Visit
Method · 0.36