提交 3f833696 编写于 作者: A Alexey Milovidov

Non significant change in AggregationCommon

上级 939a3e95
......@@ -77,12 +77,8 @@ static inline T ALWAYS_INLINE packFixed(
const ColumnRawPtrs * low_cardinality_positions [[maybe_unused]] = nullptr,
const Sizes * low_cardinality_sizes [[maybe_unused]] = nullptr)
{
union
{
T key;
char bytes[sizeof(key)] = {};
};
T key{};
char * bytes = reinterpret_cast<char *>(&key);
size_t offset = 0;
for (size_t j = 0; j < keys_size; ++j)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册