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

Method ExtensionTypeGuard

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

Source from the content-addressed store, hash-verified

1050}
1051
1052ExtensionTypeGuard::ExtensionTypeGuard(const std::shared_ptr<DataType>& type)
1053 : ExtensionTypeGuard(DataTypeVector{type}) {}
1054
1055ExtensionTypeGuard::ExtensionTypeGuard(const DataTypeVector& types) {
1056 for (const auto& type : types) {

Callers

nothing calls this directly

Calls 6

RegisterExtensionTypeFunction · 0.85
push_backMethod · 0.80
backMethod · 0.80
idMethod · 0.45
extension_nameMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected