提交 2d3a0796 编写于 作者: A alexey-milovidov

Update StorageSystemAggregateFunctionCombinators.cpp

上级 d52fd353
......@@ -18,10 +18,7 @@ void StorageSystemAggregateFunctionCombinators::fillData(MutableColumns & res_co
for (const auto & pair : combinators)
{
res_columns[0]->insert(pair.first);
if (pair.second->isForInternalUsageOnly())
res_columns[1]->insert(UInt64(1));
else
res_columns[1]->insert(UInt64(0));
res_columns[1]->insert(UInt64(pair.second->isForInternalUsageOnly()));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册