MCPcopy Create free account
hub / github.com/apache/arrow / StartObject

Method StartObject

cpp/src/arrow/json/parser.cc:709–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 }
708
709 bool StartObject() {
710 status_ = StartObjectImpl();
711 return status_.ok();
712 }
713
714 bool EndObject(...) {
715 status_ = EndObjectImpl();

Callers 14

TestSchemaRoundTripFunction · 0.45
StartMethod · 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