#pragma once #include #include namespace DB { std::string formatKQLTimespan(Int64 ticks); }