| 371 | } |
| 372 | |
| 373 | TEST(TpchNode, Supplier) { |
| 374 | ASSERT_OK_AND_ASSIGN(auto res, GenerateTable(&TpchGen::Supplier)); |
| 375 | VerifySupplier(res); |
| 376 | } |
| 377 | |
| 378 | void VerifyPart(const std::vector<ExecBatch>& batches, |
| 379 | double scale_factor = kDefaultScaleFactor) { |
nothing calls this directly
no test coverage detected