MCPcopy Create free account
hub / github.com/apache/arrow / ~ExtensionTypeGuard

Method ~ExtensionTypeGuard

cpp/src/arrow/testing/gtest_util.cc:1066–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064}
1065
1066ExtensionTypeGuard::~ExtensionTypeGuard() {
1067 for (const auto& name : extension_names_) {
1068 ARROW_CHECK_OK(UnregisterExtensionType(name));
1069 }
1070}
1071
1072class GatingTask::Impl : public std::enable_shared_from_this<GatingTask::Impl> {
1073 public:

Callers

nothing calls this directly

Calls 1

UnregisterExtensionTypeFunction · 0.85

Tested by

no test coverage detected