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

Method ProcessPrimitive

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

Source from the content-addressed store, hash-verified

1282 }
1283
1284 Status ProcessPrimitive(const std::shared_ptr<DataType>& type) {
1285 RETURN_NOT_OK(f_parser_.CheckAtEnd());
1286 type_ = type;
1287 return CheckNoChildren(type);
1288 }
1289
1290 template <typename ListType>
1291 Status ProcessListLike() {

Callers

nothing calls this directly

Calls 1

CheckAtEndMethod · 0.80

Tested by

no test coverage detected