#pragma once #include #include namespace DB { /// Supports only Linux/MacOS. On other platforms, returns nullopt. std::optional tryGetFileNameFromFileDescriptor(int fd); }