| 530 | bool IsSlow() { return std::get<1>(GetParam()); } |
| 531 | |
| 532 | FileSystemWriteTest() { dataset::internal::Initialize(); } |
| 533 | |
| 534 | void TestDatasetWriteRoundTrip(PlanFactory plan_factory, bool has_output) { |
| 535 | // Runs in-memory data through the plan and then scans out the written |
nothing calls this directly
no test coverage detected