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

Method ProcessStruct

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

Source from the content-addressed store, hash-verified

1343 }
1344
1345 Status ProcessStruct() {
1346 RETURN_NOT_OK(f_parser_.CheckAtEnd());
1347 ARROW_ASSIGN_OR_RAISE(auto fields, MakeChildFields());
1348 type_ = struct_(std::move(fields));
1349 return Status::OK();
1350 }
1351
1352 Status ProcessUnion() {
1353 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