| 155 | } |
| 156 | |
| 157 | TEST_F(TestBooleanFlatScanner, TestPlainScanner) { |
| 158 | ASSERT_NO_FATAL_FAILURE( |
| 159 | this->ExecuteAll(num_pages, num_levels_per_page, batch_size, 0)); |
| 160 | } |
| 161 | |
| 162 | TEST_F(TestFLBAFlatScanner, TestPlainScanner) { |
| 163 | ASSERT_NO_FATAL_FAILURE( |
nothing calls this directly
no test coverage detected