Coverage Report

Created: 2026-04-02 10:23

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 <assert.h>
21
#include <glog/logging.h>
22
#include <string.h>
23
24
#include <cstddef>
25
#include <limits>
26
#include <memory>
27
#include <new>
28
#include <string>
29
30
#include "core/assert_cast.h"
31
#include "core/column/column.h"
32
#include "core/column/column_array.h"
33
#include "core/column/column_decimal.h"
34
#include "core/column/column_nullable.h"
35
#include "core/column/column_string.h"
36
#include "core/data_type/data_type.h"
37
#include "core/data_type/data_type_array.h"
38
#include "core/data_type/data_type_nullable.h"
39
#include "core/pod_array_fwd.h"
40
#include "core/string_buffer.hpp"
41
#include "core/string_ref.h"
42
#include "core/types.h"
43
#include "exprs/aggregate/aggregate_function.h"
44
#include "util/io_helper.h"
45
#include "util/var_int.h"
46
47
namespace doris {
48
#include "common/compile_check_begin.h"
49
template <PrimitiveType T, bool HasLimit>
50
struct AggregateFunctionCollectSetData {
51
    static constexpr PrimitiveType PType = T;
52
    using ElementType = typename PrimitiveTypeTraits<T>::CppType;
53
    using ColVecType = typename PrimitiveTypeTraits<T>::ColumnType;
54
    using SelfType = AggregateFunctionCollectSetData;
55
    using Set = phmap::flat_hash_set<ElementType>;
56
    Set data_set;
57
    Int64 max_size = -1;
58
59
2.93k
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
71
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
77
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
74
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
977
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
93
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
76
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
72
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
72
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
72
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
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
59
150
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
145
    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
59
71
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
69
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
70
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
166
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
93
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
71
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
70
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
70
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
70
    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
59
150
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
59
149
    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
60
61
890
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE4sizeEv
Line
Count
Source
61
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE4sizeEv
Line
Count
Source
61
7
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE4sizeEv
Line
Count
Source
61
6
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE4sizeEv
Line
Count
Source
61
220
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE4sizeEv
Line
Count
Source
61
12
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE4sizeEv
Line
Count
Source
61
8
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE4sizeEv
Line
Count
Source
61
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE4sizeEv
Line
Count
Source
61
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE4sizeEv
Line
Count
Source
61
4
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE4sizeEv
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE4sizeEv
Line
Count
Source
61
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
61
14
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE4sizeEv
Line
Count
Source
61
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
61
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE4sizeEv
Line
Count
Source
61
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE4sizeEv
Line
Count
Source
61
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE4sizeEv
Line
Count
Source
61
92
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE4sizeEv
Line
Count
Source
61
87
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE4sizeEv
Line
Count
Source
61
40
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE4sizeEv
Line
Count
Source
61
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE4sizeEv
Line
Count
Source
61
36
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE4sizeEv
Line
Count
Source
61
32
    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
61
91
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE4sizeEv
Line
Count
Source
61
87
    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
62
63
1.04k
    void add(const IColumn& column, size_t row_num) {
64
1.04k
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
1.04k
                                .get_data()[row_num]);
66
1.04k
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
24
    void add(const IColumn& column, size_t row_num) {
64
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
24
                                .get_data()[row_num]);
66
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
25
    void add(const IColumn& column, size_t row_num) {
64
25
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
25
                                .get_data()[row_num]);
66
25
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
24
    void add(const IColumn& column, size_t row_num) {
64
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
24
                                .get_data()[row_num]);
66
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
393
    void add(const IColumn& column, size_t row_num) {
64
393
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
393
                                .get_data()[row_num]);
66
393
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
45
    void add(const IColumn& column, size_t row_num) {
64
45
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
45
                                .get_data()[row_num]);
66
45
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
144
    void add(const IColumn& column, size_t row_num) {
64
144
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
144
                                .get_data()[row_num]);
66
144
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
24
    void add(const IColumn& column, size_t row_num) {
64
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
24
                                .get_data()[row_num]);
66
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
24
    void add(const IColumn& column, size_t row_num) {
64
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
24
                                .get_data()[row_num]);
66
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
24
    void add(const IColumn& column, size_t row_num) {
64
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
24
                                .get_data()[row_num]);
66
24
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
44
    void add(const IColumn& column, size_t row_num) {
64
44
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
44
                                .get_data()[row_num]);
66
44
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
54
    void add(const IColumn& column, size_t row_num) {
64
54
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
54
                                .get_data()[row_num]);
66
54
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
63
72
    void add(const IColumn& column, size_t row_num) {
64
72
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
72
                                .get_data()[row_num]);
66
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
63
4
    void add(const IColumn& column, size_t row_num) {
64
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
4
                                .get_data()[row_num]);
66
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
4
    void add(const IColumn& column, size_t row_num) {
64
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
4
                                .get_data()[row_num]);
66
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
4
    void add(const IColumn& column, size_t row_num) {
64
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
4
                                .get_data()[row_num]);
66
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
20
    void add(const IColumn& column, size_t row_num) {
64
20
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
20
                                .get_data()[row_num]);
66
20
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
27
    void add(const IColumn& column, size_t row_num) {
64
27
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
27
                                .get_data()[row_num]);
66
27
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
16
    void add(const IColumn& column, size_t row_num) {
64
16
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
16
                                .get_data()[row_num]);
66
16
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
4
    void add(const IColumn& column, size_t row_num) {
64
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
4
                                .get_data()[row_num]);
66
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
12
    void add(const IColumn& column, size_t row_num) {
64
12
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
12
                                .get_data()[row_num]);
66
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
4
    void add(const IColumn& column, size_t row_num) {
64
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
4
                                .get_data()[row_num]);
66
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
63
28
    void add(const IColumn& column, size_t row_num) {
64
28
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
28
                                .get_data()[row_num]);
66
28
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
63
22
    void add(const IColumn& column, size_t row_num) {
64
22
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
65
22
                                .get_data()[row_num]);
66
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
67
68
484
    void merge(const SelfType& rhs) {
69
484
        if constexpr (HasLimit) {
70
99
            if (max_size == -1) {
71
89
                max_size = rhs.max_size;
72
89
            }
73
74
129
            for (auto& rhs_elem : rhs.data_set) {
75
129
                if (size() >= max_size) {
76
6
                    return;
77
6
                }
78
123
                data_set.insert(rhs_elem);
79
123
            }
80
385
        } else {
81
385
            data_set.merge(Set(rhs.data_set));
82
385
        }
83
484
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
4
        } else {
81
4
            data_set.merge(Set(rhs.data_set));
82
4
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE5mergeERKS2_
Line
Count
Source
68
6
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
6
        } else {
81
6
            data_set.merge(Set(rhs.data_set));
82
6
        }
83
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE5mergeERKS2_
Line
Count
Source
68
5
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
5
        } else {
81
5
            data_set.merge(Set(rhs.data_set));
82
5
        }
83
5
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE5mergeERKS2_
Line
Count
Source
68
321
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
321
        } else {
81
321
            data_set.merge(Set(rhs.data_set));
82
321
        }
83
321
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE5mergeERKS2_
Line
Count
Source
68
11
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
11
        } else {
81
11
            data_set.merge(Set(rhs.data_set));
82
11
        }
83
11
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE5mergeERKS2_
Line
Count
Source
68
6
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
6
        } else {
81
6
            data_set.merge(Set(rhs.data_set));
82
6
        }
83
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
4
        } else {
81
4
            data_set.merge(Set(rhs.data_set));
82
4
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
4
        } else {
81
4
            data_set.merge(Set(rhs.data_set));
82
4
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
4
        } else {
81
4
            data_set.merge(Set(rhs.data_set));
82
4
        }
83
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE5mergeERKS2_
Line
Count
Source
68
2
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
2
        } else {
81
2
            data_set.merge(Set(rhs.data_set));
82
2
        }
83
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE5mergeERKS2_
Line
Count
Source
68
9
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
9
        } else {
81
9
            data_set.merge(Set(rhs.data_set));
82
9
        }
