mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Fxi build.
This commit is contained in:
parent
6767a226fc
commit
feccf47f27
@ -1442,7 +1442,7 @@ ExpressionActionsPtr ActionsDAG::linearizeActions() const
|
|||||||
return expressions;
|
return expressions;
|
||||||
}
|
}
|
||||||
|
|
||||||
ExpressionActionsPtr ActionsDAG::buildExpressions()
|
ExpressionActionsPtr ActionsDAG::buildExpressions() const
|
||||||
{
|
{
|
||||||
auto cloned = clone();
|
auto cloned = clone();
|
||||||
auto expressions = cloned->linearizeActions();
|
auto expressions = cloned->linearizeActions();
|
||||||
|
@ -213,7 +213,7 @@ public:
|
|||||||
|
|
||||||
void projectInput() { project_input = true; }
|
void projectInput() { project_input = true; }
|
||||||
void removeUnusedActions(const Names & required_names);
|
void removeUnusedActions(const Names & required_names);
|
||||||
ExpressionActionsPtr buildExpressions();
|
ExpressionActionsPtr buildExpressions() const;
|
||||||
|
|
||||||
/// Splits actions into two parts. Returned half may be swapped with ARRAY JOIN.
|
/// Splits actions into two parts. Returned half may be swapped with ARRAY JOIN.
|
||||||
/// Returns nullptr if no actions may be moved before ARRAY JOIN.
|
/// Returns nullptr if no actions may be moved before ARRAY JOIN.
|
||||||
|
Loading…
Reference in New Issue
Block a user