| 832 | } |
| 833 | |
| 834 | void flushPending() { |
| 835 | auto lock = engine.lockEngine(); |
| 836 | auto flushed = writer.flushAll(); |
| 837 | if (!flushed.empty()) { |
| 838 | engine.commitChunks(std::move(flushed)); |
| 839 | } |
| 840 | } |
| 841 | }; |
| 842 | |
| 843 | struct CatalogSnapshotState { |
nothing calls this directly
no test coverage detected