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

Function UnregisterExtensionType

cpp/src/arrow/extension_type.cc:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Status UnregisterExtensionType(const std::string& type_name) {
181 auto registry = ExtensionTypeRegistry::GetGlobalRegistry();
182 return registry->UnregisterType(type_name);
183}
184
185std::shared_ptr<ExtensionType> GetExtensionType(const std::string& type_name) {
186 auto registry = ExtensionTypeRegistry::GetGlobalRegistry();

Callers 5

TearDownMethod · 0.85
TEST_FFunction · 0.85
~ExtensionTypeGuardMethod · 0.85

Calls 1

UnregisterTypeMethod · 0.80

Tested by 3

TearDownMethod · 0.68
TEST_FFunction · 0.68
~ExtensionTypeGuardMethod · 0.68