This commit is contained in:
Alexander Kuzmenkov 2021-02-03 16:33:50 +03:00
parent f31d2206a7
commit bd6d7facf1

View File

@ -6,6 +6,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
}
std::string WindowFunctionDescription::dump() const
{
WriteBufferFromOwnString ss;