| 60 | } |
| 61 | |
| 62 | std::unique_ptr<StreamsFactory> createStreamsFactory(const WriterOptions& options, |
| 63 | OutputStream* outStream) { |
| 64 | return std::make_unique<StreamsFactoryImpl>(options, outStream); |
| 65 | } |
| 66 | |
| 67 | RowIndexPositionRecorder::~RowIndexPositionRecorder() { |
| 68 | // PASS |