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

Method ProcessListLike

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

CheckAtEndMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected