mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
style
This commit is contained in:
parent
8212976dc0
commit
a2a0d385c5
@ -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;
|
||||
|
@ -9,11 +9,6 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int BAD_ARGUMENTS;
|
||||
}
|
||||
|
||||
static ITransformingStep::Traits getTraits()
|
||||
{
|
||||
return ITransformingStep::Traits
|
||||
|
Loading…
Reference in New Issue
Block a user