mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +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(
|
static ExpressionAction applyFunction(
|
||||||
const FunctionPtr & function_, const std::vector<std::string> & argument_names_, std::string result_name_ = "");
|
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;
|
ExpressionAction a;
|
||||||
a.type = ADD_COLUMN;
|
a.type = ADD_COLUMN;
|
||||||
|
Loading…
Reference in New Issue
Block a user