Coverage Report

Created: 2026-03-12 16:03

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