| 1050 | } |
| 1051 | |
| 1052 | ExtensionTypeGuard::ExtensionTypeGuard(const std::shared_ptr<DataType>& type) |
| 1053 | : ExtensionTypeGuard(DataTypeVector{type}) {} |
| 1054 | |
| 1055 | ExtensionTypeGuard::ExtensionTypeGuard(const DataTypeVector& types) { |
| 1056 | for (const auto& type : types) { |
nothing calls this directly
no test coverage detected