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

Method ProcessPrimitive

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

Source from the content-addressed store, hash-verified

1277 }
1278
1279 Status ProcessPrimitive(const std::shared_ptr<DataType>& type) {
1280 RETURN_NOT_OK(f_parser_.CheckAtEnd());
1281 type_ = type;
1282 return CheckNoChildren(type);
1283 }
1284
1285 template <typename ListType>
1286 Status ProcessListLike() {

Callers

nothing calls this directly

Calls 1

CheckAtEndMethod · 0.80

Tested by

no test coverage detected