MCPcopy 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

FirstRecordBatchMethod · 0.45
WriteMethod · 0.45
WriteKeyValueMetadataMethod · 0.45
WriteTypeMetadataMethod · 0.45
WriteChildrenMethod · 0.45
WriteDataFieldMethod · 0.45
WriteIntegerFieldMethod · 0.45
WriteBinaryViewFieldMethod · 0.45
WriteValidityFieldMethod · 0.45
WriteChildrenMethod · 0.45
WriteRecordBatchFunction · 0.45

Calls 1

okMethod · 0.45

Tested by 1

VisitMethod · 0.36