| 513 | class TestScannerBase : public ::testing::TestWithParam<ScannerTestParams> { |
| 514 | protected: |
| 515 | TestScannerBase() { internal::Initialize(); } |
| 516 | |
| 517 | std::shared_ptr<RecordBatch> MakeExpectedBatch() { |
| 518 | RecordBatchVector batches; |
nothing calls this directly
no test coverage detected