| 287 | } |
| 288 | |
| 289 | void NotProjectableTo(FieldVector to, std::string substr = "") { |
| 290 | EXPECT_RAISES_WITH_MESSAGE_THAT(TypeError, testing::HasSubstr(substr), |
| 291 | CheckProjectable(from_, Schema(to))); |
| 292 | } |
| 293 | }; |
| 294 | |
| 295 | auto i8 = field("i8", int8()); |
no test coverage detected