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

Method ProcessStruct

cpp/src/arrow/c/bridge.cc:1340–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338 }
1339
1340 Status ProcessStruct() {
1341 RETURN_NOT_OK(f_parser_.CheckAtEnd());
1342 ARROW_ASSIGN_OR_RAISE(auto fields, MakeChildFields());
1343 type_ = struct_(std::move(fields));
1344 return Status::OK();
1345 }
1346
1347 Status ProcessUnion() {
1348 RETURN_NOT_OK(f_parser_.CheckHasNext());

Callers

nothing calls this directly

Calls 3

struct_Function · 0.85
CheckAtEndMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected