MCPcopy 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

TestSchemaRoundTripFunction · 0.45
FinishMethod · 0.45
WriteMethod · 0.45
WriteKeyValueMethod · 0.45
VisitFieldMethod · 0.45
VisitArrayMethod · 0.45
WriteDataValuesMethod · 0.45
WriteBinaryViewFieldMethod · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
WriteRecordBatchFunction · 0.45
VisitMethod · 0.45

Calls 1

okMethod · 0.45

Tested by 3

TestSchemaRoundTripFunction · 0.36
VisitMethod · 0.36
GenerateFunction · 0.36