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

Function GetExtensionType

cpp/src/arrow/extension_type.cc:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185std::shared_ptr<ExtensionType> GetExtensionType(const std::string& type_name) {
186 auto registry = ExtensionTypeRegistry::GetGlobalRegistry();
187 return registry->GetType(type_name);
188}
189
190extern const char kExtensionTypeKeyName[] = "ARROW:extension:name";
191extern const char kExtensionMetadataKeyName[] = "ARROW:extension:metadata";

Callers 9

TearDownMethod · 0.85
TEST_FFunction · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.85
DoImportMethod · 0.85
FieldFromFlatbufferFunction · 0.85
TEST_FFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
GroupToStructFunction · 0.85

Calls 1

GetTypeMethod · 0.45

Tested by 4

TearDownMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68