#pragma once #include "config.h" #if USE_LIBURING #include #include #include namespace DB { std::unique_ptr createIOUringReader(); IOUringReader & getIOUringReaderOrThrow(ContextPtr); IOUringReader & getIOUringReaderOrThrow(); } #endif