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

Function UnregisterPyExtensionType

python/pyarrow/src/arrow/python/extension_type.cc:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214Status UnregisterPyExtensionType(const std::string& type_name) {
215 return UnregisterExtensionType(type_name);
216}
217
218std::string PyExtensionName() { return kExtensionName; }
219

Callers

nothing calls this directly

Calls 1

UnregisterExtensionTypeFunction · 0.85

Tested by

no test coverage detected