Coverage Report

Created: 2026-07-17 03:34

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
be/src/exprs/aggregate/aggregate_function_collect.h
Line
Count
Source
1
// Licensed to the Apache Software Foundation (ASF) under one
2
// or more contributor license agreements.  See the NOTICE file
3
// distributed with this work for additional information
4
// regarding copyright ownership.  The ASF licenses this file
5
// to you under the Apache License, Version 2.0 (the
6
// "License"); you may not use this file except in compliance
7
// with the License.  You may obtain a copy of the License at
8
//
9
//   http://www.apache.org/licenses/LICENSE-2.0
10
//
11
// Unless required by applicable law or agreed to in writing,
12
// software distributed under the License is distributed on an
13
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
// KIND, either express or implied.  See the License for the
15
// specific language governing permissions and limitations
16
// under the License.
17
18
#pragma once
19
20
#include <cctz/time_zone.h>
21
#include <glog/logging.h>
22
23
#include <cstddef>
24
#include <cstring>
25
#include <limits>
26
#include <memory>
27
#include <new>
28
#include <string>
29
#include <type_traits>
30
31
#include "core/assert_cast.h"
32
#include "core/column/column.h"
33
#include "core/column/column_array.h"
34
#include "core/column/column_decimal.h"
35
#include "core/column/column_nullable.h"
36
#include "core/column/column_string.h"
37
#include "core/data_type/data_type.h"
38
#include "core/data_type/data_type_array.h"
39
#include "core/data_type/data_type_nullable.h"
40
#include "core/pod_array_fwd.h"
41
#include "core/string_buffer.hpp"
42
#include "core/string_ref.h"
43
#include "core/types.h"
44
#include "exprs/aggregate/aggregate_function.h"
45
#include "util/var_int.h"
46
47
namespace doris {
48
template <PrimitiveType T, bool HasLimit>
49
struct AggregateFunctionCollectSetData {
50
    static constexpr PrimitiveType PType = T;
51
    using ElementType = typename PrimitiveTypeTraits<T>::CppType;
52
    using ColVecType = typename PrimitiveTypeTraits<T>::ColumnType;
53
    using SelfType = AggregateFunctionCollectSetData;
54
    using Set = doris::flat_hash_set<ElementType>;
55
    Set data_set;
56
    Int64 max_size = -1;
57
58
219
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
6
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
6
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
41
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
25
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
8
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
10
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
10
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
27
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
4
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
17
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
17
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
59
60
552
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE4sizeEv
Line
Count
Source
60
6
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE4sizeEv
Line
Count
Source
60
6
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE4sizeEv
Line
Count
Source
60
15
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE4sizeEv
Line
Count
Source
60
12
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE4sizeEv
Line
Count
Source
60
8
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE4sizeEv
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE4sizeEv
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE4sizeEv
Line
Count
Source
60
10
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE4sizeEv
Line
Count
Source
60
10
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE4sizeEv
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE4sizeEv
Line
Count
Source
60
83
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE4sizeEv
Line
Count
Source
60
28
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EE4sizeEv
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EE4sizeEv
Line
Count
Source
60
79
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE4sizeEv
Line
Count
Source
60
79
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE4sizeEv
61
62
695
    void add(const IColumn& column, size_t row_num) {
63
695
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
695
                                .get_data()[row_num]);
65
695
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
69
    void add(const IColumn& column, size_t row_num) {
63
69
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
69
                                .get_data()[row_num]);
65
69
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
45
    void add(const IColumn& column, size_t row_num) {
63
45
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
45
                                .get_data()[row_num]);
65
45
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
144
    void add(const IColumn& column, size_t row_num) {
63
144
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
144
                                .get_data()[row_num]);
65
144
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
44
    void add(const IColumn& column, size_t row_num) {
63
44
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
44
                                .get_data()[row_num]);
65
44
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
48
    void add(const IColumn& column, size_t row_num) {
63
48
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
48
                                .get_data()[row_num]);
65
48
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
72
    void add(const IColumn& column, size_t row_num) {
63
72
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
72
                                .get_data()[row_num]);
65
72
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
27
    void add(const IColumn& column, size_t row_num) {
63
27
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
27
                                .get_data()[row_num]);
65
27
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
16
    void add(const IColumn& column, size_t row_num) {
63
16
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
16
                                .get_data()[row_num]);
65
16
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
12
    void add(const IColumn& column, size_t row_num) {
63
12
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
12
                                .get_data()[row_num]);
65
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
28
    void add(const IColumn& column, size_t row_num) {
63
28
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
28
                                .get_data()[row_num]);
65
28
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
22
    void add(const IColumn& column, size_t row_num) {
63
22
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
22
                                .get_data()[row_num]);
65
22
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE3addERKNS_7IColumnEm
66
67
37
    void merge(const SelfType& rhs) {
68
37
        if constexpr (HasLimit) {
69
16
            if (max_size == -1) {
70
7
                max_size = rhs.max_size;
71
7
            }
72
73
28
            for (auto& rhs_elem : rhs.data_set) {
74
28
                if (size() >= max_size) {
75
6
                    return;
76
6
                }
77
22
                data_set.insert(rhs_elem);
78
22
            }
79
21
        } else {
80
74
            for (const auto& elem : rhs.data_set) {
81
74
                data_set.insert(elem);
82
74
            }
83
21
        }
84
37
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE5mergeERKS2_
Line
Count
Source
67
1
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
1
        } else {
80
1
            for (const auto& elem : rhs.data_set) {
81
0
                data_set.insert(elem);
82
0
            }
83
1
        }
84
1
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE5mergeERKS2_
Line
Count
Source
67
1
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
1
        } else {
80
1
            for (const auto& elem : rhs.data_set) {
81
0
                data_set.insert(elem);
82
0
            }
83
1
        }
84
1
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE5mergeERKS2_
Line
Count
Source
67
6
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
6
        } else {
80
15
            for (const auto& elem : rhs.data_set) {
81
15
                data_set.insert(elem);
82
15
            }
83
6
        }
84
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE5mergeERKS2_
Line
Count
Source
67
7
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
7
        } else {
80
12
            for (const auto& elem : rhs.data_set) {
81
12
                data_set.insert(elem);
82
12
            }
83
7
        }
84
7
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE5mergeERKS2_
Line
Count
Source
67
2
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
2
        } else {
80
30
            for (const auto& elem : rhs.data_set) {
81
30
                data_set.insert(elem);
82
30
            }
83
2
        }
84
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE5mergeERKS2_
Line
Count
Source
67
2
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
2
        } else {
80
11
            for (const auto& elem : rhs.data_set) {
81
11
                data_set.insert(elem);
82
11
            }
83
2
        }
84
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE5mergeERKS2_
Line
Count
Source
67
1
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
1
        } else {
80
1
            for (const auto& elem : rhs.data_set) {
81
0
                data_set.insert(elem);
82
0
            }
83
1
        }
84
1
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE5mergeERKS2_
Line
Count
Source
67
1
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
1
        } else {
80
6
            for (const auto& elem : rhs.data_set) {
81
6
                data_set.insert(elem);
82
6
            }
83
1
        }
