| 241 | inspected_(std::move(inspected)) {} |
| 242 | |
| 243 | Result<RecordBatchGenerator> ScanBatchesAsync( |
| 244 | const std::shared_ptr<ScanOptions>& options) override { |
| 245 | return Status::Invalid("Not implemented because not needed by unit tests"); |
| 246 | }; |
| 247 | |
| 248 | Future<std::shared_ptr<InspectedFragment>> InspectFragment( |
| 249 | const FragmentScanOptions* format_options, |