This commit is contained in:
Alexander Kuzmenkov 2021-02-09 19:50:39 +03:00
parent 8212976dc0
commit a2a0d385c5
2 changed files with 1 additions and 6 deletions

View File

@ -17,7 +17,7 @@ class ASTFunction;
struct WindowFunctionDescription
{
std::string column_name;
const ASTFunction * function_node;
const ASTFunction * function_node = nullptr;
AggregateFunctionPtr aggregate_function;
Array function_parameters;
DataTypes argument_types;

View File

@ -9,11 +9,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
}
static ITransformingStep::Traits getTraits()
{
return ITransformingStep::Traits