mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Improvement (tnx. af-arno) [#METR-2944].
This commit is contained in:
parent
b1ee71c026
commit
054df259cd
@ -82,7 +82,7 @@ public:
|
||||
static ExpressionAction applyFunction(
|
||||
const FunctionPtr & function_, const std::vector<std::string> & argument_names_, std::string result_name_ = "");
|
||||
|
||||
static ExpressionAction addColumn(ColumnWithTypeAndName added_column_)
|
||||
static ExpressionAction addColumn(const ColumnWithTypeAndName & added_column_)
|
||||
{
|
||||
ExpressionAction a;
|
||||
a.type = ADD_COLUMN;
|
||||
|
Loading…
Reference in New Issue
Block a user