Coverage Report

Created: 2026-05-29 14:43

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