| 134 | class TestIpcFileFormatScan : public FileFormatScanMixin<IpcFormatHelper> {}; |
| 135 | |
| 136 | TEST_P(TestIpcFileFormatScan, ScanRecordBatchReader) { TestScan(); } |
| 137 | TEST_P(TestIpcFileFormatScan, ScanBatchSize) { TestScanBatchSize(); } |
| 138 | TEST_P(TestIpcFileFormatScan, ScanNoReadahead) { TestScanNoReadahead(); } |
| 139 | TEST_P(TestIpcFileFormatScan, ScanRecordBatchReaderProjected) { TestScanProjected(); } |
nothing calls this directly
no test coverage detected