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

Function RegisterExtensionType

cpp/src/arrow/extension_type.cc:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175Status RegisterExtensionType(std::shared_ptr<ExtensionType> type) {
176 auto registry = ExtensionTypeRegistry::GetGlobalRegistry();
177 return registry->RegisterType(type);
178}
179
180Status UnregisterExtensionType(const std::string& type_name) {
181 auto registry = ExtensionTypeRegistry::GetGlobalRegistry();

Callers 5

RegisterPyExtensionTypeFunction · 0.85
SetUpMethod · 0.85
TEST_FFunction · 0.85
ExtensionTypeGuardMethod · 0.85

Calls 1

RegisterTypeMethod · 0.45

Tested by 3

SetUpMethod · 0.68
TEST_FFunction · 0.68
ExtensionTypeGuardMethod · 0.68