mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
style fix
This commit is contained in:
parent
faba36225e
commit
2e03462d87
@ -444,7 +444,7 @@ AggregateProjectionCandidates getAggregateProjectionCandidates(
|
||||
|
||||
const auto & projections = metadata->projections;
|
||||
std::vector<const ProjectionDescription *> agg_projections;
|
||||
|
||||
|
||||
for (const auto & projection : projections)
|
||||
if (projection.type == ProjectionDescription::Type::Aggregate)
|
||||
agg_projections.push_back(&projection);
|
||||
|
Loading…
Reference in New Issue
Block a user