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

Method ProcessListLike

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

Source from the content-addressed store, hash-verified

1289
1290 template <typename ListType>
1291 Status ProcessListLike() {
1292 RETURN_NOT_OK(f_parser_.CheckAtEnd());
1293 RETURN_NOT_OK(CheckNumChildren(1));
1294 ARROW_ASSIGN_OR_RAISE(auto field, MakeChildField(0));
1295 type_ = std::make_shared<ListType>(field);
1296 return Status::OK();
1297 }
1298
1299 template <typename ListViewType>
1300 Status ProcessListView() {

Callers

nothing calls this directly

Calls 2

CheckAtEndMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected