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

Method ~ExtensionTypeGuard

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

Source from the content-addressed store, hash-verified

1072}
1073
1074ExtensionTypeGuard::~ExtensionTypeGuard() {
1075 for (const auto& name : extension_names_) {
1076 ARROW_CHECK_OK(UnregisterExtensionType(name));
1077 }
1078}
1079
1080class GatingTask::Impl : public std::enable_shared_from_this<GatingTask::Impl> {
1081 public:

Callers

nothing calls this directly

Calls 1

UnregisterExtensionTypeFunction · 0.85

Tested by

no test coverage detected