84
1
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE5mergeERKS2_
Line
Count
Source
67
8
    void merge(const SelfType& rhs) {
68
8
        if constexpr (HasLimit) {
69
8
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
14
            for (auto& rhs_elem : rhs.data_set) {
74
14
                if (size() >= max_size) {
75
2
                    return;
76
2
                }
77
12
                data_set.insert(rhs_elem);
78
12
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
8
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
1
                max_size = rhs.max_size;
71
1
            }
72
73
7
            for (auto& rhs_elem : rhs.data_set) {
74
7
                if (size() >= max_size) {
75
2
                    return;
76
2
                }
77
5
                data_set.insert(rhs_elem);
78
5
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
2
                max_size = rhs.max_size;
71
2
            }
72
73
7
            for (auto& rhs_elem : rhs.data_set) {
74
7
                if (size() >= max_size) {
75
2
                    return;
76
2
                }
77
5
                data_set.insert(rhs_elem);
78
5
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE5mergeERKS2_
85
86
39
    void write(BufferWritable& buf) const {
87
39
        buf.write_var_uint(data_set.size());
88
116
        for (const auto& value : data_set) {
89
116
            buf.write_binary(value);
90
116
        }
91
39
        write_var_int(max_size, buf);
92
39
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
1
    void write(BufferWritable& buf) const {
87
1
        buf.write_var_uint(data_set.size());
88
1
        for (const auto& value : data_set) {
89
0
            buf.write_binary(value);
90
0
        }
91
1
        write_var_int(max_size, buf);
92
1
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
1
    void write(BufferWritable& buf) const {
87
1
        buf.write_var_uint(data_set.size());
88
1
        for (const auto& value : data_set) {
89
0
            buf.write_binary(value);
90
0
        }
91
1
        write_var_int(max_size, buf);
92
1
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
6
    void write(BufferWritable& buf) const {
87
6
        buf.write_var_uint(data_set.size());
88
15
        for (const auto& value : data_set) {
89
15
            buf.write_binary(value);
90
15
        }
91
6
        write_var_int(max_size, buf);
92
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
8
    void write(BufferWritable& buf) const {
87
8
        buf.write_var_uint(data_set.size());
88
15
        for (const auto& value : data_set) {
89
15
            buf.write_binary(value);
90
15
        }
91
8
        write_var_int(max_size, buf);
92
8
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
2
    void write(BufferWritable& buf) const {
87
2
        buf.write_var_uint(data_set.size());
88
30
        for (const auto& value : data_set) {
89
30
            buf.write_binary(value);
90
30
        }
91
2
        write_var_int(max_size, buf);
92
2
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
2
    void write(BufferWritable& buf) const {
87
2
        buf.write_var_uint(data_set.size());
88
11
        for (const auto& value : data_set) {
89
11
            buf.write_binary(value);
90
11
        }
91
2
        write_var_int(max_size, buf);
92
2
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
1
    void write(BufferWritable& buf) const {
87
1
        buf.write_var_uint(data_set.size());
88
1
        for (const auto& value : data_set) {
89
0
            buf.write_binary(value);
90
0
        }
91
1
        write_var_int(max_size, buf);
92
1
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
1
    void write(BufferWritable& buf) const {
87
1
        buf.write_var_uint(data_set.size());
88
6
        for (const auto& value : data_set) {
89
6
            buf.write_binary(value);
90
6
        }
91
1
        write_var_int(max_size, buf);
92
1
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
9
    void write(BufferWritable& buf) const {
87
9
        buf.write_var_uint(data_set.size());
88
17
        for (const auto& value : data_set) {
89
17
            buf.write_binary(value);
90
17
        }
91
9
        write_var_int(max_size, buf);
92
9
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
12
        for (const auto& value : data_set) {
89
12
            buf.write_binary(value);
90
12
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
10
        for (const auto& value : data_set) {
89
10
            buf.write_binary(value);
90
10
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE5writeERNS_14BufferWritableE
93
94
37
    void read(BufferReadable& buf) {
95
37
        uint64_t new_size = 0;
96
37
        buf.read_var_uint(new_size);
97
37
        ElementType x;
98
147
        for (size_t i = 0; i < new_size; ++i) {
99
110
            buf.read_binary(x);
100
110
            data_set.insert(x);
101
110
        }
102
37
        read_var_int(max_size, buf);
103
37
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
1
    void read(BufferReadable& buf) {
95
1
        uint64_t new_size = 0;
96
1
        buf.read_var_uint(new_size);
97
1
        ElementType x;
98
1
        for (size_t i = 0; i < new_size; ++i) {
99
0
            buf.read_binary(x);
100
0
            data_set.insert(x);
101
0
        }
102
1
        read_var_int(max_size, buf);
103
1
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
1
    void read(BufferReadable& buf) {
95
1
        uint64_t new_size = 0;
96
1
        buf.read_var_uint(new_size);
97
1
        ElementType x;
98
1
        for (size_t i = 0; i < new_size; ++i) {
99
0
            buf.read_binary(x);
100
0
            data_set.insert(x);
101
0
        }
102
1
        read_var_int(max_size, buf);
103
1
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
6
    void read(BufferReadable& buf) {
95
6
        uint64_t new_size = 0;
96
6
        buf.read_var_uint(new_size);
97
6
        ElementType x;
98
21
        for (size_t i = 0; i < new_size; ++i) {
99
15
            buf.read_binary(x);
100
15
            data_set.insert(x);
101
15
        }
102
6
        read_var_int(max_size, buf);
103
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
7
    void read(BufferReadable& buf) {
95
7
        uint64_t new_size = 0;
96
7
        buf.read_var_uint(new_size);
97
7
        ElementType x;
98
19
        for (size_t i = 0; i < new_size; ++i) {
99
12
            buf.read_binary(x);
100
12
            data_set.insert(x);
101
12
        }
102
7
        read_var_int(max_size, buf);
103
7
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
2
    void read(BufferReadable& buf) {
95
2
        uint64_t new_size = 0;
96
2
        buf.read_var_uint(new_size);
97
2
        ElementType x;
98
32
        for (size_t i = 0; i < new_size; ++i) {
99
30
            buf.read_binary(x);
100
30
            data_set.insert(x);
101
30
        }
102
2
        read_var_int(max_size, buf);
103
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
2
    void read(BufferReadable& buf) {
95
2
        uint64_t new_size = 0;
96
2
        buf.read_var_uint(new_size);
97
2
        ElementType x;
98
13
        for (size_t i = 0; i < new_size; ++i) {
99
11
            buf.read_binary(x);
100
11
            data_set.insert(x);
101
11
        }
102
2
        read_var_int(max_size, buf);
103
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
1
    void read(BufferReadable& buf) {
95
1
        uint64_t new_size = 0;
96
1
        buf.read_var_uint(new_size);
97
1
        ElementType x;
98
1
        for (size_t i = 0; i < new_size; ++i) {
99
0
            buf.read_binary(x);
100
0
            data_set.insert(x);
101
0
        }
102
1
        read_var_int(max_size, buf);
103
1
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
1
    void read(BufferReadable& buf) {
95
1
        uint64_t new_size = 0;
96
1
        buf.read_var_uint(new_size);
97
1
        ElementType x;
98
7
        for (size_t i = 0; i < new_size; ++i) {
99
6
            buf.read_binary(x);
100
6
            data_set.insert(x);
101
6
        }
102
1
        read_var_int(max_size, buf);
103
1
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
8
    void read(BufferReadable& buf) {
95
8
        uint64_t new_size = 0;
96
8
        buf.read_var_uint(new_size);
97
8
        ElementType x;
98
22
        for (size_t i = 0; i < new_size; ++i) {
99
14
            buf.read_binary(x);
100
14
            data_set.insert(x);
101
14
        }
102
8
        read_var_int(max_size, buf);
103
8
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
16
        for (size_t i = 0; i < new_size; ++i) {
99
12
            buf.read_binary(x);
100
12
            data_set.insert(x);
101
12
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
14
        for (size_t i = 0; i < new_size; ++i) {
99
10
            buf.read_binary(x);
100
10
            data_set.insert(x);
101
10
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE4readERNS_14BufferReadableE
104
105
147
    void insert_result_into(IColumn& to) const {
106
147
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
147
        vec.reserve(size());
108
457
        for (const auto& item : data_set) {
109
457
            vec.push_back(item);
110
457
        }
111
147
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
8
        for (const auto& item : data_set) {
109
8
            vec.push_back(item);
110
8
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
6
    void insert_result_into(IColumn& to) const {
106
6
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
6
        vec.reserve(size());
108
16
        for (const auto& item : data_set) {
109
16
            vec.push_back(item);
110
16
        }
111
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
6
    void insert_result_into(IColumn& to) const {
106
6
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
6
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
15
    void insert_result_into(IColumn& to) const {
106
15
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
15
        vec.reserve(size());
108
41
        for (const auto& item : data_set) {
109
41
            vec.push_back(item);
110
41
        }
111
15
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
12
    void insert_result_into(IColumn& to) const {
106
12
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
12
        vec.reserve(size());
108
38
        for (const auto& item : data_set) {
109
38
            vec.push_back(item);
110
38
        }
111
12
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
8
    void insert_result_into(IColumn& to) const {
106
8
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
8
        vec.reserve(size());
108
80
        for (const auto& item : data_set) {
109
80
            vec.push_back(item);
110
80
        }
111
8
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
22
        for (const auto& item : data_set) {
109
22
            vec.push_back(item);
110
22
        }
111
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
10
    void insert_result_into(IColumn& to) const {
106
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
10
        vec.reserve(size());
108
32
        for (const auto& item : data_set) {
109
32
            vec.push_back(item);
110
32
        }
111
10
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
10
    void insert_result_into(IColumn& to) const {
106
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
10
        vec.reserve(size());
108
44
        for (const auto& item : data_set) {
109
44
            vec.push_back(item);
110
44
        }
111
10
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
10
    void insert_result_into(IColumn& to) const {
106
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
10
        vec.reserve(size());
108
22
        for (const auto& item : data_set) {
109
22
            vec.push_back(item);
110
22
        }
111
10
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
12
        for (const auto& item : data_set) {
109
12
            vec.push_back(item);
110
12
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
8
        for (const auto& item : data_set) {
109
8
            vec.push_back(item);
110
8
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EE18insert_result_intoERNS_7IColumnE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
9
    void insert_result_into(IColumn& to) const {
106
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
9
        vec.reserve(size());
108
17
        for (const auto& item : data_set) {
109
17
            vec.push_back(item);
110
17
        }
111
9
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
9
    void insert_result_into(IColumn& to) const {
106
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
9
        vec.reserve(size());
108
13
        for (const auto& item : data_set) {
109
13
            vec.push_back(item);
110
13
        }
111
9
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE18insert_result_intoERNS_7IColumnE
112
113
    void reset() { data_set.clear(); }
114
};
115
116
template <PrimitiveType T, bool HasLimit>
117
    requires(is_string_type(T))
118
struct AggregateFunctionCollectSetData<T, HasLimit> {
119
    static constexpr PrimitiveType PType = T;
120
    using ElementType = StringRef;
121
    using ColVecType = ColumnString;
122
    using SelfType = AggregateFunctionCollectSetData<T, HasLimit>;
123
    using Set = doris::flat_hash_set<ElementType>;
124
    Set data_set;
125
    Int64 max_size = -1;
126
127
90
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
127
72
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
127
18
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
128
129
189
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE4sizeEv
Line
Count
Source
129
51
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE4sizeEv
Line
Count
Source
129
138
    size_t size() const { return data_set.size(); }
130
131
176
    void add(const IColumn& column, size_t row_num, Arena& arena) {
132
176
        auto key = column.get_data_at(row_num);
133
176
        key.data = arena.insert(key.data, key.size);
134
176
        data_set.insert(key);
135
176
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE3addERKNS_7IColumnEmRNS_5ArenaE
Line
Count
Source
131
160
    void add(const IColumn& column, size_t row_num, Arena& arena) {
132
160
        auto key = column.get_data_at(row_num);
133
160
        key.data = arena.insert(key.data, key.size);
134
160
        data_set.insert(key);
135
160
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE3addERKNS_7IColumnEmRNS_5ArenaE
Line
Count
Source
131
16
    void add(const IColumn& column, size_t row_num, Arena& arena) {
132
16
        auto key = column.get_data_at(row_num);
133
16
        key.data = arena.insert(key.data, key.size);
134
16
        data_set.insert(key);
135
16
    }
136
137
20
    void merge(const SelfType& rhs, Arena& arena) {
138
20
        if (max_size == -1) {
139
19
            max_size = rhs.max_size;
140
19
        }
141
142
32
        for (const auto& rhs_elem : rhs.data_set) {
143
32
            if constexpr (HasLimit) {
144
1
                if (size() >= max_size) {
145
1
                    return;
146
1
                }
147
1
            }
148
0
            StringRef key = rhs_elem;
149
32
            key.data = arena.insert(key.data, key.size);
150
32
            data_set.insert(key);
151
32
        }
152
20
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE5mergeERKS2_RNS_5ArenaE
Line
Count
Source
137
19
    void merge(const SelfType& rhs, Arena& arena) {
138
19
        if (max_size == -1) {
139
19
            max_size = rhs.max_size;
140
19
        }
141
142
31
        for (const auto& rhs_elem : rhs.data_set) {
143
            if constexpr (HasLimit) {
144
                if (size() >= max_size) {
145
                    return;
146
                }
147
            }
148
31
            StringRef key = rhs_elem;
149
31
            key.data = arena.insert(key.data, key.size);
150
31
            data_set.insert(key);
151
31
        }
152
19
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE5mergeERKS2_RNS_5ArenaE
Line
Count
Source
137
1
    void merge(const SelfType& rhs, Arena& arena) {
138
1
        if (max_size == -1) {
139
0
            max_size = rhs.max_size;
140
0
        }
141
142
1
        for (const auto& rhs_elem : rhs.data_set) {
143
1
            if constexpr (HasLimit) {
144
1
                if (size() >= max_size) {
145
1
                    return;
146
1
                }
147
1
            }
148
0
            StringRef key = rhs_elem;
149
1
            key.data = arena.insert(key.data, key.size);
150
1
            data_set.insert(key);
151
1
        }
152
1
    }
153
154
13
    void write(BufferWritable& buf) const {
155
13
        buf.write_var_uint(size());
156
25
        for (const auto& elem : data_set) {
157
25
            buf.write_binary(elem);
158
25
        }
159
13
        write_var_int(max_size, buf);
160
13
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
154
13
    void write(BufferWritable& buf) const {
155
13
        buf.write_var_uint(size());
156
25
        for (const auto& elem : data_set) {
157
25
            buf.write_binary(elem);
158
25
        }
159
13
        write_var_int(max_size, buf);
160
13
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE5writeERNS_14BufferWritableE
161
162
19
    void read(BufferReadable& buf) {
163
19
        UInt64 size;
164
19
        buf.read_var_uint(size);
165
19
        StringRef ref;
166
50
        for (size_t i = 0; i < size; ++i) {
167
31
            buf.read_binary(ref);
168
31
            data_set.insert(ref);
169
31
        }
170
19
        read_var_int(max_size, buf);
171
19
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
162
19
    void read(BufferReadable& buf) {
163
19
        UInt64 size;
164
19
        buf.read_var_uint(size);
165
19
        StringRef ref;
166
50
        for (size_t i = 0; i < size; ++i) {
167
31
            buf.read_binary(ref);
168
31
            data_set.insert(ref);
169
31
        }
170
19
        read_var_int(max_size, buf);
171
19
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE4readERNS_14BufferReadableE
172
173
54
    void insert_result_into(IColumn& to) const {
174
54
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
175
54
        vec.reserve(size());
176
116
        for (const auto& item : data_set) {
177
116
            vec.insert_data(item.data, item.size);
178
116
        }
179
54
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
173
38
    void insert_result_into(IColumn& to) const {
174
38
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
175
38
        vec.reserve(size());
176
100
        for (const auto& item : data_set) {
177
100
            vec.insert_data(item.data, item.size);
178
100
        }
179
38
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
173
16
    void insert_result_into(IColumn& to) const {
174
16
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
175
16
        vec.reserve(size());
176
16
        for (const auto& item : data_set) {
177
16
            vec.insert_data(item.data, item.size);
178
16
        }
179
16
    }
180
181
    void reset() { data_set.clear(); }
182
};
183
184
template <PrimitiveType T, bool HasLimit>
185
struct AggregateFunctionCollectListData {
186
    static constexpr PrimitiveType PType = T;
187
    using ElementType = typename PrimitiveTypeTraits<T>::CppType;
188
    using ColVecType = typename PrimitiveTypeTraits<T>::ColumnType;
189
    using SelfType = AggregateFunctionCollectListData<T, HasLimit>;
190
    PaddedPODArray<ElementType> data;
191
    Int64 max_size = -1;
192
193
235
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
6
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
6
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
38
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
44
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
8
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
10
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
10
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
6
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
25
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
17
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
17
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
194
195
793
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE4sizeEv
Line
Count
Source
195
8
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE4sizeEv
Line
Count
Source
195
14
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE4sizeEv
Line
Count
Source
195
14
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE4sizeEv
Line
Count
Source
195
40
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE4sizeEv
Line
Count
Source
195
66
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE4sizeEv
Line
Count
Source
195
20
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE4sizeEv
Line
Count
Source
195
8
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE4sizeEv
Line
Count
Source
195
8
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE4sizeEv
Line
Count
Source
195
8
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE4sizeEv
Line
Count
Source
195
12
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE4sizeEv
Line
Count
Source
195
22
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE4sizeEv
Line
Count
Source
195
22
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE4sizeEv
Line
Count
Source
195
34
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE4sizeEv
Line
Count
Source
195
101
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE4sizeEv
Line
Count
Source
195
96
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE4sizeEv
Line
Count
Source
195
96
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE4sizeEv
196
197
642
    void add(const IColumn& column, size_t row_num) {
198
642
        const auto& vec =
199
642
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
642
        data.push_back(vec[row_num]);
201
642
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
58
    void add(const IColumn& column, size_t row_num) {
198
58
        const auto& vec =
199
58
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
58
        data.push_back(vec[row_num]);
201
58
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
66
    void add(const IColumn& column, size_t row_num) {
198
66
        const auto& vec =
199
66
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
66
        data.push_back(vec[row_num]);
201
66
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
104
    void add(const IColumn& column, size_t row_num) {
198
104
        const auto& vec =
199
104
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
104
        data.push_back(vec[row_num]);
201
104
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
40
    void add(const IColumn& column, size_t row_num) {
198
40
        const auto& vec =
199
40
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
40
        data.push_back(vec[row_num]);
201
40
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
48
    void add(const IColumn& column, size_t row_num) {
198
48
        const auto& vec =
199
48
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
48
        data.push_back(vec[row_num]);
201
48
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
68
    void add(const IColumn& column, size_t row_num) {
198
68
        const auto& vec =
199
68
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
68
        data.push_back(vec[row_num]);
201
68
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
26
    void add(const IColumn& column, size_t row_num) {
198
26
        const auto& vec =
199
26
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
26
        data.push_back(vec[row_num]);
201
26
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
12
    void add(const IColumn& column, size_t row_num) {
198
12
        const auto& vec =
199
12
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
12
        data.push_back(vec[row_num]);
201
12
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
8
    void add(const IColumn& column, size_t row_num) {
198
8
        const auto& vec =
199
8
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
8
        data.push_back(vec[row_num]);
201
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
20
    void add(const IColumn& column, size_t row_num) {
198
20
        const auto& vec =
199
20
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
20
        data.push_back(vec[row_num]);
201
20
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE3addERKNS_7IColumnEm
202
203
41
    void merge(const SelfType& rhs) {
204
41
        if constexpr (HasLimit) {
205
16
            if (max_size == -1) {
206
8
                max_size = rhs.max_size;
207
8
            }
208
28
            for (auto& rhs_elem : rhs.data) {
209
28
                if (size() >= max_size) {
210
6
                    return;
211
6
                }
212
22
                data.push_back(rhs_elem);
213
22
            }
214
25
        } else {
215
25
            data.insert(rhs.data.begin(), rhs.data.end());
216
25
        }
217
41
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE5mergeERKS2_
Line
Count
Source
203
1
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
1
        } else {
215
1
            data.insert(rhs.data.begin(), rhs.data.end());
216
1
        }
217
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE5mergeERKS2_
Line
Count
Source
203
1
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
1
        } else {
215
1
            data.insert(rhs.data.begin(), rhs.data.end());
216
1
        }
217
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
4
        } else {
215
4
            data.insert(rhs.data.begin(), rhs.data.end());
216
4
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE5mergeERKS2_
Line
Count
Source
203
13
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
13
        } else {
215
13
            data.insert(rhs.data.begin(), rhs.data.end());
216
13
        }
217
13
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE5mergeERKS2_
Line
Count
Source
203
2
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
2
        } else {
215
2
            data.insert(rhs.data.begin(), rhs.data.end());
216
2
        }
217
2
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE5mergeERKS2_
Line
Count
Source
203
2
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
2
        } else {
215
2
            data.insert(rhs.data.begin(), rhs.data.end());
216
2
        }
217
2
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE5mergeERKS2_
Line
Count
Source
203
1
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
1
        } else {
215
1
            data.insert(rhs.data.begin(), rhs.data.end());
216
1
        }
217
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE5mergeERKS2_
Line
Count
Source
203
1
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
1
        } else {
215
1
            data.insert(rhs.data.begin(), rhs.data.end());
216
1
        }
217
1
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE5mergeERKS2_
Line
Count
Source
203
1
    void merge(const SelfType& rhs) {
204
1
        if constexpr (HasLimit) {
205
1
            if (max_size == -1) {
206
0
                max_size = rhs.max_size;
207
0
            }
208
1
            for (auto& rhs_elem : rhs.data) {
209
1
                if (size() >= max_size) {
210
1
                    return;
211
1
                }
212
0
                data.push_back(rhs_elem);
213
0
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
7
        if constexpr (HasLimit) {
205
7
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
13
            for (auto& rhs_elem : rhs.data) {
209
13
                if (size() >= max_size) {
210
1
                    return;
211
1
                }
212
12
                data.push_back(rhs_elem);
213
12
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
7
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
2
                max_size = rhs.max_size;
207
2
            }
208
7
            for (auto& rhs_elem : rhs.data) {
209
7
                if (size() >= max_size) {
210
2
                    return;
211
2
                }
212
5
                data.push_back(rhs_elem);
213
5
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
2
                max_size = rhs.max_size;
207
2
            }
208
7
            for (auto& rhs_elem : rhs.data) {
209
7
                if (size() >= max_size) {
210
2
                    return;
211
2
                }
212
5
                data.push_back(rhs_elem);
213
5
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE5mergeERKS2_
218
219
43
    void write(BufferWritable& buf) const {
220
43
        buf.write_var_uint(size());
221
43
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
43
        write_var_int(max_size, buf);
223
43
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
1
    void write(BufferWritable& buf) const {
220
1
        buf.write_var_uint(size());
221
1
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
1
        write_var_int(max_size, buf);
223
1
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
1
    void write(BufferWritable& buf) const {
220
1
        buf.write_var_uint(size());
221
1
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
1
        write_var_int(max_size, buf);
223
1
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
15
    void write(BufferWritable& buf) const {
220
15
        buf.write_var_uint(size());
221
15
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
15
        write_var_int(max_size, buf);
223
15
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
2
    void write(BufferWritable& buf) const {
220
2
        buf.write_var_uint(size());
221
2
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
2
        write_var_int(max_size, buf);
223
2
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
2
    void write(BufferWritable& buf) const {
220
2
        buf.write_var_uint(size());
221
2
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
2
        write_var_int(max_size, buf);
223
2
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
1
    void write(BufferWritable& buf) const {
220
1
        buf.write_var_uint(size());
221
1
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
1
        write_var_int(max_size, buf);
223
1
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
1
    void write(BufferWritable& buf) const {
220
1
        buf.write_var_uint(size());
221
1
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
1
        write_var_int(max_size, buf);
223
1
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
8
    void write(BufferWritable& buf) const {
220
8
        buf.write_var_uint(size());
221
8
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
8
        write_var_int(max_size, buf);
223
8
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE5writeERNS_14BufferWritableE
224
225
40
    void read(BufferReadable& buf) {
226
40
        UInt64 rows = 0;
227
40
        buf.read_var_uint(rows);
228
40
        data.resize(rows);
229
40
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
40
        read_var_int(max_size, buf);
231
40
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
1
    void read(BufferReadable& buf) {
226
1
        UInt64 rows = 0;
227
1
        buf.read_var_uint(rows);
228
1
        data.resize(rows);
229
1
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
1
        read_var_int(max_size, buf);
231
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
1
    void read(BufferReadable& buf) {
226
1
        UInt64 rows = 0;
227
1
        buf.read_var_uint(rows);
228
1
        data.resize(rows);
229
1
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
1
        read_var_int(max_size, buf);
231
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
13
    void read(BufferReadable& buf) {
226
13
        UInt64 rows = 0;
227
13
        buf.read_var_uint(rows);
228
13
        data.resize(rows);
229
13
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
13
        read_var_int(max_size, buf);
231
13
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
2
    void read(BufferReadable& buf) {
226
2
        UInt64 rows = 0;
227
2
        buf.read_var_uint(rows);
228
2
        data.resize(rows);
229
2
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
2
        read_var_int(max_size, buf);
231
2
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
2
    void read(BufferReadable& buf) {
226
2
        UInt64 rows = 0;
227
2
        buf.read_var_uint(rows);
228
2
        data.resize(rows);
229
2
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
2
        read_var_int(max_size, buf);
231
2
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
1
    void read(BufferReadable& buf) {
226
1
        UInt64 rows = 0;
227
1
        buf.read_var_uint(rows);
228
1
        data.resize(rows);
229
1
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
1
        read_var_int(max_size, buf);
231
1
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
1
    void read(BufferReadable& buf) {
226
1
        UInt64 rows = 0;
227
1
        buf.read_var_uint(rows);
228
1
        data.resize(rows);
229
1
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
1
        read_var_int(max_size, buf);
231
1
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
7
    void read(BufferReadable& buf) {
226
7
        UInt64 rows = 0;
227
7
        buf.read_var_uint(rows);
228
7
        data.resize(rows);
229
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
7
        read_var_int(max_size, buf);
231
7
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE4readERNS_14BufferReadableE
232
233
    void reset() { data.clear(); }
234
235
154
    void insert_result_into(IColumn& to) const {
236
154
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
154
        size_t old_size = vec.size();
238
154
        vec.resize(old_size + size());
239
154
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
154
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
6
    void insert_result_into(IColumn& to) const {
236
6
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
6
        size_t old_size = vec.size();
238
6
        vec.resize(old_size + size());
239
6
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
6
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
6
    void insert_result_into(IColumn& to) const {
236
6
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
6
        size_t old_size = vec.size();
238
6
        vec.resize(old_size + size());
239
6
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
6
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
16
    void insert_result_into(IColumn& to) const {
236
16
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
16
        size_t old_size = vec.size();
238
16
        vec.resize(old_size + size());
239
16
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
16
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
18
    void insert_result_into(IColumn& to) const {
236
18
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
18
        size_t old_size = vec.size();
238
18
        vec.resize(old_size + size());
239
18
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
18
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
8
    void insert_result_into(IColumn& to) const {
236
8
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
8
        size_t old_size = vec.size();
238
8
        vec.resize(old_size + size());
239
8
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
8
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
10
    void insert_result_into(IColumn& to) const {
236
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
10
        size_t old_size = vec.size();
238
10
        vec.resize(old_size + size());
239
10
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
10
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
10
    void insert_result_into(IColumn& to) const {
236
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
10
        size_t old_size = vec.size();
238
10
        vec.resize(old_size + size());
239
10
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
10
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
10
    void insert_result_into(IColumn& to) const {
236
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
10
        size_t old_size = vec.size();
238
10
        vec.resize(old_size + size());
239
10
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
10
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
9
    void insert_result_into(IColumn& to) const {
236
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
9
        size_t old_size = vec.size();
238
9
        vec.resize(old_size + size());
239
9
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
9
    void insert_result_into(IColumn& to) const {
236
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
9
        size_t old_size = vec.size();
238
9
        vec.resize(old_size + size());
239
9
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
9
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE18insert_result_intoERNS_7IColumnE
241
};
242
243
template <PrimitiveType T, bool HasLimit>
244
    requires(is_string_type(T))
245
struct AggregateFunctionCollectListData<T, HasLimit> {
246
    static constexpr PrimitiveType PType = T;
247
    using ElementType = StringRef;
248
    using ColVecType = ColumnString;
249
    MutableColumnPtr data;
250
    Int64 max_size = -1;
251
252
52
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
253
52
        data = ColVecType::create();
254
52
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
252
34
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
253
34
        data = ColVecType::create();
254
34
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
252
18
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
253
18
        data = ColVecType::create();
254
18
    }
255
256
172
    size_t size() const { return data->size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE4sizeEv
Line
Count
Source
256
33
    size_t size() const { return data->size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE4sizeEv
Line
Count
Source
256
139
    size_t size() const { return data->size(); }
257
258
186
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
258
170
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
258
16
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
259
260
3
    void merge(const AggregateFunctionCollectListData& rhs) {
261
3
        if constexpr (HasLimit) {
262
1
            if (max_size == -1) {
263
0
                max_size = rhs.max_size;
264
0
            }
265
266
1
            data->insert_range_from(*rhs.data, 0,
267
1
                                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
268
2
        } else {
269
2
            data->insert_range_from(*rhs.data, 0, rhs.size());
270
2
        }
271
3
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE5mergeERKS2_
Line
Count
Source
260
2
    void merge(const AggregateFunctionCollectListData& rhs) {
261
        if constexpr (HasLimit) {
262
            if (max_size == -1) {
263
                max_size = rhs.max_size;
264
            }
265
266
            data->insert_range_from(*rhs.data, 0,
267
                                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
268
2
        } else {
269
2
            data->insert_range_from(*rhs.data, 0, rhs.size());
270
2
        }
271
2
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE5mergeERKS2_
Line
Count
Source
260
1
    void merge(const AggregateFunctionCollectListData& rhs) {
261
1
        if constexpr (HasLimit) {
262
1
            if (max_size == -1) {
263
0
                max_size = rhs.max_size;
264
0
            }
265
266
1
            data->insert_range_from(*rhs.data, 0,
267
1
                                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
268
        } else {
269
            data->insert_range_from(*rhs.data, 0, rhs.size());
270
        }
271
1
    }
272
273
2
    void write(BufferWritable& buf) const {
274
2
        auto& col = assert_cast<ColVecType&>(*data);
275
276
2
        buf.write_var_uint(col.size());
277
2
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
278
279
2
        buf.write_var_uint(col.get_chars().size());
280
2
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
281
2
        write_var_int(max_size, buf);
282
2
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
273
2
    void write(BufferWritable& buf) const {
274
2
        auto& col = assert_cast<ColVecType&>(*data);
275
276
2
        buf.write_var_uint(col.size());
277
2
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
278
279
2
        buf.write_var_uint(col.get_chars().size());
280
2
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
281
2
        write_var_int(max_size, buf);
282
2
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE5writeERNS_14BufferWritableE
283
284
2
    void read(BufferReadable& buf) {
285
2
        auto& col = assert_cast<ColVecType&>(*data);
286
2
        UInt64 offs_size = 0;
287
2
        buf.read_var_uint(offs_size);
288
2
        col.get_offsets().resize(offs_size);
289
2
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
290
2
                 offs_size * sizeof(IColumn::Offset));
291
292
2
        UInt64 chars_size = 0;
293
2
        buf.read_var_uint(chars_size);
294
2
        col.get_chars().resize(chars_size);
295
2
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
296
2
        read_var_int(max_size, buf);
297
2
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
284
2
    void read(BufferReadable& buf) {
285
2
        auto& col = assert_cast<ColVecType&>(*data);
286
2
        UInt64 offs_size = 0;
287
2
        buf.read_var_uint(offs_size);
288
2
        col.get_offsets().resize(offs_size);
289
2
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
290
2
                 offs_size * sizeof(IColumn::Offset));
291
292
2
        UInt64 chars_size = 0;
293
2
        buf.read_var_uint(chars_size);
294
2
        col.get_chars().resize(chars_size);
295
2
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
296
2
        read_var_int(max_size, buf);
297
2
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE4readERNS_14BufferReadableE
298
299
    void reset() { data->clear(); }
300
301
47
    void insert_result_into(IColumn& to) const {
302
47
        auto& to_str = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
303
47
        to_str.insert_range_from(*data, 0, size());
304
47
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
301
31
    void insert_result_into(IColumn& to) const {
302
31
        auto& to_str = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
303
31
        to_str.insert_range_from(*data, 0, size());
304
31
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
301
16
    void insert_result_into(IColumn& to) const {
302
16
        auto& to_str = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
303
16
        to_str.insert_range_from(*data, 0, size());
304
16
    }
305
};
306
307
template <PrimitiveType T, bool HasLimit>
308
    requires(!is_string_type(T) && !is_int_or_bool(T) && !is_float_or_double(T) && !is_decimal(T) &&
309
             !is_date_type(T) && !is_ip(T) && !is_timestamptz_type(T))
310
struct AggregateFunctionCollectListData<T, HasLimit> {
311
    static constexpr PrimitiveType PType = T;
312
    using ElementType = StringRef;
313
    using Self = AggregateFunctionCollectListData<T, HasLimit>;
314
    DataTypeSerDeSPtr serde; // for complex serialize && deserialize from multi BE
315
    MutableColumnPtr column_data;
316
    Int64 max_size = -1;
317
318
12
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
319
12
        DataTypePtr column_type = argument_types[0];
320
12
        column_data = column_type->create_column();
321
12
        serde = column_type->get_serde();
322
12
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
318
12
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
319
12
        DataTypePtr column_type = argument_types[0];
320
12
        column_data = column_type->create_column();
321
12
        serde = column_type->get_serde();
322
12
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
323
324
18
    size_t size() const { return column_data->size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE4sizeEv
Line
Count
Source
324
18
    size_t size() const { return column_data->size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE4sizeEv
325
326
168
    void add(const IColumn& column, size_t row_num) { column_data->insert_from(column, row_num); }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
326
168
    void add(const IColumn& column, size_t row_num) { column_data->insert_from(column, row_num); }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE3addERKNS_7IColumnEm
327
328
6
    void merge(const AggregateFunctionCollectListData& rhs) {
329
6
        if constexpr (HasLimit) {
330
0
            if (max_size == -1) {
331
0
                max_size = rhs.max_size;
332
0
            }
333
334
0
            column_data->insert_range_from(
335
0
                    *rhs.column_data, 0,
336
0
                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
337
6
        } else {
338
6
            column_data->insert_range_from(*rhs.column_data, 0, rhs.size());
339
6
        }
340
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE5mergeERKS2_
Line
Count
Source
328
6
    void merge(const AggregateFunctionCollectListData& rhs) {
329
        if constexpr (HasLimit) {
330
            if (max_size == -1) {
331
                max_size = rhs.max_size;
332
            }
333
334
            column_data->insert_range_from(
335
                    *rhs.column_data, 0,
336
                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
337
6
        } else {
338
6
            column_data->insert_range_from(*rhs.column_data, 0, rhs.size());
339
6
        }
340
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE5mergeERKS2_
341
342
6
    void write(BufferWritable& buf) const {
343
6
        const size_t size = column_data->size();
344
6
        buf.write_binary(size);
345
346
6
        DataTypeSerDe::FormatOptions opt;
347
6
        auto timezone = cctz::utc_time_zone();
348
6
        opt.timezone = &timezone;
349
        // TODO: Refactor this aggregate state serialization to avoid
350
        // round-tripping through a human-readable string format.
351
6
        auto tmp_str = ColumnString::create();
352
6
        VectorBufferWriter tmp_buf(*tmp_str.get());
353
354
90
        for (size_t i = 0; i < size; i++) {
355
84
            tmp_str->clear();
356
84
            if (Status st = serde->serialize_one_cell_to_json(*column_data, i, tmp_buf, opt); !st) {
357
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
358
0
                                       "Failed to serialize data for " + column_data->get_name() +
359
0
                                               " error: " + st.to_string());
360
0
            }
361
84
            tmp_buf.commit();
362
84
            buf.write_binary(tmp_str->get_data_at(0));
363
84
        }
364
365
6
        write_var_int(max_size, buf);
366
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
342
6
    void write(BufferWritable& buf) const {
343
6
        const size_t size = column_data->size();
344
6
        buf.write_binary(size);
345
346
6
        DataTypeSerDe::FormatOptions opt;
347
6
        auto timezone = cctz::utc_time_zone();
348
6
        opt.timezone = &timezone;
349
        // TODO: Refactor this aggregate state serialization to avoid
350
        // round-tripping through a human-readable string format.
351
6
        auto tmp_str = ColumnString::create();
352
6
        VectorBufferWriter tmp_buf(*tmp_str.get());
353
354
90
        for (size_t i = 0; i < size; i++) {
355
84
            tmp_str->clear();
356
84
            if (Status st = serde->serialize_one_cell_to_json(*column_data, i, tmp_buf, opt); !st) {
357
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
358
0
                                       "Failed to serialize data for " + column_data->get_name() +
359
0
                                               " error: " + st.to_string());
360
0
            }
361
84
            tmp_buf.commit();
362
84
            buf.write_binary(tmp_str->get_data_at(0));
363
84
        }
364
365
6
        write_var_int(max_size, buf);
366
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE5writeERNS_14BufferWritableE
367
368
6
    void read(BufferReadable& buf) {
369
6
        size_t size = 0;
370
6
        buf.read_binary(size);
371
6
        column_data->clear();
372
6
        column_data->reserve(size);
373
374
6
        StringRef s;
375
6
        DataTypeSerDe::FormatOptions opt;
376
6
        auto timezone = cctz::utc_time_zone();
377
6
        opt.timezone = &timezone;
378
90
        for (size_t i = 0; i < size; i++) {
379
84
            buf.read_binary(s);
380
84
            Slice slice(s.data, s.size);
381
84
            if (Status st = serde->deserialize_one_cell_from_json(*column_data, slice, opt); !st) {
382
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
383
0
                                       "Failed to deserialize data for " + column_data->get_name() +
384
0
                                               " error: " + st.to_string());
385
0
            }
386
84
        }
387
6
        read_var_int(max_size, buf);
388
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
368
6
    void read(BufferReadable& buf) {
369
6
        size_t size = 0;
370
6
        buf.read_binary(size);
371
6
        column_data->clear();
372
6
        column_data->reserve(size);
373
374
6
        StringRef s;
375
6
        DataTypeSerDe::FormatOptions opt;
376
6
        auto timezone = cctz::utc_time_zone();
377
6
        opt.timezone = &timezone;
378
90
        for (size_t i = 0; i < size; i++) {
379
84
            buf.read_binary(s);
380
84
            Slice slice(s.data, s.size);
381
84
            if (Status st = serde->deserialize_one_cell_from_json(*column_data, slice, opt); !st) {
382
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
383
0
                                       "Failed to deserialize data for " + column_data->get_name() +
384
0
                                               " error: " + st.to_string());
385
0
            }
386
84
        }
387
6
        read_var_int(max_size, buf);
388
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE4readERNS_14BufferReadableE
389
390
    void reset() { column_data->clear(); }
391
392
12
    void insert_result_into(IColumn& to) const { to.insert_range_from(*column_data, 0, size()); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
392
12
    void insert_result_into(IColumn& to) const { to.insert_range_from(*column_data, 0, size()); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE18insert_result_intoERNS_7IColumnE
393
};
394
395
template <typename Data, bool HasLimit>
396
class AggregateFunctionCollect final
397
        : public IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>,
398
          VarargsExpression,
399
          NotNullableAggregateFunction {
400
    static constexpr bool ENABLE_ARENA =
401
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_STRING, HasLimit>> ||
402
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_CHAR, HasLimit>> ||
403
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_VARCHAR, HasLimit>>;
404
405
public:
406
    AggregateFunctionCollect(const DataTypes& argument_types_)
407
504
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
504
                      {argument_types_}),
409
504
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
5
                      {argument_types_}),
409
5
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
5
                      {argument_types_}),
409
5
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
5
                      {argument_types_}),
409
5
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
5
                      {argument_types_}),
409
5
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
20
                      {argument_types_}),
409
20
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
17
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
17
                      {argument_types_}),
409
17
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
6
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
6
                      {argument_types_}),
409
6
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
7
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
7
                      {argument_types_}),
409
7
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
6
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
6
                      {argument_types_}),
409
6
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
6
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
6
                      {argument_types_}),
409
6
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
2
                      {argument_types_}),
409
2
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
2
                      {argument_types_}),
409
2
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
178
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
178
                      {argument_types_}),
409
178
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
20
                      {argument_types_}),
409
20
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
6
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
6
                      {argument_types_}),
409
6
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
5
                      {argument_types_}),
409
5
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
5
                      {argument_types_}),
409
5
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
10
                      {argument_types_}),
409
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
10
                      {argument_types_}),
409
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
10
                      {argument_types_}),
409
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
10
                      {argument_types_}),
409
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
16
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
16
                      {argument_types_}),
409
16
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
16
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
16
                      {argument_types_}),
409
16
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
410
411
45
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
15
                                     Data>) {
414
15
            return "collect_list";
415
30
        } else {
416
30
            return "collect_set";
417
30
        }
418
45
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE8get_nameB5cxx11Ev
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
1
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
1
        } else {
416
1
            return "collect_set";
417
1
        }
418
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
2
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
2
                                     Data>) {
414
2
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE8get_nameB5cxx11Ev
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
28
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
28
        } else {
416
28
            return "collect_set";
417
28
        }
418
28
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
12
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
12
                                     Data>) {
414
12
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
12
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE8get_nameB5cxx11Ev
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
411
1
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
1
        } else {
416
1
            return "collect_set";
417
1
        }
418
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
411
1
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
1
                                     Data>) {
414
1
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
1
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE8get_nameB5cxx11Ev
419
420
1.62k
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
83
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
73
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
27
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
34
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
40
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
40
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
40
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
40
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
146
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
107
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
27
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
27
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
20
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
46
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
46
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
46
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
46
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
76
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
76
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE15get_return_typeEv
421
422
    void add(AggregateDataPtr __restrict place, const IColumn** columns, ssize_t row_num,
423
2.57k
             Arena& arena) const override {
424
2.57k
        auto& data = this->data(place);
425
2.57k
        if constexpr (HasLimit) {
426
987
            if (data.max_size == -1) {
427
169
                data.max_size =
428
169
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
169
                                columns[1])
430
169
                                ->get_element(row_num);
431
169
            }
432
987
            if (data.size() >= data.max_size) {
433
712
                return;
434
712
            }
435
987
        }
436
280
        if constexpr (ENABLE_ARENA) {
437
280
            data.add(*columns[0], row_num, arena);
438
2.29k
        } else {
439
2.29k
            data.add(*columns[0], row_num);
440
2.29k
        }
441
2.57k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
69
             Arena& arena) const override {
424
69
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
69
        } else {
439
69
            data.add(*columns[0], row_num);
440
69
        }
441
69
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
58
             Arena& arena) const override {
424
58
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
58
        } else {
439
58
            data.add(*columns[0], row_num);
440
58
        }
441
58
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
45
             Arena& arena) const override {
424
45
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
45
        } else {
439
45
            data.add(*columns[0], row_num);
440
45
        }
441
45
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
66
             Arena& arena) const override {
424
66
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
66
        } else {
439
66
            data.add(*columns[0], row_num);
440
66
        }
441
66
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
144
             Arena& arena) const override {
424
144
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
144
        } else {
439
144
            data.add(*columns[0], row_num);
440
144
        }
441
144
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
104
             Arena& arena) const override {
424
104
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
104
        } else {
439
104
            data.add(*columns[0], row_num);
440
104
        }
441
104
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
44
             Arena& arena) const override {
424
44
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
44
        } else {
439
44
            data.add(*columns[0], row_num);
440
44
        }
441
44
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
40
             Arena& arena) const override {
424
40
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
40
        } else {
439
40
            data.add(*columns[0], row_num);
440
40
        }
441
40
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
48
             Arena& arena) const override {
424
48
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
48
        } else {
439
48
            data.add(*columns[0], row_num);
440
48
        }
441
48
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
48
             Arena& arena) const override {
424
48
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
48
        } else {
439
48
            data.add(*columns[0], row_num);
440
48
        }
441
48
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
72
             Arena& arena) const override {
424
72
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
72
        } else {
439
72
            data.add(*columns[0], row_num);
440
72
        }
441
72
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
68
             Arena& arena) const override {
424
68
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
68
        } else {
439
68
            data.add(*columns[0], row_num);
440
68
        }
441
68
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
160
             Arena& arena) const override {
424
160
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
160
        if constexpr (ENABLE_ARENA) {
437
160
            data.add(*columns[0], row_num, arena);
438
        } else {
439
            data.add(*columns[0], row_num);
440
        }
441
160
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
170
             Arena& arena) const override {
424
170
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
170
        } else {
439
170
            data.add(*columns[0], row_num);
440
170
        }
441
170
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
168
             Arena& arena) const override {
424
168
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
168
        } else {
439
168
            data.add(*columns[0], row_num);
440
168
        }
441
168
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
59
             Arena& arena) const override {
424
59
        auto& data = this->data(place);
425
59
        if constexpr (HasLimit) {
426
59
            if (data.max_size == -1) {
427
15
                data.max_size =
428
15
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
15
                                columns[1])
430
15
                                ->get_element(row_num);
431
15
            }
432
59
            if (data.size() >= data.max_size) {
433
32
                return;
434
32
            }
435
59
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
59
        } else {
439
59
            data.add(*columns[0], row_num);
440
59
        }
441
59
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
52
             Arena& arena) const override {
424
52
        auto& data = this->data(place);
425
52
        if constexpr (HasLimit) {
426
52
            if (data.max_size == -1) {
427
14
                data.max_size =
428
14
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
14
                                columns[1])
430
14
                                ->get_element(row_num);
431
14
            }
432
52
            if (data.size() >= data.max_size) {
433
26
                return;
434
26
            }
435
52
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
52
        } else {
439
52
            data.add(*columns[0], row_num);
440
52
        }
441
52
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
8
                return;
434
8
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
12
                return;
434
12
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
12
                return;
434
12
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
16
                return;
434
16
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
11
                data.max_size =
428
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
11
                                columns[1])
430
11
                                ->get_element(row_num);
431
11
            }
432
63
            if (data.size() >= data.max_size) {
433
35
                return;
434
35
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
11
                data.max_size =
428
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
11
                                columns[1])
430
11
                                ->get_element(row_num);
431
11
            }
432
63
            if (data.size() >= data.max_size) {
433
39
                return;
434
39
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
11
                data.max_size =
428
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
11
                                columns[1])
430
11
                                ->get_element(row_num);
431
11
            }
432
63
            if (data.size() >= data.max_size) {
433
41
                return;
434
41
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
11
                data.max_size =
428
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
11
                                columns[1])
430
11
                                ->get_element(row_num);
431
11
            }
432
63
            if (data.size() >= data.max_size) {
433
43
                return;
434
43
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
120
             Arena& arena) const override {
424
120
        auto& data = this->data(place);
425
120
        if constexpr (HasLimit) {
426
120
            if (data.max_size == -1) {
427
16
                data.max_size =
428
16
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
16
                                columns[1])
430
16
                                ->get_element(row_num);
431
16
            }
432
120
            if (data.size() >= data.max_size) {
433
104
                return;
434
104
            }
435
120
        }
436
120
        if constexpr (ENABLE_ARENA) {
437
120
            data.add(*columns[0], row_num, arena);
438
        } else {
439
            data.add(*columns[0], row_num);
440
        }
441
120
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
120
             Arena& arena) const override {
424
120
        auto& data = this->data(place);
425
120
        if constexpr (HasLimit) {
426
120
            if (data.max_size == -1) {
427
16
                data.max_size =
428
16
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
16
                                columns[1])
430
16
                                ->get_element(row_num);
431
16
            }
432
120
            if (data.size() >= data.max_size) {
433
104
                return;
434
104
            }
435
120
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
120
        } else {
439
120
            data.add(*columns[0], row_num);
440
120
        }
441
120
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
442
443
    void merge(AggregateDataPtr __restrict place, ConstAggregateDataPtr rhs,
444
104
               Arena& arena) const override {
445
104
        auto& data = this->data(place);
446
104
        const auto& rhs_data = this->data(rhs);
447
104
        if constexpr (ENABLE_ARENA) {
448
19
            data.merge(rhs_data, arena);
449
85
        } else {
450
85
            data.merge(rhs_data);
451
85
        }
452
104
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
7
               Arena& arena) const override {
445
7
        auto& data = this->data(place);
446
7
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
7
        } else {
450
7
            data.merge(rhs_data);
451
7
        }
452
7
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
13
               Arena& arena) const override {
445
13
        auto& data = this->data(place);
446
13
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
13
        } else {
450
13
            data.merge(rhs_data);
451
13
        }
452
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
1
               Arena& arena) const override {
445
1
        auto& data = this->data(place);
446
1
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
1
        } else {
450
1
            data.merge(rhs_data);
451
1
        }
452
1
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
19
               Arena& arena) const override {
445
19
        auto& data = this->data(place);
446
19
        const auto& rhs_data = this->data(rhs);
447
19
        if constexpr (ENABLE_ARENA) {
448
19
            data.merge(rhs_data, arena);
449
        } else {
450
            data.merge(rhs_data);
451
        }
452
19
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
8
               Arena& arena) const override {
445
8
        auto& data = this->data(place);
446
8
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
8
        } else {
450
8
            data.merge(rhs_data);
451
8
        }
452
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
7
               Arena& arena) const override {
445
7
        auto& data = this->data(place);
446
7
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
7
        } else {
450
7
            data.merge(rhs_data);
451
7
        }
452
7
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
453
454
103
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
103
        this->data(place).write(buf);
456
103
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
8
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
8
        this->data(place).write(buf);
456
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
15
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
15
        this->data(place).write(buf);
456
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1
        this->data(place).write(buf);
456
1
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
13
        this->data(place).write(buf);
456
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
9
        this->data(place).write(buf);
456
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
8
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
8
        this->data(place).write(buf);
456
8
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
457
458
    void deserialize(AggregateDataPtr __restrict place, BufferReadable& buf,
459
104
                     Arena&) const override {
460
104
        this->data(place).read(buf);
461
104
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
7
                     Arena&) const override {
460
7
        this->data(place).read(buf);
461
7
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
13
                     Arena&) const override {
460
13
        this->data(place).read(buf);
461
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
1
                     Arena&) const override {
460
1
        this->data(place).read(buf);
461
1
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
19
                     Arena&) const override {
460
19
        this->data(place).read(buf);
461
19
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
8
                     Arena&) const override {
460
8
        this->data(place).read(buf);
461
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
7
                     Arena&) const override {
460
7
        this->data(place).read(buf);
461
7
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
462
463
414
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
414
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
414
        auto& to_nested_col = to_arr.get_data();
466
414
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
414
        this->data(place).insert_result_into(col_null->get_nested_column());
468
414
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
414
        to_arr.get_offsets().push_back(to_nested_col.size());
470
414
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
6
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
6
        auto& to_nested_col = to_arr.get_data();
466
6
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
6
        this->data(place).insert_result_into(col_null->get_nested_column());
468
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
6
        to_arr.get_offsets().push_back(to_nested_col.size());
470
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
6
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
6
        auto& to_nested_col = to_arr.get_data();
466
6
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
6
        this->data(place).insert_result_into(col_null->get_nested_column());
468
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
6
        to_arr.get_offsets().push_back(to_nested_col.size());
470
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
6
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
6
        auto& to_nested_col = to_arr.get_data();
466
6
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
6
        this->data(place).insert_result_into(col_null->get_nested_column());
468
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
6
        to_arr.get_offsets().push_back(to_nested_col.size());
470
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
6
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
6
        auto& to_nested_col = to_arr.get_data();
466
6
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
6
        this->data(place).insert_result_into(col_null->get_nested_column());
468
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
6
        to_arr.get_offsets().push_back(to_nested_col.size());
470
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
15
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
15
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
15
        auto& to_nested_col = to_arr.get_data();
466
15
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
15
        this->data(place).insert_result_into(col_null->get_nested_column());
468
15
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
15
        to_arr.get_offsets().push_back(to_nested_col.size());
470
15
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
16
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
16
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
16
        auto& to_nested_col = to_arr.get_data();
466
16
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
16
        this->data(place).insert_result_into(col_null->get_nested_column());
468
16
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
16
        to_arr.get_offsets().push_back(to_nested_col.size());
470
16
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
12
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
12
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
12
        auto& to_nested_col = to_arr.get_data();
466
12
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
12
        this->data(place).insert_result_into(col_null->get_nested_column());
468
12
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
12
        to_arr.get_offsets().push_back(to_nested_col.size());
470
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
18
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
18
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
18
        auto& to_nested_col = to_arr.get_data();
466
18
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
18
        this->data(place).insert_result_into(col_null->get_nested_column());
468
18
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
18
        to_arr.get_offsets().push_back(to_nested_col.size());
470
18
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
8
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
8
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
8
        auto& to_nested_col = to_arr.get_data();
466
8
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
8
        this->data(place).insert_result_into(col_null->get_nested_column());
468
8
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
8
        to_arr.get_offsets().push_back(to_nested_col.size());
470
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
8
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
8
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
8
        auto& to_nested_col = to_arr.get_data();
466
8
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
8
        this->data(place).insert_result_into(col_null->get_nested_column());
468
8
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
8
        to_arr.get_offsets().push_back(to_nested_col.size());
470
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
38
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
38
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
38
        auto& to_nested_col = to_arr.get_data();
466
38
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
38
        this->data(place).insert_result_into(col_null->get_nested_column());
468
38
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
38
        to_arr.get_offsets().push_back(to_nested_col.size());
470
38
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
31
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
31
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
31
        auto& to_nested_col = to_arr.get_data();
466
31
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
31
        this->data(place).insert_result_into(col_null->get_nested_column());
468
31
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
31
        to_arr.get_offsets().push_back(to_nested_col.size());
470
31
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
12
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
12
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
12
        auto& to_nested_col = to_arr.get_data();
466
12
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
12
        this->data(place).insert_result_into(col_null->get_nested_column());
468
12
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
12
        to_arr.get_offsets().push_back(to_nested_col.size());
470
12
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
16
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
16
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
16
        auto& to_nested_col = to_arr.get_data();
466
16
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
16
        this->data(place).insert_result_into(col_null->get_nested_column());
468
16
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
16
        to_arr.get_offsets().push_back(to_nested_col.size());
470
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
16
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
16
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
16
        auto& to_nested_col = to_arr.get_data();
466
16
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
16
        this->data(place).insert_result_into(col_null->get_nested_column());
468
16
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
16
        to_arr.get_offsets().push_back(to_nested_col.size());
470
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
471
472
364
    void check_input_columns_type(const IColumn** columns) const override {
473
364
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
42
                                     Data>) {
477
42
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
42
        }
479
364
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
18
    void check_input_columns_type(const IColumn** columns) const override {
473
18
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
18
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
32
    void check_input_columns_type(const IColumn** columns) const override {
473
32
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
32
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
26
    void check_input_columns_type(const IColumn** columns) const override {
473
26
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
26
                                     Data>) {
477
26
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
26
        }
479
26
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
12
    void check_input_columns_type(const IColumn** columns) const override {
473
12
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
12
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
16
    void check_input_columns_type(const IColumn** columns) const override {
473
16
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
16
    void check_input_columns_type(const IColumn** columns) const override {
473
16
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
16
                                     Data>) {
477
16
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
16
        }
479
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
480
481
383
    void check_result_column_type(const IColumn& to) const override {
482
383
        IAggregateFunction::check_result_column_type(to);
483
383
        if constexpr (is_string_type(Data::PType)) {
484
94
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
94
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
94
            const auto& nested_column = array_column->get_data();
493
94
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
94
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
94
            this->template check_result_column_type_as<ColumnString>(
501
94
                    nullable_column->get_nested_column());
502
94
        }
503
383
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
29
    void check_result_column_type(const IColumn& to) const override {
482
29
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
29
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
26
    void check_result_column_type(const IColumn& to) const override {
482
26
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
26
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
10
    void check_result_column_type(const IColumn& to) const override {
482
10
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
16
    void check_result_column_type(const IColumn& to) const override {
482
16
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
16
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
8
    void check_result_column_type(const IColumn& to) const override {
482
8
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
8
    void check_result_column_type(const IColumn& to) const override {
482
8
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
8
    void check_result_column_type(const IColumn& to) const override {
482
8
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
8
    void check_result_column_type(const IColumn& to) const override {
482
8
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
8
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
36
    void check_result_column_type(const IColumn& to) const override {
482
36
        IAggregateFunction::check_result_column_type(to);
483
36
        if constexpr (is_string_type(Data::PType)) {
484
36
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
36
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
36
            const auto& nested_column = array_column->get_data();
493
36
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
36
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
36
            this->template check_result_column_type_as<ColumnString>(
501
36
                    nullable_column->get_nested_column());
502
36
        }
503
36
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
26
    void check_result_column_type(const IColumn& to) const override {
482
26
        IAggregateFunction::check_result_column_type(to);
483
26
        if constexpr (is_string_type(Data::PType)) {
484
26
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
26
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
26
            const auto& nested_column = array_column->get_data();
493
26
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
26
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
26
            this->template check_result_column_type_as<ColumnString>(
501
26
                    nullable_column->get_nested_column());
502
26
        }
503
26
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
10
    void check_result_column_type(const IColumn& to) const override {
482
10
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
10
    void check_result_column_type(const IColumn& to) const override {
482
10
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
16
    void check_result_column_type(const IColumn& to) const override {
482
16
        IAggregateFunction::check_result_column_type(to);
483
16
        if constexpr (is_string_type(Data::PType)) {
484
16
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
16
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
16
            const auto& nested_column = array_column->get_data();
493
16
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
16
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
16
            this->template check_result_column_type_as<ColumnString>(
501
16
                    nullable_column->get_nested_column());
502
16
        }
503
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
16
    void check_result_column_type(const IColumn& to) const override {
482
16
        IAggregateFunction::check_result_column_type(to);
483
16
        if constexpr (is_string_type(Data::PType)) {
484
16
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
16
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
16
            const auto& nested_column = array_column->get_data();
493
16
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
16
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
16
            this->template check_result_column_type_as<ColumnString>(
501
16
                    nullable_column->get_nested_column());
502
16
        }
503
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
504
505
private:
506
    DataTypePtr return_type;
507
};
508
509
} // namespace doris