mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge branch 'master' of github.com:yandex/ClickHouse
This commit is contained in:
commit
f6daa7e2dd
@ -120,9 +120,10 @@ private:
|
|||||||
template <typename Base>
|
template <typename Base>
|
||||||
struct AggregationDataWithNullKeyTwoLevel : public Base
|
struct AggregationDataWithNullKeyTwoLevel : public Base
|
||||||
{
|
{
|
||||||
using Base::Base;
|
|
||||||
using Base::impls;
|
using Base::impls;
|
||||||
|
|
||||||
|
AggregationDataWithNullKeyTwoLevel() {}
|
||||||
|
|
||||||
template <typename Other>
|
template <typename Other>
|
||||||
explicit AggregationDataWithNullKeyTwoLevel(const Other & other) : Base(other)
|
explicit AggregationDataWithNullKeyTwoLevel(const Other & other) : Base(other)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user