| 1058 | } |
| 1059 | |
| 1060 | ExtensionTypeGuard::ExtensionTypeGuard(const std::shared_ptr<DataType>& type) |
| 1061 | : ExtensionTypeGuard(DataTypeVector{type}) {} |
| 1062 | |
| 1063 | ExtensionTypeGuard::ExtensionTypeGuard(const DataTypeVector& types) { |
| 1064 | for (const auto& type : types) { |
nothing calls this directly
no test coverage detected