Coverage Report

Created: 2026-05-19 18:17

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