mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Fix clang build.
This commit is contained in:
parent
7240c6f3df
commit
b16bce0698
@ -746,7 +746,8 @@ bool ExpressionActions::hasTotalsInJoin() const
|
|||||||
bool has_totals_in_join = false;
|
bool has_totals_in_join = false;
|
||||||
for (const auto & action : actions)
|
for (const auto & action : actions)
|
||||||
{
|
{
|
||||||
if (action.join && action.join->hasTotals())
|
if (action.join && action.jo
|
||||||
|
in->hasTotals())
|
||||||
{
|
{
|
||||||
has_totals_in_join = true;
|
has_totals_in_join = true;
|
||||||
break;
|
break;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <IO/ReadHelpers.h>
|
#include <IO/ReadHelpers.h>
|
||||||
#include <IO/Operators.h>
|
#include <IO/Operators.h>
|
||||||
|
|
||||||
#include <Processors/Formats/Impl/verbosePrintString.h>
|
#include <Formats/verbosePrintString.h>
|
||||||
#include <Processors/Formats/Impl/CSVRowInputFormat.h>
|
#include <Processors/Formats/Impl/CSVRowInputFormat.h>
|
||||||
#include <Formats/FormatFactory.h>
|
#include <Formats/FormatFactory.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user