Coverage Report

Created: 2026-05-29 13:56

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