83
9
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE5mergeERKS2_
Line
Count
Source
68
9
    void merge(const SelfType& rhs) {
69
        if constexpr (HasLimit) {
70
            if (max_size == -1) {
71
                max_size = rhs.max_size;
72
            }
73
74
            for (auto& rhs_elem : rhs.data_set) {
75
                if (size() >= max_size) {
76
                    return;
77
                }
78
                data_set.insert(rhs_elem);
79
            }
80
9
        } else {
81
9
            data_set.merge(Set(rhs.data_set));
82
9
        }
83
9
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
4
            for (auto& rhs_elem : rhs.data_set) {
75
4
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
4
                data_set.insert(rhs_elem);
79
4
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
4
            for (auto& rhs_elem : rhs.data_set) {
75
4
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
4
                data_set.insert(rhs_elem);
79
4
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
4
            for (auto& rhs_elem : rhs.data_set) {
75
4
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
4
                data_set.insert(rhs_elem);
79
4
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE5mergeERKS2_
Line
Count
Source
68
35
    void merge(const SelfType& rhs) {
69
35
        if constexpr (HasLimit) {
70
35
            if (max_size == -1) {
71
34
                max_size = rhs.max_size;
72
34
            }
73
74
37
            for (auto& rhs_elem : rhs.data_set) {
75
37
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
37
                data_set.insert(rhs_elem);
79
37
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
35
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE5mergeERKS2_
Line
Count
Source
68
12
    void merge(const SelfType& rhs) {
69
12
        if constexpr (HasLimit) {
70
12
            if (max_size == -1) {
71
8
                max_size = rhs.max_size;
72
8
            }
73
74
18
            for (auto& rhs_elem : rhs.data_set) {
75
18
                if (size() >= max_size) {
76
2
                    return;
77
2
                }
78
16
                data_set.insert(rhs_elem);
79
16
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
12
            for (auto& rhs_elem : rhs.data_set) {
75
12
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
12
                data_set.insert(rhs_elem);
79
12
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
4
            for (auto& rhs_elem : rhs.data_set) {
75
4
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
4
                data_set.insert(rhs_elem);
79
4
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
8
            for (auto& rhs_elem : rhs.data_set) {
75
8
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
8
                data_set.insert(rhs_elem);
79
8
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE5mergeERKS2_
Line
Count
Source
68
4
    void merge(const SelfType& rhs) {
69
4
        if constexpr (HasLimit) {
70
4
            if (max_size == -1) {
71
4
                max_size = rhs.max_size;
72
4
            }
73
74
4
            for (auto& rhs_elem : rhs.data_set) {
75
4
                if (size() >= max_size) {
76
0
                    return;
77
0
                }
78
4
                data_set.insert(rhs_elem);
79
4
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
4
    }
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
68
12
    void merge(const SelfType& rhs) {
69
12
        if constexpr (HasLimit) {
70
12
            if (max_size == -1) {
71
10
                max_size = rhs.max_size;
72
10
            }
73
74
19
            for (auto& rhs_elem : rhs.data_set) {
75
19
                if (size() >= max_size) {
76
2
                    return;
77
2
                }
78
17
                data_set.insert(rhs_elem);
79
17
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE5mergeERKS2_
Line
Count
Source
68
12
    void merge(const SelfType& rhs) {
69
12
        if constexpr (HasLimit) {
70
12
            if (max_size == -1) {
71
9
                max_size = rhs.max_size;
72
9
            }
73
74
15
            for (auto& rhs_elem : rhs.data_set) {
75
15
                if (size() >= max_size) {
76
2
                    return;
77
2
                }
78
13
                data_set.insert(rhs_elem);
79
13
            }
80
        } else {
81
            data_set.merge(Set(rhs.data_set));
82
        }
83
12
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE5mergeERKS2_
84
85
532
    void write(BufferWritable& buf) const {
86
532
        buf.write_var_uint(data_set.size());
87
795
        for (const auto& value : data_set) {
88
795
            buf.write_binary(value);
89
795
        }
90
532
        write_var_int(max_size, buf);
91
532
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
8
        for (const auto& value : data_set) {
88
8
            buf.write_binary(value);
89
8
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
6
    void write(BufferWritable& buf) const {
86
6
        buf.write_var_uint(data_set.size());
87
17
        for (const auto& value : data_set) {
88
17
            buf.write_binary(value);
89
17
        }
90
6
        write_var_int(max_size, buf);
91
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
5
    void write(BufferWritable& buf) const {
86
5
        buf.write_var_uint(data_set.size());
87
20
        for (const auto& value : data_set) {
88
20
            buf.write_binary(value);
89
20
        }
90
5
        write_var_int(max_size, buf);
91
5
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
359
    void write(BufferWritable& buf) const {
86
359
        buf.write_var_uint(data_set.size());
87
376
        for (const auto& value : data_set) {
88
376
            buf.write_binary(value);
89
376
        }
90
359
        write_var_int(max_size, buf);
91
359
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
12
    void write(BufferWritable& buf) const {
86
12
        buf.write_var_uint(data_set.size());
87
35
        for (const auto& value : data_set) {
88
35
            buf.write_binary(value);
89
35
        }
90
12
        write_var_int(max_size, buf);
91
12
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
6
    void write(BufferWritable& buf) const {
86
6
        buf.write_var_uint(data_set.size());
87
50
        for (const auto& value : data_set) {
88
50
            buf.write_binary(value);
89
50
        }
90
6
        write_var_int(max_size, buf);
91
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
20
        for (const auto& value : data_set) {
88
20
            buf.write_binary(value);
89
20
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
20
        for (const auto& value : data_set) {
88
20
            buf.write_binary(value);
89
20
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
20
        for (const auto& value : data_set) {
88
20
            buf.write_binary(value);
89
20
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
2
    void write(BufferWritable& buf) const {
86
2
        buf.write_var_uint(data_set.size());
87
11
        for (const auto& value : data_set) {
88
11
            buf.write_binary(value);
89
11
        }
90
2
        write_var_int(max_size, buf);
91
2
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
9
    void write(BufferWritable& buf) const {
86
9
        buf.write_var_uint(data_set.size());
87
32
        for (const auto& value : data_set) {
88
32
            buf.write_binary(value);
89
32
        }
90
9
        write_var_int(max_size, buf);
91
9
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
85
9
    void write(BufferWritable& buf) const {
86
9
        buf.write_var_uint(data_set.size());
87
38
        for (const auto& value : data_set) {
88
38
            buf.write_binary(value);
89
38
        }
90
9
        write_var_int(max_size, buf);
91
9
    }
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
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
4
        for (const auto& value : data_set) {
88
4
            buf.write_binary(value);
89
4
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
4
        for (const auto& value : data_set) {
88
4
            buf.write_binary(value);
89
4
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
4
        for (const auto& value : data_set) {
88
4
            buf.write_binary(value);
89
4
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
43
    void write(BufferWritable& buf) const {
86
43
        buf.write_var_uint(data_set.size());
87
45
        for (const auto& value : data_set) {
88
45
            buf.write_binary(value);
89
45
        }
90
43
        write_var_int(max_size, buf);
91
43
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
13
    void write(BufferWritable& buf) const {
86
13
        buf.write_var_uint(data_set.size());
87
21
        for (const auto& value : data_set) {
88
21
            buf.write_binary(value);
89
21
        }
90
13
        write_var_int(max_size, buf);
91
13
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
12
        for (const auto& value : data_set) {
88
12
            buf.write_binary(value);
89
12
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
4
        for (const auto& value : data_set) {
88
4
            buf.write_binary(value);
89
4
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
8
        for (const auto& value : data_set) {
88
8
            buf.write_binary(value);
89
8
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
4
    void write(BufferWritable& buf) const {
86
4
        buf.write_var_uint(data_set.size());
87
4
        for (const auto& value : data_set) {
88
4
            buf.write_binary(value);
89
4
        }
90
4
        write_var_int(max_size, buf);
91
4
    }
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
85
12
    void write(BufferWritable& buf) const {
86
12
        buf.write_var_uint(data_set.size());
87
24
        for (const auto& value : data_set) {
88
24
            buf.write_binary(value);
89
24
        }
90
12
        write_var_int(max_size, buf);
91
12
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
85
12
    void write(BufferWritable& buf) const {
86
12
        buf.write_var_uint(data_set.size());
87
18
        for (const auto& value : data_set) {
88
18
            buf.write_binary(value);
89
18
        }
90
12
        write_var_int(max_size, buf);
91
12
    }
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
92
93
485
    void read(BufferReadable& buf) {
94
485
        uint64_t new_size = 0;
95
485
        buf.read_var_uint(new_size);
96
485
        ElementType x;
97
1.22k
        for (size_t i = 0; i < new_size; ++i) {
98
742
            buf.read_binary(x);
99
742
            data_set.insert(x);
100
742
        }
101
485
        read_var_int(max_size, buf);
102
485
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
12
        for (size_t i = 0; i < new_size; ++i) {
98
8
            buf.read_binary(x);
99
8
            data_set.insert(x);
100
8
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
6
    void read(BufferReadable& buf) {
94
6
        uint64_t new_size = 0;
95
6
        buf.read_var_uint(new_size);
96
6
        ElementType x;
97
23
        for (size_t i = 0; i < new_size; ++i) {
98
17
            buf.read_binary(x);
99
17
            data_set.insert(x);
100
17
        }
101
6
        read_var_int(max_size, buf);
102
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
5
    void read(BufferReadable& buf) {
94
5
        uint64_t new_size = 0;
95
5
        buf.read_var_uint(new_size);
96
5
        ElementType x;
97
25
        for (size_t i = 0; i < new_size; ++i) {
98
20
            buf.read_binary(x);
99
20
            data_set.insert(x);
100
20
        }
101
5
        read_var_int(max_size, buf);
102
5
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
321
    void read(BufferReadable& buf) {
94
321
        uint64_t new_size = 0;
95
321
        buf.read_var_uint(new_size);
96
321
        ElementType x;
97
658
        for (size_t i = 0; i < new_size; ++i) {
98
337
            buf.read_binary(x);
99
337
            data_set.insert(x);
100
337
        }
101
321
        read_var_int(max_size, buf);
102
321
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
11
    void read(BufferReadable& buf) {
94
11
        uint64_t new_size = 0;
95
11
        buf.read_var_uint(new_size);
96
11
        ElementType x;
97
43
        for (size_t i = 0; i < new_size; ++i) {
98
32
            buf.read_binary(x);
99
32
            data_set.insert(x);
100
32
        }
101
11
        read_var_int(max_size, buf);
102
11
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
6
    void read(BufferReadable& buf) {
94
6
        uint64_t new_size = 0;
95
6
        buf.read_var_uint(new_size);
96
6
        ElementType x;
97
56
        for (size_t i = 0; i < new_size; ++i) {
98
50
            buf.read_binary(x);
99
50
            data_set.insert(x);
100
50
        }
101
6
        read_var_int(max_size, buf);
102
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
24
        for (size_t i = 0; i < new_size; ++i) {
98
20
            buf.read_binary(x);
99
20
            data_set.insert(x);
100
20
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
24
        for (size_t i = 0; i < new_size; ++i) {
98
20
            buf.read_binary(x);
99
20
            data_set.insert(x);
100
20
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
24
        for (size_t i = 0; i < new_size; ++i) {
98
20
            buf.read_binary(x);
99
20
            data_set.insert(x);
100
20
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
2
    void read(BufferReadable& buf) {
94
2
        uint64_t new_size = 0;
95
2
        buf.read_var_uint(new_size);
96
2
        ElementType x;
97
13
        for (size_t i = 0; i < new_size; ++i) {
98
11
            buf.read_binary(x);
99
11
            data_set.insert(x);
100
11
        }
101
2
        read_var_int(max_size, buf);
102
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
9
    void read(BufferReadable& buf) {
94
9
        uint64_t new_size = 0;
95
9
        buf.read_var_uint(new_size);
96
9
        ElementType x;
97
41
        for (size_t i = 0; i < new_size; ++i) {
98
32
            buf.read_binary(x);
99
32
            data_set.insert(x);
100
32
        }
101
9
        read_var_int(max_size, buf);
102
9
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
93
9
    void read(BufferReadable& buf) {
94
9
        uint64_t new_size = 0;
95
9
        buf.read_var_uint(new_size);
96
9
        ElementType x;
97
47
        for (size_t i = 0; i < new_size; ++i) {
98
38
            buf.read_binary(x);
99
38
            data_set.insert(x);
100
38
        }
101
9
        read_var_int(max_size, buf);
102
9
    }
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
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
8
        for (size_t i = 0; i < new_size; ++i) {
98
4
            buf.read_binary(x);
99
4
            data_set.insert(x);
100
4
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
8
        for (size_t i = 0; i < new_size; ++i) {
98
4
            buf.read_binary(x);
99
4
            data_set.insert(x);
100
4
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
8
        for (size_t i = 0; i < new_size; ++i) {
98
4
            buf.read_binary(x);
99
4
            data_set.insert(x);
100
4
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
36
    void read(BufferReadable& buf) {
94
36
        uint64_t new_size = 0;
95
36
        buf.read_var_uint(new_size);
96
36
        ElementType x;
97
73
        for (size_t i = 0; i < new_size; ++i) {
98
37
            buf.read_binary(x);
99
37
            data_set.insert(x);
100
37
        }
101
36
        read_var_int(max_size, buf);
102
36
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
12
    void read(BufferReadable& buf) {
94
12
        uint64_t new_size = 0;
95
12
        buf.read_var_uint(new_size);
96
12
        ElementType x;
97
30
        for (size_t i = 0; i < new_size; ++i) {
98
18
            buf.read_binary(x);
99
18
            data_set.insert(x);
100
18
        }
101
12
        read_var_int(max_size, buf);
102
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
16
        for (size_t i = 0; i < new_size; ++i) {
98
12
            buf.read_binary(x);
99
12
            data_set.insert(x);
100
12
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
8
        for (size_t i = 0; i < new_size; ++i) {
98
4
            buf.read_binary(x);
99
4
            data_set.insert(x);
100
4
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
12
        for (size_t i = 0; i < new_size; ++i) {
98
8
            buf.read_binary(x);
99
8
            data_set.insert(x);
100
8
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
4
    void read(BufferReadable& buf) {
94
4
        uint64_t new_size = 0;
95
4
        buf.read_var_uint(new_size);
96
4
        ElementType x;
97
8
        for (size_t i = 0; i < new_size; ++i) {
98
4
            buf.read_binary(x);
99
4
            data_set.insert(x);
100
4
        }
101
4
        read_var_int(max_size, buf);
102
4
    }
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
93
12
    void read(BufferReadable& buf) {
94
12
        uint64_t new_size = 0;
95
12
        buf.read_var_uint(new_size);
96
12
        ElementType x;
97
36
        for (size_t i = 0; i < new_size; ++i) {
98
24
            buf.read_binary(x);
99
24
            data_set.insert(x);
100
24
        }
101
12
        read_var_int(max_size, buf);
102
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
93
12
    void read(BufferReadable& buf) {
94
12
        uint64_t new_size = 0;
95
12
        buf.read_var_uint(new_size);
96
12
        ElementType x;
97
30
        for (size_t i = 0; i < new_size; ++i) {
98
18
            buf.read_binary(x);
99
18
            data_set.insert(x);
100
18
        }
101
12
        read_var_int(max_size, buf);
102
12
    }
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
103
104
363
    void insert_result_into(IColumn& to) const {
105
363
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
363
        vec.reserve(size());
107
680
        for (const auto& item : data_set) {
108
680
            vec.push_back(item);
109
680
        }
110
363
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
8
        for (const auto& item : data_set) {
108
8
            vec.push_back(item);
109
8
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
7
    void insert_result_into(IColumn& to) const {
105
7
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
7
        vec.reserve(size());
107
17
        for (const auto& item : data_set) {
108
17
            vec.push_back(item);
109
17
        }
110
7
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
6
    void insert_result_into(IColumn& to) const {
105
6
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
6
        vec.reserve(size());
107
20
        for (const auto& item : data_set) {
108
20
            vec.push_back(item);
109
20
        }
110
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
220
    void insert_result_into(IColumn& to) const {
105
220
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
220
        vec.reserve(size());
107
249
        for (const auto& item : data_set) {
108
249
            vec.push_back(item);
109
249
        }
110
220
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
12
    void insert_result_into(IColumn& to) const {
105
12
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
12
        vec.reserve(size());
107
38
        for (const auto& item : data_set) {
108
38
            vec.push_back(item);
109
38
        }
110
12
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
8
    void insert_result_into(IColumn& to) const {
105
8
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
8
        vec.reserve(size());
107
80
        for (const auto& item : data_set) {
108
80
            vec.push_back(item);
109
80
        }
110
8
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
20
        for (const auto& item : data_set) {
108
20
            vec.push_back(item);
109
20
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
20
        for (const auto& item : data_set) {
108
20
            vec.push_back(item);
109
20
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
20
        for (const auto& item : data_set) {
108
20
            vec.push_back(item);
109
20
        }
110
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
22
        for (const auto& item : data_set) {
108
22
            vec.push_back(item);
109
22
        }
110
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
104
14
    void insert_result_into(IColumn& to) const {
105
14
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
14
        vec.reserve(size());
107
38
        for (const auto& item : data_set) {
108
38
            vec.push_back(item);
109
38
        }
110
14
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
10
    void insert_result_into(IColumn& to) const {
105
10
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
10
        vec.reserve(size());
107
44
        for (const auto& item : data_set) {
108
44
            vec.push_back(item);
109
44
        }
110
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
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
4
        for (const auto& item : data_set) {
108
4
            vec.push_back(item);
109
4
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
4
        for (const auto& item : data_set) {
108
4
            vec.push_back(item);
109
4
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
4
        for (const auto& item : data_set) {
108
4
            vec.push_back(item);
109
4
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
10
    void insert_result_into(IColumn& to) const {
105
10
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
10
        vec.reserve(size());
107
12
        for (const auto& item : data_set) {
108
12
            vec.push_back(item);
109
12
        }
110
10
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
10
    void insert_result_into(IColumn& to) const {
105
10
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
10
        vec.reserve(size());
107
22
        for (const auto& item : data_set) {
108
22
            vec.push_back(item);
109
22
        }
110
10
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
12
        for (const auto& item : data_set) {
108
12
            vec.push_back(item);
109
12
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
4
        for (const auto& item : data_set) {
108
4
            vec.push_back(item);
109
4
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
8
        for (const auto& item : data_set) {
108
8
            vec.push_back(item);
109
8
        }
110
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
4
    void insert_result_into(IColumn& to) const {
105
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
4
        vec.reserve(size());
107
4
        for (const auto& item : data_set) {
108
4
            vec.push_back(item);
109
4
        }
110
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
104
9
    void insert_result_into(IColumn& to) const {
105
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
9
        vec.reserve(size());
107
17
        for (const auto& item : data_set) {
108
17
            vec.push_back(item);
109
17
        }
110
9
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
104
9
    void insert_result_into(IColumn& to) const {
105
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
106
9
        vec.reserve(size());
107
13
        for (const auto& item : data_set) {
108
13
            vec.push_back(item);
109
13
        }
110
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
111
112
    void reset() { data_set.clear(); }
113
};
114
115
template <PrimitiveType T, bool HasLimit>
116
    requires(is_string_type(T))
117
struct AggregateFunctionCollectSetData<T, HasLimit> {
118
    static constexpr PrimitiveType PType = T;
119
    using ElementType = StringRef;
120
    using ColVecType = ColumnString;
121
    using SelfType = AggregateFunctionCollectSetData<T, HasLimit>;
122
    using Set = phmap::flat_hash_set<ElementType>;
123
    Set data_set;
124
    Int64 max_size = -1;
125
126
1.20k
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
126
914
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
126
286
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
127
128
632
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE4sizeEv
Line
Count
Source
128
454
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE4sizeEv
Line
Count
Source
128
178
    size_t size() const { return data_set.size(); }
129
130
366
    void add(const IColumn& column, size_t row_num, Arena& arena) {
131
366
        auto key = column.get_data_at(row_num);
132
366
        key.data = arena.insert(key.data, key.size);
133
366
        data_set.insert(key);
134
366
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE3addERKNS_7IColumnEmRNS_5ArenaE
Line
Count
Source
130
346
    void add(const IColumn& column, size_t row_num, Arena& arena) {
131
346
        auto key = column.get_data_at(row_num);
132
346
        key.data = arena.insert(key.data, key.size);
133
346
        data_set.insert(key);
134
346
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE3addERKNS_7IColumnEmRNS_5ArenaE
Line
Count
Source
130
20
    void add(const IColumn& column, size_t row_num, Arena& arena) {
131
20
        auto key = column.get_data_at(row_num);
132
20
        key.data = arena.insert(key.data, key.size);
133
20
        data_set.insert(key);
134
20
    }
135
136
240
    void merge(const SelfType& rhs, Arena& arena) {
137
240
        if (max_size == -1) {
138
240
            max_size = rhs.max_size;
139
240
        }
140
240
        max_size = rhs.max_size;
141
142
281
        for (const auto& rhs_elem : rhs.data_set) {
143
281
            if constexpr (HasLimit) {
144
16
                if (size() >= max_size) {
145
0
                    return;
146
0
                }
147
16
            }
148
16
            StringRef key = rhs_elem;
149
281
            key.data = arena.insert(key.data, key.size);
150
281
            data_set.insert(key);
151
281
        }
152
240
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE5mergeERKS2_RNS_5ArenaE
Line
Count
Source
136
224
    void merge(const SelfType& rhs, Arena& arena) {
137
224
        if (max_size == -1) {
138
224
            max_size = rhs.max_size;
139
224
        }
140
224
        max_size = rhs.max_size;
141
142
265
        for (const auto& rhs_elem : rhs.data_set) {
143
            if constexpr (HasLimit) {
144
                if (size() >= max_size) {
145
                    return;
146
                }
147
            }
148
265
            StringRef key = rhs_elem;
149
265
            key.data = arena.insert(key.data, key.size);
150
265
            data_set.insert(key);
151
265
        }
152
224
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE5mergeERKS2_RNS_5ArenaE
Line
Count
Source
136
16
    void merge(const SelfType& rhs, Arena& arena) {
137
16
        if (max_size == -1) {
138
16
            max_size = rhs.max_size;
139
16
        }
140
16
        max_size = rhs.max_size;
141
142
16
        for (const auto& rhs_elem : rhs.data_set) {
143
16
            if constexpr (HasLimit) {
144
16
                if (size() >= max_size) {
145
0
                    return;
146
0
                }
147
16
            }
148
16
            StringRef key = rhs_elem;
149
16
            key.data = arena.insert(key.data, key.size);
150
16
            data_set.insert(key);
151
16
        }
152
16
    }
153
154
234
    void write(BufferWritable& buf) const {
155
234
        buf.write_var_uint(size());
156
275
        for (const auto& elem : data_set) {
157
275
            buf.write_binary(elem);
158
275
        }
159
234
        write_var_int(max_size, buf);
160
234
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
154
218
    void write(BufferWritable& buf) const {
155
218
        buf.write_var_uint(size());
156
259
        for (const auto& elem : data_set) {
157
259
            buf.write_binary(elem);
158
259
        }
159
218
        write_var_int(max_size, buf);
160
218
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
154
16
    void write(BufferWritable& buf) const {
155
16
        buf.write_var_uint(size());
156
16
        for (const auto& elem : data_set) {
157
16
            buf.write_binary(elem);
158
16
        }
159
16
        write_var_int(max_size, buf);
160
16
    }
161
162
240
    void read(BufferReadable& buf) {
163
240
        UInt64 size;
164
240
        buf.read_var_uint(size);
165
240
        StringRef ref;
166
521
        for (size_t i = 0; i < size; ++i) {
167
281
            buf.read_binary(ref);
168
281
            data_set.insert(ref);
169
281
        }
170
240
        read_var_int(max_size, buf);
171
240
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
162
224
    void read(BufferReadable& buf) {
163
224
        UInt64 size;
164
224
        buf.read_var_uint(size);
165
224
        StringRef ref;
166
489
        for (size_t i = 0; i < size; ++i) {
167
265
            buf.read_binary(ref);
168
265
            data_set.insert(ref);
169
265
        }
170
224
        read_var_int(max_size, buf);
171
224
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
162
16
    void read(BufferReadable& buf) {
163
16
        UInt64 size;
164
16
        buf.read_var_uint(size);
165
16
        StringRef ref;
166
32
        for (size_t i = 0; i < size; ++i) {
167
16
            buf.read_binary(ref);
168
16
            data_set.insert(ref);
169
16
        }
170
16
        read_var_int(max_size, buf);
171
16
    }
172
173
256
    void insert_result_into(IColumn& to) const {
174
256
        auto& vec = assert_cast<ColVecType&>(to);
175
256
        vec.reserve(size());
176
328
        for (const auto& item : data_set) {
177
328
            vec.insert_data(item.data, item.size);
178
328
        }
179
256
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
173
236
    void insert_result_into(IColumn& to) const {
174
236
        auto& vec = assert_cast<ColVecType&>(to);
175
236
        vec.reserve(size());
176
308
        for (const auto& item : data_set) {
177
308
            vec.insert_data(item.data, item.size);
178
308
        }
179
236
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
173
20
    void insert_result_into(IColumn& to) const {
174
20
        auto& vec = assert_cast<ColVecType&>(to);
175
20
        vec.reserve(size());
176
20
        for (const auto& item : data_set) {
177
20
            vec.insert_data(item.data, item.size);
178
20
        }
179
20
    }
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
2.65k
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
80
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
141
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
82
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
506
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
120
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
81
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
80
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
80
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
84
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
14
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
16
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
158
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
159
    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
72
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
69
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
71
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
161
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
91
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
71
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
69
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
70
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
72
    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
150
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
150
    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
1.95k
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE4sizeEv
Line
Count
Source
195
28
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE4sizeEv
Line
Count
Source
195
152
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE4sizeEv
Line
Count
Source
195
34
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE4sizeEv
Line
Count
Source
195
510
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE4sizeEv
Line
Count
Source
195
86
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE4sizeEv
Line
Count
Source
195
36
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE4sizeEv
Line
Count
Source
195
28
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE4sizeEv
Line
Count
Source
195
28
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE4sizeEv
Line
Count
Source
195
16
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE4sizeEv
Line
Count
Source
195
12
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE4sizeEv
Line
Count
Source
195
20
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE4sizeEv
Line
Count
Source
195
58
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE4sizeEv
Line
Count
Source
195
58
    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
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE4sizeEv
Line
Count
Source
195
177
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE4sizeEv
Line
Count
Source
195
113
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE4sizeEv
Line
Count
Source
195
52
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE4sizeEv
Line
Count
Source
195
48
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE4sizeEv
Line
Count
Source
195
44
    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
124
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE4sizeEv
Line
Count
Source
195
120
    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
1.06k
    void add(const IColumn& column, size_t row_num) {
198
1.06k
        const auto& vec =
199
1.06k
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
1.06k
        data.push_back(vec[row_num]);
201
1.06k
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
62
    void add(const IColumn& column, size_t row_num) {
198
62
        const auto& vec =
199
62
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
62
        data.push_back(vec[row_num]);
201
62
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
223
    void add(const IColumn& column, size_t row_num) {
198
223
        const auto& vec =
199
223
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
223
        data.push_back(vec[row_num]);
201
223
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
80
    void add(const IColumn& column, size_t row_num) {
198
80
        const auto& vec =
199
80
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
80
        data.push_back(vec[row_num]);
201
80
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
116
    void add(const IColumn& column, size_t row_num) {
198
116
        const auto& vec =
199
116
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
116
        data.push_back(vec[row_num]);
201
116
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE3addERKNS_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_13PrimitiveTypeE29ELb0EE3addERKNS_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_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
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE3addERKNS_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
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
74
    void add(const IColumn& column, size_t row_num) {
198
74
        const auto& vec =
199
74
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
74
        data.push_back(vec[row_num]);
201
74
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
94
    void add(const IColumn& column, size_t row_num) {
198
94
        const auto& vec =
199
94
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
94
        data.push_back(vec[row_num]);
201
94
    }
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
18
    void add(const IColumn& column, size_t row_num) {
198
18
        const auto& vec =
199
18
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
18
        data.push_back(vec[row_num]);
201
18
    }
_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
378
    void merge(const SelfType& rhs) {
204
378
        if constexpr (HasLimit) {
205
98
            if (max_size == -1) {
206
89
                max_size = rhs.max_size;
207
89
            }
208
98
            max_size = rhs.max_size;
209
128
            for (auto& rhs_elem : rhs.data) {
210
128
                if (size() >= max_size) {
211
5
                    return;
212
5
                }
213
123
                data.push_back(rhs_elem);
214
123
            }
215
280
        } else {
216
280
            data.insert(rhs.data.begin(), rhs.data.end());
217
280
        }
218
378
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
7
        } else {
216
7
            data.insert(rhs.data.begin(), rhs.data.end());
217
7
        }
218
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE5mergeERKS2_
Line
Count
Source
203
8
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
8
        } else {
216
8
            data.insert(rhs.data.begin(), rhs.data.end());
217
8
        }
218
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE5mergeERKS2_
Line
Count
Source
203
8
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
8
        } else {
216
8
            data.insert(rhs.data.begin(), rhs.data.end());
217
8
        }
218
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE5mergeERKS2_
Line
Count
Source
203
160
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
160
        } else {
216
160
            data.insert(rhs.data.begin(), rhs.data.end());
217
160
        }
218
160
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE5mergeERKS2_
Line
Count
Source
203
20
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
20
        } else {
216
20
            data.insert(rhs.data.begin(), rhs.data.end());
217
20
        }
218
20
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE5mergeERKS2_
Line
Count
Source
203
9
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
9
        } else {
216
9
            data.insert(rhs.data.begin(), rhs.data.end());
217
9
        }
218
9
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
7
        } else {
216
7
            data.insert(rhs.data.begin(), rhs.data.end());
217
7
        }
218
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
7
        } else {
216
7
            data.insert(rhs.data.begin(), rhs.data.end());
217
7
        }
218
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE5mergeERKS2_
Line
Count
Source
203
10
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
10
        } else {
216
10
            data.insert(rhs.data.begin(), rhs.data.end());
217
10
        }
218
10
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE5mergeERKS2_
Line
Count
Source
203
6
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
6
        } else {
216
6
            data.insert(rhs.data.begin(), rhs.data.end());
217
6
        }
218
6
    }
_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
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
2
        } else {
216
2
            data.insert(rhs.data.begin(), rhs.data.end());
217
2
        }
218
2
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE5mergeERKS2_
Line
Count
Source
203
6
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
6
        } else {
216
6
            data.insert(rhs.data.begin(), rhs.data.end());
217
6
        }
218
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE5mergeERKS2_
Line
Count
Source
203
15
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
15
        } else {
216
15
            data.insert(rhs.data.begin(), rhs.data.end());
217
15
        }
218
15
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE5mergeERKS2_
Line
Count
Source
203
15
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            max_size = rhs.max_size;
209
            for (auto& rhs_elem : rhs.data) {
210
                if (size() >= max_size) {
211
                    return;
212
                }
213
                data.push_back(rhs_elem);
214
            }
215
15
        } else {
216
15
            data.insert(rhs.data.begin(), rhs.data.end());
217
15
        }
218
15
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
4
            for (auto& rhs_elem : rhs.data) {
210
4
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
4
                data.push_back(rhs_elem);
214
4
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
4
            for (auto& rhs_elem : rhs.data) {
210
4
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
4
                data.push_back(rhs_elem);
214
4
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
4
            for (auto& rhs_elem : rhs.data) {
210
4
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
4
                data.push_back(rhs_elem);
214
4
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE5mergeERKS2_
Line
Count
Source
203
35
    void merge(const SelfType& rhs) {
204
35
        if constexpr (HasLimit) {
205
35
            if (max_size == -1) {
206
33
                max_size = rhs.max_size;
207
33
            }
208
35
            max_size = rhs.max_size;
209
37
            for (auto& rhs_elem : rhs.data) {
210
37
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
37
                data.push_back(rhs_elem);
214
37
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
35
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE5mergeERKS2_
Line
Count
Source
203
11
    void merge(const SelfType& rhs) {
204
11
        if constexpr (HasLimit) {
205
11
            if (max_size == -1) {
206
8
                max_size = rhs.max_size;
207
8
            }
208
11
            max_size = rhs.max_size;
209
17
            for (auto& rhs_elem : rhs.data) {
210
17
                if (size() >= max_size) {
211
1
                    return;
212
1
                }
213
16
                data.push_back(rhs_elem);
214
16
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
11
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
12
            for (auto& rhs_elem : rhs.data) {
210
12
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
12
                data.push_back(rhs_elem);
214
12
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
4
            for (auto& rhs_elem : rhs.data) {
210
4
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
4
                data.push_back(rhs_elem);
214
4
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
8
            for (auto& rhs_elem : rhs.data) {
210
8
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
8
                data.push_back(rhs_elem);
214
8
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            max_size = rhs.max_size;
209
4
            for (auto& rhs_elem : rhs.data) {
210
4
                if (size() >= max_size) {
211
0
                    return;
212
0
                }
213
4
                data.push_back(rhs_elem);
214
4
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
4
    }
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
12
    void merge(const SelfType& rhs) {
204
12
        if constexpr (HasLimit) {
205
12
            if (max_size == -1) {
206
10
                max_size = rhs.max_size;
207
10
            }
208
12
            max_size = rhs.max_size;
209
19
            for (auto& rhs_elem : rhs.data) {
210
19
                if (size() >= max_size) {
211
2
                    return;
212
2
                }
213
17
                data.push_back(rhs_elem);
214
17
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
12
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE5mergeERKS2_
Line
Count
Source
203
12
    void merge(const SelfType& rhs) {
204
12
        if constexpr (HasLimit) {
205
12
            if (max_size == -1) {
206
10
                max_size = rhs.max_size;
207
10
            }
208
12
            max_size = rhs.max_size;
209
15
            for (auto& rhs_elem : rhs.data) {
210
15
                if (size() >= max_size) {
211
2
                    return;
212
2
                }
213
13
                data.push_back(rhs_elem);
214
13
            }
215
        } else {
216
            data.insert(rhs.data.begin(), rhs.data.end());
217
        }
218
12
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE5mergeERKS2_
219
220
434
    void write(BufferWritable& buf) const {
221
434
        buf.write_var_uint(size());
222
434
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
434
        write_var_int(max_size, buf);
224
434
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
7
    void write(BufferWritable& buf) const {
221
7
        buf.write_var_uint(size());
222
7
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
7
        write_var_int(max_size, buf);
224
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
8
    void write(BufferWritable& buf) const {
221
8
        buf.write_var_uint(size());
222
8
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
8
        write_var_int(max_size, buf);
224
8
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
8
    void write(BufferWritable& buf) const {
221
8
        buf.write_var_uint(size());
222
8
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
8
        write_var_int(max_size, buf);
224
8
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
206
    void write(BufferWritable& buf) const {
221
206
        buf.write_var_uint(size());
222
206
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
206
        write_var_int(max_size, buf);
224
206
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
22
    void write(BufferWritable& buf) const {
221
22
        buf.write_var_uint(size());
222
22
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
22
        write_var_int(max_size, buf);
224
22
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
9
    void write(BufferWritable& buf) const {
221
9
        buf.write_var_uint(size());
222
9
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
9
        write_var_int(max_size, buf);
224
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
7
    void write(BufferWritable& buf) const {
221
7
        buf.write_var_uint(size());
222
7
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
7
        write_var_int(max_size, buf);
224
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
7
    void write(BufferWritable& buf) const {
221
7
        buf.write_var_uint(size());
222
7
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
7
        write_var_int(max_size, buf);
224
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
10
    void write(BufferWritable& buf) const {
221
10
        buf.write_var_uint(size());
222
10
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
10
        write_var_int(max_size, buf);
224
10
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
6
    void write(BufferWritable& buf) const {
221
6
        buf.write_var_uint(size());
222
6
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
6
        write_var_int(max_size, buf);
224
6
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
2
    void write(BufferWritable& buf) const {
221
2
        buf.write_var_uint(size());
222
2
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
2
        write_var_int(max_size, buf);
224
2
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
6
    void write(BufferWritable& buf) const {
221
6
        buf.write_var_uint(size());
222
6
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
6
        write_var_int(max_size, buf);
224
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
15
    void write(BufferWritable& buf) const {
221
15
        buf.write_var_uint(size());
222
15
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
15
        write_var_int(max_size, buf);
224
15
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
220
15
    void write(BufferWritable& buf) const {
221
15
        buf.write_var_uint(size());
222
15
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
15
        write_var_int(max_size, buf);
224
15
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
42
    void write(BufferWritable& buf) const {
221
42
        buf.write_var_uint(size());
222
42
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
42
        write_var_int(max_size, buf);
224
42
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
12
    void write(BufferWritable& buf) const {
221
12
        buf.write_var_uint(size());
222
12
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
12
        write_var_int(max_size, buf);
224
12
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
4
    void write(BufferWritable& buf) const {
221
4
        buf.write_var_uint(size());
222
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
4
        write_var_int(max_size, buf);
224
4
    }
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
220
12
    void write(BufferWritable& buf) const {
221
12
        buf.write_var_uint(size());
222
12
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
12
        write_var_int(max_size, buf);
224
12
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
220
12
    void write(BufferWritable& buf) const {
221
12
        buf.write_var_uint(size());
222
12
        buf.write(data.raw_data(), size() * sizeof(ElementType));
223
12
        write_var_int(max_size, buf);
224
12
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE5writeERNS_14BufferWritableE
225
226
378
    void read(BufferReadable& buf) {
227
378
        UInt64 rows = 0;
228
378
        buf.read_var_uint(rows);
229
378
        data.resize(rows);
230
378
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
378
        read_var_int(max_size, buf);
232
378
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
7
    void read(BufferReadable& buf) {
227
7
        UInt64 rows = 0;
228
7
        buf.read_var_uint(rows);
229
7
        data.resize(rows);
230
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
7
        read_var_int(max_size, buf);
232
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
8
    void read(BufferReadable& buf) {
227
8
        UInt64 rows = 0;
228
8
        buf.read_var_uint(rows);
229
8
        data.resize(rows);
230
8
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
8
        read_var_int(max_size, buf);
232
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
8
    void read(BufferReadable& buf) {
227
8
        UInt64 rows = 0;
228
8
        buf.read_var_uint(rows);
229
8
        data.resize(rows);
230
8
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
8
        read_var_int(max_size, buf);
232
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
160
    void read(BufferReadable& buf) {
227
160
        UInt64 rows = 0;
228
160
        buf.read_var_uint(rows);
229
160
        data.resize(rows);
230
160
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
160
        read_var_int(max_size, buf);
232
160
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
20
    void read(BufferReadable& buf) {
227
20
        UInt64 rows = 0;
228
20
        buf.read_var_uint(rows);
229
20
        data.resize(rows);
230
20
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
20
        read_var_int(max_size, buf);
232
20
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
9
    void read(BufferReadable& buf) {
227
9
        UInt64 rows = 0;
228
9
        buf.read_var_uint(rows);
229
9
        data.resize(rows);
230
9
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
9
        read_var_int(max_size, buf);
232
9
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
7
    void read(BufferReadable& buf) {
227
7
        UInt64 rows = 0;
228
7
        buf.read_var_uint(rows);
229
7
        data.resize(rows);
230
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
7
        read_var_int(max_size, buf);
232
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
7
    void read(BufferReadable& buf) {
227
7
        UInt64 rows = 0;
228
7
        buf.read_var_uint(rows);
229
7
        data.resize(rows);
230
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
7
        read_var_int(max_size, buf);
232
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
10
    void read(BufferReadable& buf) {
227
10
        UInt64 rows = 0;
228
10
        buf.read_var_uint(rows);
229
10
        data.resize(rows);
230
10
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
10
        read_var_int(max_size, buf);
232
10
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
6
    void read(BufferReadable& buf) {
227
6
        UInt64 rows = 0;
228
6
        buf.read_var_uint(rows);
229
6
        data.resize(rows);
230
6
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
6
        read_var_int(max_size, buf);
232
6
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
2
    void read(BufferReadable& buf) {
227
2
        UInt64 rows = 0;
228
2
        buf.read_var_uint(rows);
229
2
        data.resize(rows);
230
2
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
2
        read_var_int(max_size, buf);
232
2
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
6
    void read(BufferReadable& buf) {
227
6
        UInt64 rows = 0;
228
6
        buf.read_var_uint(rows);
229
6
        data.resize(rows);
230
6
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
6
        read_var_int(max_size, buf);
232
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
15
    void read(BufferReadable& buf) {
227
15
        UInt64 rows = 0;
228
15
        buf.read_var_uint(rows);
229
15
        data.resize(rows);
230
15
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
15
        read_var_int(max_size, buf);
232
15
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
226
15
    void read(BufferReadable& buf) {
227
15
        UInt64 rows = 0;
228
15
        buf.read_var_uint(rows);
229
15
        data.resize(rows);
230
15
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
15
        read_var_int(max_size, buf);
232
15
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
35
    void read(BufferReadable& buf) {
227
35
        UInt64 rows = 0;
228
35
        buf.read_var_uint(rows);
229
35
        data.resize(rows);
230
35
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
35
        read_var_int(max_size, buf);
232
35
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
11
    void read(BufferReadable& buf) {
227
11
        UInt64 rows = 0;
228
11
        buf.read_var_uint(rows);
229
11
        data.resize(rows);
230
11
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
11
        read_var_int(max_size, buf);
232
11
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
4
    void read(BufferReadable& buf) {
227
4
        UInt64 rows = 0;
228
4
        buf.read_var_uint(rows);
229
4
        data.resize(rows);
230
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
4
        read_var_int(max_size, buf);
232
4
    }
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
226
12
    void read(BufferReadable& buf) {
227
12
        UInt64 rows = 0;
228
12
        buf.read_var_uint(rows);
229
12
        data.resize(rows);
230
12
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
12
        read_var_int(max_size, buf);
232
12
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
226
12
    void read(BufferReadable& buf) {
227
12
        UInt64 rows = 0;
228
12
        buf.read_var_uint(rows);
229
12
        data.resize(rows);
230
12
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
231
12
        read_var_int(max_size, buf);
232
12
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE4readERNS_14BufferReadableE
233
234
    void reset() { data.clear(); }
235
236
286
    void insert_result_into(IColumn& to) const {
237
286
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
286
        size_t old_size = vec.size();
239
286
        vec.resize(old_size + size());
240
286
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
286
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
7
    void insert_result_into(IColumn& to) const {
237
7
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
7
        size_t old_size = vec.size();
239
7
        vec.resize(old_size + size());
240
7
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
68
    void insert_result_into(IColumn& to) const {
237
68
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
68
        size_t old_size = vec.size();
239
68
        vec.resize(old_size + size());
240
68
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
68
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
9
    void insert_result_into(IColumn& to) const {
237
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
9
        size_t old_size = vec.size();
239
9
        vec.resize(old_size + size());
240
9
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
49
    void insert_result_into(IColumn& to) const {
237
49
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
49
        size_t old_size = vec.size();
239
49
        vec.resize(old_size + size());
240
49
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
49
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
21
    void insert_result_into(IColumn& to) const {
237
21
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
21
        size_t old_size = vec.size();
239
21
        vec.resize(old_size + size());
240
21
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
21
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
9
    void insert_result_into(IColumn& to) const {
237
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
9
        size_t old_size = vec.size();
239
9
        vec.resize(old_size + size());
240
9
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
7
    void insert_result_into(IColumn& to) const {
237
7
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
7
        size_t old_size = vec.size();
239
7
        vec.resize(old_size + size());
240
7
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
7
    void insert_result_into(IColumn& to) const {
237
7
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
7
        size_t old_size = vec.size();
239
7
        vec.resize(old_size + size());
240
7
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
6
    void insert_result_into(IColumn& to) const {
237
6
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
6
        size_t old_size = vec.size();
239
6
        vec.resize(old_size + size());
240
6
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
6
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
2
    void insert_result_into(IColumn& to) const {
237
2
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
2
        size_t old_size = vec.size();
239
2
        vec.resize(old_size + size());
240
2
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
2
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
14
    void insert_result_into(IColumn& to) const {
237
14
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
14
        size_t old_size = vec.size();
239
14
        vec.resize(old_size + size());
240
14
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
14
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
14
    void insert_result_into(IColumn& to) const {
237
14
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
14
        size_t old_size = vec.size();
239
14
        vec.resize(old_size + size());
240
14
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
14
    }
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
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
9
    void insert_result_into(IColumn& to) const {
237
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
9
        size_t old_size = vec.size();
239
9
        vec.resize(old_size + size());
240
9
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
10
    void insert_result_into(IColumn& to) const {
237
10
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
10
        size_t old_size = vec.size();
239
10
        vec.resize(old_size + size());
240
10
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
10
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
4
    void insert_result_into(IColumn& to) const {
237
4
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
4
        size_t old_size = vec.size();
239
4
        vec.resize(old_size + size());
240
4
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
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
236
9
    void insert_result_into(IColumn& to) const {
237
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
9
        size_t old_size = vec.size();
239
9
        vec.resize(old_size + size());
240
9
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
236
9
    void insert_result_into(IColumn& to) const {
237
9
        auto& vec = assert_cast<ColVecType&>(to).get_data();
238
9
        size_t old_size = vec.size();
239
9
        vec.resize(old_size + size());
240
9
        memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
241
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
242
};
243
244
template <PrimitiveType T, bool HasLimit>
245
    requires(is_string_type(T))
246
struct AggregateFunctionCollectListData<T, HasLimit> {
247
    static constexpr PrimitiveType PType = T;
248
    using ElementType = StringRef;
249
    using ColVecType = ColumnString;
250
    MutableColumnPtr data;
251
    Int64 max_size = -1;
252
253
637
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
254
637
        data = ColVecType::create();
255
637
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
253
357
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
254
357
        data = ColVecType::create();
255
357
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
253
280
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
254
280
        data = ColVecType::create();
255
280
    }
256
257
245
    size_t size() const { return data->size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE4sizeEv
Line
Count
Source
257
77
    size_t size() const { return data->size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE4sizeEv
Line
Count
Source
257
168
    size_t size() const { return data->size(); }
258
259
1.73k
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
259
1.71k
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
259
16
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
260
261
46
    void merge(const AggregateFunctionCollectListData& rhs) {
262
46
        if constexpr (HasLimit) {
263
16
            if (max_size == -1) {
264
16
                max_size = rhs.max_size;
265
16
            }
266
16
            max_size = rhs.max_size;
267
268
16
            data->insert_range_from(*rhs.data, 0,
269
16
                                    std::min(assert_cast<size_t, TypeCheckOnRelease::DISABLE>(
270
16
                                                     static_cast<size_t>(max_size - size())),
271
16
                                             rhs.size()));
272
30
        } else {
273
30
            data->insert_range_from(*rhs.data, 0, rhs.size());
274
30
        }
275
46
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE5mergeERKS2_
Line
Count
Source
261
30
    void merge(const AggregateFunctionCollectListData& rhs) {
262
        if constexpr (HasLimit) {
263
            if (max_size == -1) {
264
                max_size = rhs.max_size;
265
            }
266
            max_size = rhs.max_size;
267
268
            data->insert_range_from(*rhs.data, 0,
269
                                    std::min(assert_cast<size_t, TypeCheckOnRelease::DISABLE>(
270
                                                     static_cast<size_t>(max_size - size())),
271
                                             rhs.size()));
272
30
        } else {
273
30
            data->insert_range_from(*rhs.data, 0, rhs.size());
274
30
        }
275
30
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE5mergeERKS2_
Line
Count
Source
261
16
    void merge(const AggregateFunctionCollectListData& rhs) {
262
16
        if constexpr (HasLimit) {
263
16
            if (max_size == -1) {
264
16
                max_size = rhs.max_size;
265
16
            }
266
16
            max_size = rhs.max_size;
267
268
16
            data->insert_range_from(*rhs.data, 0,
269
16
                                    std::min(assert_cast<size_t, TypeCheckOnRelease::DISABLE>(
270
16
                                                     static_cast<size_t>(max_size - size())),
271
16
                                             rhs.size()));
272
        } else {
273
            data->insert_range_from(*rhs.data, 0, rhs.size());
274
        }
275
16
    }
276
277
46
    void write(BufferWritable& buf) const {
278
46
        auto& col = assert_cast<ColVecType&>(*data);
279
280
46
        buf.write_var_uint(col.size());
281
46
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
282
283
46
        buf.write_var_uint(col.get_chars().size());
284
46
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
285
46
        write_var_int(max_size, buf);
286
46
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
277
30
    void write(BufferWritable& buf) const {
278
30
        auto& col = assert_cast<ColVecType&>(*data);
279
280
30
        buf.write_var_uint(col.size());
281
30
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
282
283
30
        buf.write_var_uint(col.get_chars().size());
284
30
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
285
30
        write_var_int(max_size, buf);
286
30
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
277
16
    void write(BufferWritable& buf) const {
278
16
        auto& col = assert_cast<ColVecType&>(*data);
279
280
16
        buf.write_var_uint(col.size());
281
16
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
282
283
16
        buf.write_var_uint(col.get_chars().size());
284
16
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
285
16
        write_var_int(max_size, buf);
286
16
    }
287
288
46
    void read(BufferReadable& buf) {
289
46
        auto& col = assert_cast<ColVecType&>(*data);
290
46
        UInt64 offs_size = 0;
291
46
        buf.read_var_uint(offs_size);
292
46
        col.get_offsets().resize(offs_size);
293
46
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
294
46
                 offs_size * sizeof(IColumn::Offset));
295
296
46
        UInt64 chars_size = 0;
297
46
        buf.read_var_uint(chars_size);
298
46
        col.get_chars().resize(chars_size);
299
46
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
300
46
        read_var_int(max_size, buf);
301
46
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
288
30
    void read(BufferReadable& buf) {
289
30
        auto& col = assert_cast<ColVecType&>(*data);
290
30
        UInt64 offs_size = 0;
291
30
        buf.read_var_uint(offs_size);
292
30
        col.get_offsets().resize(offs_size);
293
30
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
294
30
                 offs_size * sizeof(IColumn::Offset));
295
296
30
        UInt64 chars_size = 0;
297
30
        buf.read_var_uint(chars_size);
298
30
        col.get_chars().resize(chars_size);
299
30
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
300
30
        read_var_int(max_size, buf);
301
30
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
288
16
    void read(BufferReadable& buf) {
289
16
        auto& col = assert_cast<ColVecType&>(*data);
290
16
        UInt64 offs_size = 0;
291
16
        buf.read_var_uint(offs_size);
292
16
        col.get_offsets().resize(offs_size);
293
16
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
294
16
                 offs_size * sizeof(IColumn::Offset));
295
296
16
        UInt64 chars_size = 0;
297
16
        buf.read_var_uint(chars_size);
298
16
        col.get_chars().resize(chars_size);
299
16
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
300
16
        read_var_int(max_size, buf);
301
16
    }
302
303
    void reset() { data->clear(); }
304
305
63
    void insert_result_into(IColumn& to) const {
306
63
        auto& to_str = assert_cast<ColVecType&>(to);
307
63
        to_str.insert_range_from(*data, 0, size());
308
63
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
305
47
    void insert_result_into(IColumn& to) const {
306
47
        auto& to_str = assert_cast<ColVecType&>(to);
307
47
        to_str.insert_range_from(*data, 0, size());
308
47
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
305
16
    void insert_result_into(IColumn& to) const {
306
16
        auto& to_str = assert_cast<ColVecType&>(to);
307
16
        to_str.insert_range_from(*data, 0, size());
308
16
    }
309
};
310
311
template <PrimitiveType T, bool HasLimit>
312
    requires(!is_string_type(T) && !is_int_or_bool(T) && !is_float_or_double(T) && !is_decimal(T) &&
313
             !is_date_type(T) && !is_ip(T) && !is_timestamptz_type(T))
314
struct AggregateFunctionCollectListData<T, HasLimit> {
315
    static constexpr PrimitiveType PType = T;
316
    using ElementType = StringRef;
317
    using Self = AggregateFunctionCollectListData<T, HasLimit>;
318
    DataTypeSerDeSPtr serde; // for complex serialize && deserialize from multi BE
319
    MutableColumnPtr column_data;
320
    Int64 max_size = -1;
321
322
1.21k
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
323
1.21k
        DataTypePtr column_type = argument_types[0];
324
1.21k
        column_data = column_type->create_column();
325
1.21k
        serde = column_type->get_serde();
326
1.21k
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
322
612
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
323
612
        DataTypePtr column_type = argument_types[0];
324
612
        column_data = column_type->create_column();
325
612
        serde = column_type->get_serde();
326
612
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
322
600
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
323
600
        DataTypePtr column_type = argument_types[0];
324
600
        column_data = column_type->create_column();
325
600
        serde = column_type->get_serde();
326
600
    }
327
328
2.41k
    size_t size() const { return column_data->size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE4sizeEv
Line
Count
Source
328
618
    size_t size() const { return column_data->size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE4sizeEv
Line
Count
Source
328
1.79k
    size_t size() const { return column_data->size(); }
329
330
2.38k
    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
330
1.36k
    void add(const IColumn& column, size_t row_num) { column_data->insert_from(column, row_num); }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
330
1.02k
    void add(const IColumn& column, size_t row_num) { column_data->insert_from(column, row_num); }
331
332
6
    void merge(const AggregateFunctionCollectListData& rhs) {
333
6
        if constexpr (HasLimit) {
334
0
            if (max_size == -1) {
335
0
                max_size = rhs.max_size;
336
0
            }
337
0
            max_size = rhs.max_size;
338
339
0
            column_data->insert_range_from(
340
0
                    *rhs.column_data, 0,
341
0
                    std::min(assert_cast<size_t, TypeCheckOnRelease::DISABLE>(
342
0
                                     static_cast<size_t>(max_size - size())),
343
0
                             rhs.size()));
344
6
        } else {
345
6
            column_data->insert_range_from(*rhs.column_data, 0, rhs.size());
346
6
        }
347
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE5mergeERKS2_
Line
Count
Source
332
6
    void merge(const AggregateFunctionCollectListData& rhs) {
333
        if constexpr (HasLimit) {
334
            if (max_size == -1) {
335
                max_size = rhs.max_size;
336
            }
337
            max_size = rhs.max_size;
338
339
            column_data->insert_range_from(
340
                    *rhs.column_data, 0,
341
                    std::min(assert_cast<size_t, TypeCheckOnRelease::DISABLE>(
342
                                     static_cast<size_t>(max_size - size())),
343
                             rhs.size()));
344
6
        } else {
345
6
            column_data->insert_range_from(*rhs.column_data, 0, rhs.size());
346
6
        }
347
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE5mergeERKS2_
348
349
6
    void write(BufferWritable& buf) const {
350
6
        const size_t size = column_data->size();
351
6
        buf.write_binary(size);
352
353
6
        DataTypeSerDe::FormatOptions opt;
354
6
        auto tmp_str = ColumnString::create();
355
6
        VectorBufferWriter tmp_buf(*tmp_str.get());
356
357
90
        for (size_t i = 0; i < size; i++) {
358
84
            tmp_str->clear();
359
84
            if (Status st = serde->serialize_one_cell_to_json(*column_data, i, tmp_buf, opt); !st) {
360
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
361
0
                                       "Failed to serialize data for " + column_data->get_name() +
362
0
                                               " error: " + st.to_string());
363
0
            }
364
84
            tmp_buf.commit();
365
84
            buf.write_binary(tmp_str->get_data_at(0));
366
84
        }
367
368
6
        write_var_int(max_size, buf);
369
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
349
6
    void write(BufferWritable& buf) const {
350
6
        const size_t size = column_data->size();
351
6
        buf.write_binary(size);
352
353
6
        DataTypeSerDe::FormatOptions opt;
354
6
        auto tmp_str = ColumnString::create();
355
6
        VectorBufferWriter tmp_buf(*tmp_str.get());
356
357
90
        for (size_t i = 0; i < size; i++) {
358
84
            tmp_str->clear();
359
84
            if (Status st = serde->serialize_one_cell_to_json(*column_data, i, tmp_buf, opt); !st) {
360
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
361
0
                                       "Failed to serialize data for " + column_data->get_name() +
362
0
                                               " error: " + st.to_string());
363
0
            }
364
84
            tmp_buf.commit();
365
84
            buf.write_binary(tmp_str->get_data_at(0));
366
84
        }
367
368
6
        write_var_int(max_size, buf);
369
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE5writeERNS_14BufferWritableE
370
371
6
    void read(BufferReadable& buf) {
372
6
        size_t size = 0;
373
6
        buf.read_binary(size);
374
6
        column_data->clear();
375
6
        column_data->reserve(size);
376
377
6
        StringRef s;
378
6
        DataTypeSerDe::FormatOptions opt;
379
90
        for (size_t i = 0; i < size; i++) {
380
84
            buf.read_binary(s);
381
84
            Slice slice(s.data, s.size);
382
84
            if (Status st = serde->deserialize_one_cell_from_json(*column_data, slice, opt); !st) {
383
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
384
0
                                       "Failed to deserialize data for " + column_data->get_name() +
385
0
                                               " error: " + st.to_string());
386
0
            }
387
84
        }
388
6
        read_var_int(max_size, buf);
389
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
371
6
    void read(BufferReadable& buf) {
372
6
        size_t size = 0;
373
6
        buf.read_binary(size);
374
6
        column_data->clear();
375
6
        column_data->reserve(size);
376
377
6
        StringRef s;
378
6
        DataTypeSerDe::FormatOptions opt;
379
90
        for (size_t i = 0; i < size; i++) {
380
84
            buf.read_binary(s);
381
84
            Slice slice(s.data, s.size);
382
84
            if (Status st = serde->deserialize_one_cell_from_json(*column_data, slice, opt); !st) {
383
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
384
0
                                       "Failed to deserialize data for " + column_data->get_name() +
385
0
                                               " error: " + st.to_string());
386
0
            }
387
84
        }
388
6
        read_var_int(max_size, buf);
389
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE4readERNS_14BufferReadableE
390
391
    void reset() { column_data->clear(); }
392
393
1.21k
    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
393
612
    void insert_result_into(IColumn& to) const { to.insert_range_from(*column_data, 0, size()); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
393
600
    void insert_result_into(IColumn& to) const { to.insert_range_from(*column_data, 0, size()); }
394
};
395
396
template <typename Data, bool HasLimit>
397
class AggregateFunctionCollect
398
        : public IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>,
399
          VarargsExpression,
400
          NotNullableAggregateFunction {
401
    static constexpr bool ENABLE_ARENA =
402
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_STRING, HasLimit>> ||
403
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_CHAR, HasLimit>> ||
404
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_VARCHAR, HasLimit>>;
405
406
public:
407
    AggregateFunctionCollect(const DataTypes& argument_types_)
408
3.06k
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
3.06k
                      {argument_types_}),
410
3.06k
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
12
                      {argument_types_}),
410
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
11
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
11
                      {argument_types_}),
410
11
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
14
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
14
                      {argument_types_}),
410
14
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
9
                      {argument_types_}),
410
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
13
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
13
                      {argument_types_}),
410
13
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
442
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
442
                      {argument_types_}),
410
442
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
873
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
873
                      {argument_types_}),
410
873
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
10
                      {argument_types_}),
410
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
15
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
15
                      {argument_types_}),
410
15
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
10
                      {argument_types_}),
410
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
12
                      {argument_types_}),
410
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
12
                      {argument_types_}),
410
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
12
                      {argument_types_}),
410
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
12
                      {argument_types_}),
410
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
4
                      {argument_types_}),
410
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
2
                      {argument_types_}),
410
2
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
2
                      {argument_types_}),
410
2
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
6
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
6
                      {argument_types_}),
410
6
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
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
408
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
18
                      {argument_types_}),
410
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
23
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
23
                      {argument_types_}),
410
23
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
17
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
17
                      {argument_types_}),
410
17
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
23
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
23
                      {argument_types_}),
410
23
              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
408
181
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
181
                      {argument_types_}),
410
181
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
59
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
59
                      {argument_types_}),
410
59
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
18
                      {argument_types_}),
410
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
472
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
472
                      {argument_types_}),
410
472
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
471
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
471
                      {argument_types_}),
410
471
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
9
                      {argument_types_}),
410
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
9
                      {argument_types_}),
410
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
8
                      {argument_types_}),
410
8
              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
408
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
18
                      {argument_types_}),
410
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
18
                      {argument_types_}),
410
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
18
                      {argument_types_}),
410
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
18
                      {argument_types_}),
410
18
              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
408
33
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
33
                      {argument_types_}),
410
33
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
32
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
32
                      {argument_types_}),
410
32
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
408
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
409
12
                      {argument_types_}),
410
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
411
412
204
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
117
                                     Data>) {
415
117
            return "collect_list";
416
117
        } else {
417
87
            return "collect_set";
418
87
        }
419
204
    }
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
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
412
20
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
                                     Data>) {
415
            return "collect_list";
416
20
        } else {
417
20
            return "collect_set";
418
20
        }
419
20
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
412
60
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
60
                                     Data>) {
415
60
            return "collect_list";
416
        } else {
417
            return "collect_set";
418
        }
419
60
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
412
1
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
                                     Data>) {
415
            return "collect_list";
416
1
        } else {
417
1
            return "collect_set";
418
1
        }
419
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
412
2
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
2
                                     Data>) {
415
2
            return "collect_list";
416
        } else {
417
            return "collect_set";
418
        }
419
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
412
22
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
                                     Data>) {
415
            return "collect_list";
416
22
        } else {
417
22
            return "collect_set";
418
22
        }
419
22
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
412
10
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
10
                                     Data>) {
415
10
            return "collect_list";
416
        } else {
417
            return "collect_set";
418
        }
419
10
    }
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
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
412
43
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
                                     Data>) {
415
            return "collect_list";
416
43
        } else {
417
43
            return "collect_set";
418
43
        }
419
43
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
412
44
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
44
                                     Data>) {
415
44
            return "collect_list";
416
        } else {
417
            return "collect_set";
418
        }
419
44
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
412
1
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
                                     Data>) {
415
            return "collect_list";
416
1
        } else {
417
1
            return "collect_set";
418
1
        }
419
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
412
1
    std::string get_name() const override {
413
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
414
1
                                     Data>) {
415
1
            return "collect_list";
416
        } else {
417
            return "collect_set";
418
        }
419
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
420
421
1.44k
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
19
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
26
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
53
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
53
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
17
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
26
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
20
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
8
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
12
    DataTypePtr get_return_type() const override { return return_type; }
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
421
34
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
44
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
32
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
44
    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
421
97
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
123
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
23
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
19
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
17
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
17
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
16
    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
421
36
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
36
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
36
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
36
    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
421
66
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
64
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
421
24
    DataTypePtr get_return_type() const override { return return_type; }
422
423
    void add(AggregateDataPtr __restrict place, const IColumn** columns, ssize_t row_num,
424
7.47k
             Arena& arena) const override {
425
7.47k
        auto& data = this->data(place);
426
7.47k
        if constexpr (HasLimit) {
427
2.22k
            if (data.max_size == -1) {
428
774
                data.max_size =
429
774
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
774
                                columns[1])
431
774
                                ->get_element(row_num);
432
774
            }
433
2.22k
            if (data.size() >= data.max_size) {
434
891
                return;
435
891
            }
436
2.22k
        }
437
1.32k
        if constexpr (ENABLE_ARENA) {
438
472
            data.add(*columns[0], row_num, arena);
439
7.00k
        } else {
440
7.00k
            data.add(*columns[0], row_num);
441
7.00k
        }
442
7.47k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
38
             Arena& arena) const override {
425
38
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
38
        } else {
440
38
            data.add(*columns[0], row_num);
441
38
        }
442
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
25
             Arena& arena) const override {
425
25
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
25
        } else {
440
25
            data.add(*columns[0], row_num);
441
25
        }
442
25
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
62
             Arena& arena) const override {
425
62
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
62
        } else {
440
62
            data.add(*columns[0], row_num);
441
62
        }
442
62
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
38
             Arena& arena) const override {
425
38
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
38
        } else {
440
38
            data.add(*columns[0], row_num);
441
38
        }
442
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
393
             Arena& arena) const override {
425
393
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
393
        } else {
440
393
            data.add(*columns[0], row_num);
441
393
        }
442
393
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
223
             Arena& arena) const override {
425
223
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
223
        } else {
440
223
            data.add(*columns[0], row_num);
441
223
        }
442
223
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
45
             Arena& arena) const override {
425
45
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
45
        } else {
440
45
            data.add(*columns[0], row_num);
441
45
        }
442
45
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
80
             Arena& arena) const override {
425
80
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
80
        } else {
440
80
            data.add(*columns[0], row_num);
441
80
        }
442
80
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
144
             Arena& arena) const override {
425
144
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
144
        } else {
440
144
            data.add(*columns[0], row_num);
441
144
        }
442
144
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
116
             Arena& arena) const override {
425
116
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
116
        } else {
440
116
            data.add(*columns[0], row_num);
441
116
        }
442
116
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
38
             Arena& arena) const override {
425
38
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
38
        } else {
440
38
            data.add(*columns[0], row_num);
441
38
        }
442
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
38
             Arena& arena) const override {
425
38
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
38
        } else {
440
38
            data.add(*columns[0], row_num);
441
38
        }
442
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
48
             Arena& arena) const override {
425
48
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
48
        } else {
440
48
            data.add(*columns[0], row_num);
441
48
        }
442
48
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
44
             Arena& arena) const override {
425
44
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
44
        } else {
440
44
            data.add(*columns[0], row_num);
441
44
        }
442
44
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
40
             Arena& arena) const override {
425
40
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
40
        } else {
440
40
            data.add(*columns[0], row_num);
441
40
        }
442
40
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
26
             Arena& arena) const override {
425
26
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
26
        } else {
440
26
            data.add(*columns[0], row_num);
441
26
        }
442
26
    }
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
424
54
             Arena& arena) const override {
425
54
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
54
        } else {
440
54
            data.add(*columns[0], row_num);
441
54
        }
442
54
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
74
             Arena& arena) const override {
425
74
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
74
        } else {
440
74
            data.add(*columns[0], row_num);
441
74
        }
442
74
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
72
             Arena& arena) const override {
425
72
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
72
        } else {
440
72
            data.add(*columns[0], row_num);
441
72
        }
442
72
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
94
             Arena& arena) const override {
425
94
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
94
        } else {
440
94
            data.add(*columns[0], row_num);
441
94
        }
442
94
    }
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
424
346
             Arena& arena) const override {
425
346
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
346
        if constexpr (ENABLE_ARENA) {
438
346
            data.add(*columns[0], row_num, arena);
439
        } else {
440
            data.add(*columns[0], row_num);
441
        }
442
346
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
1.71k
             Arena& arena) const override {
425
1.71k
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
1.71k
        } else {
440
1.71k
            data.add(*columns[0], row_num);
441
1.71k
        }
442
1.71k
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
1.36k
             Arena& arena) const override {
425
1.36k
        auto& data = this->data(place);
426
        if constexpr (HasLimit) {
427
            if (data.max_size == -1) {
428
                data.max_size =
429
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
                                columns[1])
431
                                ->get_element(row_num);
432
            }
433
            if (data.size() >= data.max_size) {
434
                return;
435
            }
436
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
1.36k
        } else {
440
1.36k
            data.add(*columns[0], row_num);
441
1.36k
        }
442
1.36k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
45
             Arena& arena) const override {
425
45
        auto& data = this->data(place);
426
45
        if constexpr (HasLimit) {
427
45
            if (data.max_size == -1) {
428
19
                data.max_size =
429
19
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
19
                                columns[1])
431
19
                                ->get_element(row_num);
432
19
            }
433
45
            if (data.size() >= data.max_size) {
434
25
                return;
435
25
            }
436
45
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
45
        } else {
440
45
            data.add(*columns[0], row_num);
441
45
        }
442
45
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
38
             Arena& arena) const override {
425
38
        auto& data = this->data(place);
426
38
        if constexpr (HasLimit) {
427
38
            if (data.max_size == -1) {
428
18
                data.max_size =
429
18
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
18
                                columns[1])
431
18
                                ->get_element(row_num);
432
18
            }
433
38
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
38
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
38
        } else {
440
38
            data.add(*columns[0], row_num);
441
38
        }
442
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
59
             Arena& arena) const override {
425
59
        auto& data = this->data(place);
426
59
        if constexpr (HasLimit) {
427
59
            if (data.max_size == -1) {
428
15
                data.max_size =
429
15
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
15
                                columns[1])
431
15
                                ->get_element(row_num);
432
15
            }
433
59
            if (data.size() >= data.max_size) {
434
32
                return;
435
32
            }
436
59
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
59
        } else {
440
59
            data.add(*columns[0], row_num);
441
59
        }
442
59
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
52
             Arena& arena) const override {
425
52
        auto& data = this->data(place);
426
52
        if constexpr (HasLimit) {
427
52
            if (data.max_size == -1) {
428
14
                data.max_size =
429
14
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
14
                                columns[1])
431
14
                                ->get_element(row_num);
432
14
            }
433
52
            if (data.size() >= data.max_size) {
434
26
                return;
435
26
            }
436
52
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
52
        } else {
440
52
            data.add(*columns[0], row_num);
441
52
        }
442
52
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
8
                return;
435
8
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
12
                return;
435
12
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
12
                return;
435
12
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
16
                return;
435
16
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
24
             Arena& arena) const override {
425
24
        auto& data = this->data(place);
426
24
        if constexpr (HasLimit) {
427
24
            if (data.max_size == -1) {
428
4
                data.max_size =
429
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
4
                                columns[1])
431
4
                                ->get_element(row_num);
432
4
            }
433
24
            if (data.size() >= data.max_size) {
434
20
                return;
435
20
            }
436
24
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
24
        } else {
440
24
            data.add(*columns[0], row_num);
441
24
        }
442
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
424
63
             Arena& arena) const override {
425
63
        auto& data = this->data(place);
426
63
        if constexpr (HasLimit) {
427
63
            if (data.max_size == -1) {
428
11
                data.max_size =
429
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
11
                                columns[1])
431
11
                                ->get_element(row_num);
432
11
            }
433
63
            if (data.size() >= data.max_size) {
434
35
                return;
435
35
            }
436
63
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
63
        } else {
440
63
            data.add(*columns[0], row_num);
441
63
        }
442
63
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
63
             Arena& arena) const override {
425
63
        auto& data = this->data(place);
426
63
        if constexpr (HasLimit) {
427
63
            if (data.max_size == -1) {
428
11
                data.max_size =
429
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
11
                                columns[1])
431
11
                                ->get_element(row_num);
432
11
            }
433
63
            if (data.size() >= data.max_size) {
434
39
                return;
435
39
            }
436
63
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
63
        } else {
440
63
            data.add(*columns[0], row_num);
441
63
        }
442
63
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
63
             Arena& arena) const override {
425
63
        auto& data = this->data(place);
426
63
        if constexpr (HasLimit) {
427
63
            if (data.max_size == -1) {
428
11
                data.max_size =
429
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
11
                                columns[1])
431
11
                                ->get_element(row_num);
432
11
            }
433
63
            if (data.size() >= data.max_size) {
434
41
                return;
435
41
            }
436
63
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
63
        } else {
440
63
            data.add(*columns[0], row_num);
441
63
        }
442
63
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
63
             Arena& arena) const override {
425
63
        auto& data = this->data(place);
426
63
        if constexpr (HasLimit) {
427
63
            if (data.max_size == -1) {
428
11
                data.max_size =
429
11
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
11
                                columns[1])
431
11
                                ->get_element(row_num);
432
11
            }
433
63
            if (data.size() >= data.max_size) {
434
43
                return;
435
43
            }
436
63
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
63
        } else {
440
63
            data.add(*columns[0], row_num);
441
63
        }
442
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
424
126
             Arena& arena) const override {
425
126
        auto& data = this->data(place);
426
126
        if constexpr (HasLimit) {
427
126
            if (data.max_size == -1) {
428
20
                data.max_size =
429
20
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
20
                                columns[1])
431
20
                                ->get_element(row_num);
432
20
            }
433
126
            if (data.size() >= data.max_size) {
434
106
                return;
435
106
            }
436
126
        }
437
126
        if constexpr (ENABLE_ARENA) {
438
126
            data.add(*columns[0], row_num, arena);
439
        } else {
440
            data.add(*columns[0], row_num);
441
        }
442
126
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
120
             Arena& arena) const override {
425
120
        auto& data = this->data(place);
426
120
        if constexpr (HasLimit) {
427
120
            if (data.max_size == -1) {
428
16
                data.max_size =
429
16
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
16
                                columns[1])
431
16
                                ->get_element(row_num);
432
16
            }
433
120
            if (data.size() >= data.max_size) {
434
104
                return;
435
104
            }
436
120
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
120
        } else {
440
120
            data.add(*columns[0], row_num);
441
120
        }
442
120
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
424
1.19k
             Arena& arena) const override {
425
1.19k
        auto& data = this->data(place);
426
1.19k
        if constexpr (HasLimit) {
427
1.19k
            if (data.max_size == -1) {
428
572
                data.max_size =
429
572
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
430
572
                                columns[1])
431
572
                                ->get_element(row_num);
432
572
            }
433
1.19k
            if (data.size() >= data.max_size) {
434
172
                return;
435
172
            }
436
1.19k
        }
437
        if constexpr (ENABLE_ARENA) {
438
            data.add(*columns[0], row_num, arena);
439
1.19k
        } else {
440
1.19k
            data.add(*columns[0], row_num);
441
1.19k
        }
442
1.19k
    }
443
444
    void merge(AggregateDataPtr __restrict place, ConstAggregateDataPtr rhs,
445
1.15k
               Arena& arena) const override {
446
1.15k
        auto& data = this->data(place);
447
1.15k
        const auto& rhs_data = this->data(rhs);
448
1.15k
        if constexpr (ENABLE_ARENA) {
449
240
            data.merge(rhs_data, arena);
450
915
        } else {
451
915
            data.merge(rhs_data);
452
915
        }
453
1.15k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
7
               Arena& arena) const override {
446
7
        auto& data = this->data(place);
447
7
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
7
        } else {
451
7
            data.merge(rhs_data);
452
7
        }
453
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
6
               Arena& arena) const override {
446
6
        auto& data = this->data(place);
447
6
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
6
        } else {
451
6
            data.merge(rhs_data);
452
6
        }
453
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
8
               Arena& arena) const override {
446
8
        auto& data = this->data(place);
447
8
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
8
        } else {
451
8
            data.merge(rhs_data);
452
8
        }
453
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
5
               Arena& arena) const override {
446
5
        auto& data = this->data(place);
447
5
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
5
        } else {
451
5
            data.merge(rhs_data);
452
5
        }
453
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
8
               Arena& arena) const override {
446
8
        auto& data = this->data(place);
447
8
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
8
        } else {
451
8
            data.merge(rhs_data);
452
8
        }
453
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
321
               Arena& arena) const override {
446
321
        auto& data = this->data(place);
447
321
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
321
        } else {
451
321
            data.merge(rhs_data);
452
321
        }
453
321
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
160
               Arena& arena) const override {
446
160
        auto& data = this->data(place);
447
160
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
160
        } else {
451
160
            data.merge(rhs_data);
452
160
        }
453
160
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
11
               Arena& arena) const override {
446
11
        auto& data = this->data(place);
447
11
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
11
        } else {
451
11
            data.merge(rhs_data);
452
11
        }
453
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
20
               Arena& arena) const override {
446
20
        auto& data = this->data(place);
447
20
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
20
        } else {
451
20
            data.merge(rhs_data);
452
20
        }
453
20
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
6
               Arena& arena) const override {
446
6
        auto& data = this->data(place);
447
6
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
6
        } else {
451
6
            data.merge(rhs_data);
452
6
        }
453
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
9
               Arena& arena) const override {
446
9
        auto& data = this->data(place);
447
9
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
9
        } else {
451
9
            data.merge(rhs_data);
452
9
        }
453
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
7
               Arena& arena) const override {
446
7
        auto& data = this->data(place);
447
7
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
7
        } else {
451
7
            data.merge(rhs_data);
452
7
        }
453
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
7
               Arena& arena) const override {
446
7
        auto& data = this->data(place);
447
7
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
7
        } else {
451
7
            data.merge(rhs_data);
452
7
        }
453
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
10
               Arena& arena) const override {
446
10
        auto& data = this->data(place);
447
10
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
10
        } else {
451
10
            data.merge(rhs_data);
452
10
        }
453
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
6
               Arena& arena) const override {
446
6
        auto& data = this->data(place);
447
6
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
6
        } else {
451
6
            data.merge(rhs_data);
452
6
        }
453
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
2
               Arena& arena) const override {
446
2
        auto& data = this->data(place);
447
2
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
2
        } else {
451
2
            data.merge(rhs_data);
452
2
        }
453
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
2
               Arena& arena) const override {
446
2
        auto& data = this->data(place);
447
2
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
2
        } else {
451
2
            data.merge(rhs_data);
452
2
        }
453
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
6
               Arena& arena) const override {
446
6
        auto& data = this->data(place);
447
6
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
6
        } else {
451
6
            data.merge(rhs_data);
452
6
        }
453
6
    }
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
445
9
               Arena& arena) const override {
446
9
        auto& data = this->data(place);
447
9
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
9
        } else {
451
9
            data.merge(rhs_data);
452
9
        }
453
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
15
               Arena& arena) const override {
446
15
        auto& data = this->data(place);
447
15
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
15
        } else {
451
15
            data.merge(rhs_data);
452
15
        }
453
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
9
               Arena& arena) const override {
446
9
        auto& data = this->data(place);
447
9
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
9
        } else {
451
9
            data.merge(rhs_data);
452
9
        }
453
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
15
               Arena& arena) const override {
446
15
        auto& data = this->data(place);
447
15
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
15
        } else {
451
15
            data.merge(rhs_data);
452
15
        }
453
15
    }
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
445
224
               Arena& arena) const override {
446
224
        auto& data = this->data(place);
447
224
        const auto& rhs_data = this->data(rhs);
448
224
        if constexpr (ENABLE_ARENA) {
449
224
            data.merge(rhs_data, arena);
450
        } else {
451
            data.merge(rhs_data);
452
        }
453
224
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
30
               Arena& arena) const override {
446
30
        auto& data = this->data(place);
447
30
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
30
        } else {
451
30
            data.merge(rhs_data);
452
30
        }
453
30
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
6
               Arena& arena) const override {
446
6
        auto& data = this->data(place);
447
6
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
6
        } else {
451
6
            data.merge(rhs_data);
452
6
        }
453
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
36
               Arena& arena) const override {
446
36
        auto& data = this->data(place);
447
36
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
36
        } else {
451
36
            data.merge(rhs_data);
452
36
        }
453
36
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
35
               Arena& arena) const override {
446
35
        auto& data = this->data(place);
447
35
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
35
        } else {
451
35
            data.merge(rhs_data);
452
35
        }
453
35
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
12
               Arena& arena) const override {
446
12
        auto& data = this->data(place);
447
12
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
12
        } else {
451
12
            data.merge(rhs_data);
452
12
        }
453
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
11
               Arena& arena) const override {
446
11
        auto& data = this->data(place);
447
11
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
11
        } else {
451
11
            data.merge(rhs_data);
452
11
        }
453
11
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
4
               Arena& arena) const override {
446
4
        auto& data = this->data(place);
447
4
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
4
        } else {
451
4
            data.merge(rhs_data);
452
4
        }
453
4
    }
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
445
12
               Arena& arena) const override {
446
12
        auto& data = this->data(place);
447
12
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
12
        } else {
451
12
            data.merge(rhs_data);
452
12
        }
453
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
12
               Arena& arena) const override {
446
12
        auto& data = this->data(place);
447
12
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
12
        } else {
451
12
            data.merge(rhs_data);
452
12
        }
453
12
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
12
               Arena& arena) const override {
446
12
        auto& data = this->data(place);
447
12
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
12
        } else {
451
12
            data.merge(rhs_data);
452
12
        }
453
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
12
               Arena& arena) const override {
446
12
        auto& data = this->data(place);
447
12
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
12
        } else {
451
12
            data.merge(rhs_data);
452
12
        }
453
12
    }
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
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
16
               Arena& arena) const override {
446
16
        auto& data = this->data(place);
447
16
        const auto& rhs_data = this->data(rhs);
448
16
        if constexpr (ENABLE_ARENA) {
449
16
            data.merge(rhs_data, arena);
450
        } else {
451
            data.merge(rhs_data);
452
        }
453
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
445
16
               Arena& arena) const override {
446
16
        auto& data = this->data(place);
447
16
        const auto& rhs_data = this->data(rhs);
448
        if constexpr (ENABLE_ARENA) {
449
            data.merge(rhs_data, arena);
450
16
        } else {
451
16
            data.merge(rhs_data);
452
16
        }
453
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
454
455
1.25k
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
1.25k
        this->data(place).write(buf);
457
1.25k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
7
        this->data(place).write(buf);
457
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
6
        this->data(place).write(buf);
457
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
8
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
8
        this->data(place).write(buf);
457
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
5
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
5
        this->data(place).write(buf);
457
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
8
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
8
        this->data(place).write(buf);
457
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
359
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
359
        this->data(place).write(buf);
457
359
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
206
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
206
        this->data(place).write(buf);
457
206
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
12
        this->data(place).write(buf);
457
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
22
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
22
        this->data(place).write(buf);
457
22
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
6
        this->data(place).write(buf);
457
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
9
        this->data(place).write(buf);
457
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
7
        this->data(place).write(buf);
457
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
7
        this->data(place).write(buf);
457
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
10
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
10
        this->data(place).write(buf);
457
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
6
        this->data(place).write(buf);
457
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
2
        this->data(place).write(buf);
457
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
2
        this->data(place).write(buf);
457
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
6
        this->data(place).write(buf);
457
6
    }
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
455
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
9
        this->data(place).write(buf);
457
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
15
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
15
        this->data(place).write(buf);
457
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
9
        this->data(place).write(buf);
457
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
15
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
15
        this->data(place).write(buf);
457
15
    }
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
455
218
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
218
        this->data(place).write(buf);
457
218
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
30
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
30
        this->data(place).write(buf);
457
30
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
6
        this->data(place).write(buf);
457
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
43
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
43
        this->data(place).write(buf);
457
43
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
42
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
42
        this->data(place).write(buf);
457
42
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
13
        this->data(place).write(buf);
457
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
12
        this->data(place).write(buf);
457
12
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
4
        this->data(place).write(buf);
457
4
    }
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
455
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
12
        this->data(place).write(buf);
457
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
12
        this->data(place).write(buf);
457
12
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
12
        this->data(place).write(buf);
457
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
12
        this->data(place).write(buf);
457
12
    }
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
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
16
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
16
        this->data(place).write(buf);
457
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
455
16
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
456
16
        this->data(place).write(buf);
457
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
458
459
    void deserialize(AggregateDataPtr __restrict place, BufferReadable& buf,
460
1.15k
                     Arena&) const override {
461
1.15k
        this->data(place).read(buf);
462
1.15k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
7
                     Arena&) const override {
461
7
        this->data(place).read(buf);
462
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
6
                     Arena&) const override {
461
6
        this->data(place).read(buf);
462
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
8
                     Arena&) const override {
461
8
        this->data(place).read(buf);
462
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
5
                     Arena&) const override {
461
5
        this->data(place).read(buf);
462
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
8
                     Arena&) const override {
461
8
        this->data(place).read(buf);
462
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
321
                     Arena&) const override {
461
321
        this->data(place).read(buf);
462
321
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
160
                     Arena&) const override {
461
160
        this->data(place).read(buf);
462
160
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
11
                     Arena&) const override {
461
11
        this->data(place).read(buf);
462
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
20
                     Arena&) const override {
461
20
        this->data(place).read(buf);
462
20
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
6
                     Arena&) const override {
461
6
        this->data(place).read(buf);
462
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
9
                     Arena&) const override {
461
9
        this->data(place).read(buf);
462
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
7
                     Arena&) const override {
461
7
        this->data(place).read(buf);
462
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
7
                     Arena&) const override {
461
7
        this->data(place).read(buf);
462
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
10
                     Arena&) const override {
461
10
        this->data(place).read(buf);
462
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
6
                     Arena&) const override {
461
6
        this->data(place).read(buf);
462
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
2
                     Arena&) const override {
461
2
        this->data(place).read(buf);
462
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
2
                     Arena&) const override {
461
2
        this->data(place).read(buf);
462
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
6
                     Arena&) const override {
461
6
        this->data(place).read(buf);
462
6
    }
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
460
9
                     Arena&) const override {
461
9
        this->data(place).read(buf);
462
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
15
                     Arena&) const override {
461
15
        this->data(place).read(buf);
462
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
9
                     Arena&) const override {
461
9
        this->data(place).read(buf);
462
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
15
                     Arena&) const override {
461
15
        this->data(place).read(buf);
462
15
    }
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
460
224
                     Arena&) const override {
461
224
        this->data(place).read(buf);
462
224
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
30
                     Arena&) const override {
461
30
        this->data(place).read(buf);
462
30
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
6
                     Arena&) const override {
461
6
        this->data(place).read(buf);
462
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
36
                     Arena&) const override {
461
36
        this->data(place).read(buf);
462
36
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
35
                     Arena&) const override {
461
35
        this->data(place).read(buf);
462
35
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
12
                     Arena&) const override {
461
12
        this->data(place).read(buf);
462
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
11
                     Arena&) const override {
461
11
        this->data(place).read(buf);
462
11
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
4
                     Arena&) const override {
461
4
        this->data(place).read(buf);
462
4
    }
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
460
12
                     Arena&) const override {
461
12
        this->data(place).read(buf);
462
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
12
                     Arena&) const override {
461
12
        this->data(place).read(buf);
462
12
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
12
                     Arena&) const override {
461
12
        this->data(place).read(buf);
462
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
12
                     Arena&) const override {
461
12
        this->data(place).read(buf);
462
12
    }
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
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
16
                     Arena&) const override {
461
16
        this->data(place).read(buf);
462
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
460
16
                     Arena&) const override {
461
16
        this->data(place).read(buf);
462
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
463
464
2.18k
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
2.18k
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
2.18k
        auto& to_nested_col = to_arr.get_data();
467
2.18k
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
2.18k
        this->data(place).insert_result_into(col_null->get_nested_column());
469
2.18k
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
2.18k
        to_arr.get_offsets().push_back(to_nested_col.size());
471
2.18k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
7
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
7
        auto& to_nested_col = to_arr.get_data();
467
7
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
7
        this->data(place).insert_result_into(col_null->get_nested_column());
469
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
7
        to_arr.get_offsets().push_back(to_nested_col.size());
471
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
7
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
7
        auto& to_nested_col = to_arr.get_data();
467
7
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
7
        this->data(place).insert_result_into(col_null->get_nested_column());
469
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
7
        to_arr.get_offsets().push_back(to_nested_col.size());
471
7
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
68
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
68
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
68
        auto& to_nested_col = to_arr.get_data();
467
68
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
68
        this->data(place).insert_result_into(col_null->get_nested_column());
469
68
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
68
        to_arr.get_offsets().push_back(to_nested_col.size());
471
68
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
6
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
6
        auto& to_nested_col = to_arr.get_data();
467
6
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
6
        this->data(place).insert_result_into(col_null->get_nested_column());
469
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
6
        to_arr.get_offsets().push_back(to_nested_col.size());
471
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
220
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
220
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
220
        auto& to_nested_col = to_arr.get_data();
467
220
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
220
        this->data(place).insert_result_into(col_null->get_nested_column());
469
220
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
220
        to_arr.get_offsets().push_back(to_nested_col.size());
471
220
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
49
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
49
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
49
        auto& to_nested_col = to_arr.get_data();
467
49
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
49
        this->data(place).insert_result_into(col_null->get_nested_column());
469
49
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
49
        to_arr.get_offsets().push_back(to_nested_col.size());
471
49
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
12
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
12
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
12
        auto& to_nested_col = to_arr.get_data();
467
12
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
12
        this->data(place).insert_result_into(col_null->get_nested_column());
469
12
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
12
        to_arr.get_offsets().push_back(to_nested_col.size());
471
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
21
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
21
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
21
        auto& to_nested_col = to_arr.get_data();
467
21
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
21
        this->data(place).insert_result_into(col_null->get_nested_column());
469
21
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
21
        to_arr.get_offsets().push_back(to_nested_col.size());
471
21
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
8
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
8
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
8
        auto& to_nested_col = to_arr.get_data();
467
8
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
8
        this->data(place).insert_result_into(col_null->get_nested_column());
469
8
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
8
        to_arr.get_offsets().push_back(to_nested_col.size());
471
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
7
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
7
        auto& to_nested_col = to_arr.get_data();
467
7
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
7
        this->data(place).insert_result_into(col_null->get_nested_column());
469
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
7
        to_arr.get_offsets().push_back(to_nested_col.size());
471
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
7
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
7
        auto& to_nested_col = to_arr.get_data();
467
7
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
7
        this->data(place).insert_result_into(col_null->get_nested_column());
469
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
7
        to_arr.get_offsets().push_back(to_nested_col.size());
471
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
6
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
6
        auto& to_nested_col = to_arr.get_data();
467
6
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
6
        this->data(place).insert_result_into(col_null->get_nested_column());
469
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
6
        to_arr.get_offsets().push_back(to_nested_col.size());
471
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
2
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
2
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
2
        auto& to_nested_col = to_arr.get_data();
467
2
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
2
        this->data(place).insert_result_into(col_null->get_nested_column());
469
2
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
2
        to_arr.get_offsets().push_back(to_nested_col.size());
471
2
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
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
464
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
14
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
14
        auto& to_nested_col = to_arr.get_data();
467
14
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
14
        this->data(place).insert_result_into(col_null->get_nested_column());
469
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
14
        to_arr.get_offsets().push_back(to_nested_col.size());
471
14
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
14
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
14
        auto& to_nested_col = to_arr.get_data();
467
14
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
14
        this->data(place).insert_result_into(col_null->get_nested_column());
469
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
14
        to_arr.get_offsets().push_back(to_nested_col.size());
471
14
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
10
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
10
        auto& to_nested_col = to_arr.get_data();
467
10
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
10
        this->data(place).insert_result_into(col_null->get_nested_column());
469
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
10
        to_arr.get_offsets().push_back(to_nested_col.size());
471
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
14
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
14
        auto& to_nested_col = to_arr.get_data();
467
14
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
14
        this->data(place).insert_result_into(col_null->get_nested_column());
469
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
14
        to_arr.get_offsets().push_back(to_nested_col.size());
471
14
    }
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
464
236
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
236
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
236
        auto& to_nested_col = to_arr.get_data();
467
236
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
236
        this->data(place).insert_result_into(col_null->get_nested_column());
469
236
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
236
        to_arr.get_offsets().push_back(to_nested_col.size());
471
236
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
47
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
47
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
47
        auto& to_nested_col = to_arr.get_data();
467
47
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
47
        this->data(place).insert_result_into(col_null->get_nested_column());
469
47
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
47
        to_arr.get_offsets().push_back(to_nested_col.size());
471
47
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
612
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
612
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
612
        auto& to_nested_col = to_arr.get_data();
467
612
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
612
        this->data(place).insert_result_into(col_null->get_nested_column());
469
612
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
612
        to_arr.get_offsets().push_back(to_nested_col.size());
471
612
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
10
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
10
        auto& to_nested_col = to_arr.get_data();
467
10
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
10
        this->data(place).insert_result_into(col_null->get_nested_column());
469
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
10
        to_arr.get_offsets().push_back(to_nested_col.size());
471
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
10
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
10
        auto& to_nested_col = to_arr.get_data();
467
10
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
10
        this->data(place).insert_result_into(col_null->get_nested_column());
469
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
10
        to_arr.get_offsets().push_back(to_nested_col.size());
471
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
10
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
10
        auto& to_nested_col = to_arr.get_data();
467
10
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
10
        this->data(place).insert_result_into(col_null->get_nested_column());
469
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
10
        to_arr.get_offsets().push_back(to_nested_col.size());
471
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
4
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
4
        auto& to_nested_col = to_arr.get_data();
467
4
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
4
        this->data(place).insert_result_into(col_null->get_nested_column());
469
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
4
        to_arr.get_offsets().push_back(to_nested_col.size());
471
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
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
9
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
9
        auto& to_nested_col = to_arr.get_data();
467
9
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
9
        this->data(place).insert_result_into(col_null->get_nested_column());
469
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
9
        to_arr.get_offsets().push_back(to_nested_col.size());
471
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
464
20
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
20
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
20
        auto& to_nested_col = to_arr.get_data();
467
20
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
20
        this->data(place).insert_result_into(col_null->get_nested_column());
469
20
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
20
        to_arr.get_offsets().push_back(to_nested_col.size());
471
20
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
16
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
16
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
16
        auto& to_nested_col = to_arr.get_data();
467
16
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
16
        this->data(place).insert_result_into(col_null->get_nested_column());
469
16
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
16
        to_arr.get_offsets().push_back(to_nested_col.size());
471
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
464
600
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
465
600
        auto& to_arr = assert_cast<ColumnArray&>(to);
466
600
        auto& to_nested_col = to_arr.get_data();
467
600
        auto* col_null = assert_cast<ColumnNullable*>(&to_nested_col);
468
600
        this->data(place).insert_result_into(col_null->get_nested_column());
469
600
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
470
600
        to_arr.get_offsets().push_back(to_nested_col.size());
471
600
    }
472
473
private:
474
    DataTypePtr return_type;
475
};
476
477
} // namespace doris
478
479
#include "common/compile_check_end.h"