Coverage Report

Created: 2026-07-08 14:44

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
#include <type_traits>
30
31
#include "core/assert_cast.h"
32
#include "core/column/column.h"
33
#include "core/column/column_array.h"
34
#include "core/column/column_decimal.h"
35
#include "core/column/column_nullable.h"
36
#include "core/column/column_string.h"
37
#include "core/data_type/data_type.h"
38
#include "core/data_type/data_type_array.h"
39
#include "core/data_type/data_type_nullable.h"
40
#include "core/pod_array_fwd.h"
41
#include "core/string_buffer.hpp"
42
#include "core/string_ref.h"
43
#include "core/types.h"
44
#include "exprs/aggregate/aggregate_function.h"
45
#include "util/var_int.h"
46
47
namespace doris {
48
template <PrimitiveType T, bool HasLimit>
49
struct AggregateFunctionCollectSetData {
50
    static constexpr PrimitiveType PType = T;
51
    using ElementType = typename PrimitiveTypeTraits<T>::CppType;
52
    using ColVecType = typename PrimitiveTypeTraits<T>::ColumnType;
53
    using SelfType = AggregateFunctionCollectSetData;
54
    using Set = doris::flat_hash_set<ElementType>;
55
    Set data_set;
56
    Int64 max_size = -1;
57
58
1.75k
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
29
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
26
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
934
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
45
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
28
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
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
58
53
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
50
    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
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
156
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
47
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
24
    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
58
59
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
58
60
    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
59
60
916
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE4sizeEv
Line
Count
Source
60
7
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE4sizeEv
Line
Count
Source
60
6
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE4sizeEv
Line
Count
Source
60
220
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE4sizeEv
Line
Count
Source
60
12
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE4sizeEv
Line
Count
Source
60
8
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE4sizeEv
Line
Count
Source
60
4
    size_t size() const { return data_set.size(); }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE4sizeEv
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE4sizeEv
Line
Count
Source
60
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
60
14
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE4sizeEv
Line
Count
Source
60
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
60
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE4sizeEv
Line
Count
Source
60
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE4sizeEv
Line
Count
Source
60
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE4sizeEv
Line
Count
Source
60
117
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE4sizeEv
Line
Count
Source
60
87
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE4sizeEv
Line
Count
Source
60
40
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE4sizeEv
Line
Count
Source
60
32
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE4sizeEv
Line
Count
Source
60
36
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE4sizeEv
Line
Count
Source
60
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
60
91
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE4sizeEv
Line
Count
Source
60
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
61
62
1.04k
    void add(const IColumn& column, size_t row_num) {
63
1.04k
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
1.04k
                                .get_data()[row_num]);
65
1.04k
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
25
    void add(const IColumn& column, size_t row_num) {
63
25
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
25
                                .get_data()[row_num]);
65
25
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
394
    void add(const IColumn& column, size_t row_num) {
63
394
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
394
                                .get_data()[row_num]);
65
394
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
45
    void add(const IColumn& column, size_t row_num) {
63
45
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
45
                                .get_data()[row_num]);
65
45
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
144
    void add(const IColumn& column, size_t row_num) {
63
144
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
144
                                .get_data()[row_num]);
65
144
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
24
    void add(const IColumn& column, size_t row_num) {
63
24
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
24
                                .get_data()[row_num]);
65
24
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
44
    void add(const IColumn& column, size_t row_num) {
63
44
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
44
                                .get_data()[row_num]);
65
44
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE3addERKNS_7IColumnEm
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
54
    void add(const IColumn& column, size_t row_num) {
63
54
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
54
                                .get_data()[row_num]);
65
54
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
62
72
    void add(const IColumn& column, size_t row_num) {
63
72
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
72
                                .get_data()[row_num]);
65
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
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
22
    void add(const IColumn& column, size_t row_num) {
63
22
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
22
                                .get_data()[row_num]);
65
22
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
27
    void add(const IColumn& column, size_t row_num) {
63
27
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
27
                                .get_data()[row_num]);
65
27
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
16
    void add(const IColumn& column, size_t row_num) {
63
16
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
16
                                .get_data()[row_num]);
65
16
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
12
    void add(const IColumn& column, size_t row_num) {
63
12
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
12
                                .get_data()[row_num]);
65
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
4
    void add(const IColumn& column, size_t row_num) {
63
4
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
4
                                .get_data()[row_num]);
65
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
62
29
    void add(const IColumn& column, size_t row_num) {
63
29
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
29
                                .get_data()[row_num]);
65
29
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
62
22
    void add(const IColumn& column, size_t row_num) {
63
22
        data_set.insert(assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column)
64
22
                                .get_data()[row_num]);
65
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
66
67
504
    void merge(const SelfType& rhs) {
68
504
        if constexpr (HasLimit) {
69
117
            if (max_size == -1) {
70
101
                max_size = rhs.max_size;
71
101
            }
72
73
149
            for (auto& rhs_elem : rhs.data_set) {
74
149
                if (size() >= max_size) {
75
8
                    return;
76
8
                }
77
141
                data_set.insert(rhs_elem);
78
141
            }
79
387
        } else {
80
605
            for (const auto& elem : rhs.data_set) {
81
605
                data_set.insert(elem);
82
605
            }
83
387
        }
84
504
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
4
        } else {
80
8
            for (const auto& elem : rhs.data_set) {
81
8
                data_set.insert(elem);
82
8
            }
83
4
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE5mergeERKS2_
Line
Count
Source
67
6
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
6
        } else {
80
17
            for (const auto& elem : rhs.data_set) {
81
17
                data_set.insert(elem);
82
17
            }
83
6
        }
84
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE5mergeERKS2_
Line
Count
Source
67
5
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
5
        } else {
80
20
            for (const auto& elem : rhs.data_set) {
81
20
                data_set.insert(elem);
82
20
            }
83
5
        }
84
5
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE5mergeERKS2_
Line
Count
Source
67
323
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
323
        } else {
80
337
            for (const auto& elem : rhs.data_set) {
81
337
                data_set.insert(elem);
82
337
            }
83
323
        }
84
323
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE5mergeERKS2_
Line
Count
Source
67
11
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
11
        } else {
80
32
            for (const auto& elem : rhs.data_set) {
81
32
                data_set.insert(elem);
82
32
            }
83
11
        }
84
11
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE5mergeERKS2_
Line
Count
Source
67
6
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
6
        } else {
80
50
            for (const auto& elem : rhs.data_set) {
81
50
                data_set.insert(elem);
82
50
            }
83
6
        }
84
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
4
        } else {
80
20
            for (const auto& elem : rhs.data_set) {
81
20
                data_set.insert(elem);
82
20
            }
83
4
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
4
        } else {
80
20
            for (const auto& elem : rhs.data_set) {
81
20
                data_set.insert(elem);
82
20
            }
83
4
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
4
        } else {
80
20
            for (const auto& elem : rhs.data_set) {
81
20
                data_set.insert(elem);
82
20
            }
83
4
        }
84
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE5mergeERKS2_
Line
Count
Source
67
2
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
2
        } else {
80
11
            for (const auto& elem : rhs.data_set) {
81
11
                data_set.insert(elem);
82
11
            }
83
2
        }
84
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE5mergeERKS2_
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE5mergeERKS2_
Line
Count
Source
67
9
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
9
        } else {
80
32
            for (const auto& elem : rhs.data_set) {
81
32
                data_set.insert(elem);
82
32
            }
83
9
        }
84
9
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE5mergeERKS2_
Line
Count
Source
67
9
    void merge(const SelfType& rhs) {
68
        if constexpr (HasLimit) {
69
            if (max_size == -1) {
70
                max_size = rhs.max_size;
71
            }
72
73
            for (auto& rhs_elem : rhs.data_set) {
74
                if (size() >= max_size) {
75
                    return;
76
                }
77
                data_set.insert(rhs_elem);
78
            }
79
9
        } else {
80
38
            for (const auto& elem : rhs.data_set) {
81
38
                data_set.insert(elem);
82
38
            }
83
9
        }
84
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
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
4
            for (auto& rhs_elem : rhs.data_set) {
74
4
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
4
                data_set.insert(rhs_elem);
78
4
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
4
            for (auto& rhs_elem : rhs.data_set) {
74
4
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
4
                data_set.insert(rhs_elem);
78
4
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
4
            for (auto& rhs_elem : rhs.data_set) {
74
4
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
4
                data_set.insert(rhs_elem);
78
4
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE5mergeERKS2_
Line
Count
Source
67
51
    void merge(const SelfType& rhs) {
68
51
        if constexpr (HasLimit) {
69
51
            if (max_size == -1) {
70
47
                max_size = rhs.max_size;
71
47
            }
72
73
55
            for (auto& rhs_elem : rhs.data_set) {
74
55
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
55
                data_set.insert(rhs_elem);
78
55
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
51
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE5mergeERKS2_
Line
Count
Source
67
12
    void merge(const SelfType& rhs) {
68
12
        if constexpr (HasLimit) {
69
12
            if (max_size == -1) {
70
8
                max_size = rhs.max_size;
71
8
            }
72
73
18
            for (auto& rhs_elem : rhs.data_set) {
74
18
                if (size() >= max_size) {
75
2
                    return;
76
2
                }
77
16
                data_set.insert(rhs_elem);
78
16
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
12
            for (auto& rhs_elem : rhs.data_set) {
74
12
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
12
                data_set.insert(rhs_elem);
78
12
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
4
            for (auto& rhs_elem : rhs.data_set) {
74
4
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
4
                data_set.insert(rhs_elem);
78
4
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
8
            for (auto& rhs_elem : rhs.data_set) {
74
8
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
8
                data_set.insert(rhs_elem);
78
8
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE5mergeERKS2_
Line
Count
Source
67
4
    void merge(const SelfType& rhs) {
68
4
        if constexpr (HasLimit) {
69
4
            if (max_size == -1) {
70
4
                max_size = rhs.max_size;
71
4
            }
72
73
4
            for (auto& rhs_elem : rhs.data_set) {
74
4
                if (size() >= max_size) {
75
0
                    return;
76
0
                }
77
4
                data_set.insert(rhs_elem);
78
4
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
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
67
13
    void merge(const SelfType& rhs) {
68
13
        if constexpr (HasLimit) {
69
13
            if (max_size == -1) {
70
9
                max_size = rhs.max_size;
71
9
            }
72
73
20
            for (auto& rhs_elem : rhs.data_set) {
74
20
                if (size() >= max_size) {
75
3
                    return;
76
3
                }
77
17
                data_set.insert(rhs_elem);
78
17
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
13
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE5mergeERKS2_
Line
Count
Source
67
13
    void merge(const SelfType& rhs) {
68
13
        if constexpr (HasLimit) {
69
13
            if (max_size == -1) {
70
9
                max_size = rhs.max_size;
71
9
            }
72
73
16
            for (auto& rhs_elem : rhs.data_set) {
74
16
                if (size() >= max_size) {
75
3
                    return;
76
3
                }
77
13
                data_set.insert(rhs_elem);
78
13
            }
79
        } else {
80
            for (const auto& elem : rhs.data_set) {
81
                data_set.insert(elem);
82
            }
83
        }
84
13
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EE5mergeERKS2_
85
86
547
    void write(BufferWritable& buf) const {
87
547
        buf.write_var_uint(data_set.size());
88
809
        for (const auto& value : data_set) {
89
809
            buf.write_binary(value);
90
809
        }
91
547
        write_var_int(max_size, buf);
92
547
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
8
        for (const auto& value : data_set) {
89
8
            buf.write_binary(value);
90
8
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
6
    void write(BufferWritable& buf) const {
87
6
        buf.write_var_uint(data_set.size());
88
17
        for (const auto& value : data_set) {
89
17
            buf.write_binary(value);
90
17
        }
91
6
        write_var_int(max_size, buf);
92
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
5
    void write(BufferWritable& buf) const {
87
5
        buf.write_var_uint(data_set.size());
88
20
        for (const auto& value : data_set) {
89
20
            buf.write_binary(value);
90
20
        }
91
5
        write_var_int(max_size, buf);
92
5
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
362
    void write(BufferWritable& buf) const {
87
362
        buf.write_var_uint(data_set.size());
88
376
        for (const auto& value : data_set) {
89
376
            buf.write_binary(value);
90
376
        }
91
362
        write_var_int(max_size, buf);
92
362
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
12
    void write(BufferWritable& buf) const {
87
12
        buf.write_var_uint(data_set.size());
88
35
        for (const auto& value : data_set) {
89
35
            buf.write_binary(value);
90
35
        }
91
12
        write_var_int(max_size, buf);
92
12
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
6
    void write(BufferWritable& buf) const {
87
6
        buf.write_var_uint(data_set.size());
88
50
        for (const auto& value : data_set) {
89
50
            buf.write_binary(value);
90
50
        }
91
6
        write_var_int(max_size, buf);
92
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
20
        for (const auto& value : data_set) {
89
20
            buf.write_binary(value);
90
20
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
20
        for (const auto& value : data_set) {
89
20
            buf.write_binary(value);
90
20
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
20
        for (const auto& value : data_set) {
89
20
            buf.write_binary(value);
90
20
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
2
    void write(BufferWritable& buf) const {
87
2
        buf.write_var_uint(data_set.size());
88
11
        for (const auto& value : data_set) {
89
11
            buf.write_binary(value);
90
11
        }
91
2
        write_var_int(max_size, buf);
92
2
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
9
    void write(BufferWritable& buf) const {
87
9
        buf.write_var_uint(data_set.size());
88
32
        for (const auto& value : data_set) {
89
32
            buf.write_binary(value);
90
32
        }
91
9
        write_var_int(max_size, buf);
92
9
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
86
9
    void write(BufferWritable& buf) const {
87
9
        buf.write_var_uint(data_set.size());
88
38
        for (const auto& value : data_set) {
89
38
            buf.write_binary(value);
90
38
        }
91
9
        write_var_int(max_size, buf);
92
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
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
4
        for (const auto& value : data_set) {
89
4
            buf.write_binary(value);
90
4
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
4
        for (const auto& value : data_set) {
89
4
            buf.write_binary(value);
90
4
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
4
        for (const auto& value : data_set) {
89
4
            buf.write_binary(value);
90
4
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
53
    void write(BufferWritable& buf) const {
87
53
        buf.write_var_uint(data_set.size());
88
57
        for (const auto& value : data_set) {
89
57
            buf.write_binary(value);
90
57
        }
91
53
        write_var_int(max_size, buf);
92
53
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
13
    void write(BufferWritable& buf) const {
87
13
        buf.write_var_uint(data_set.size());
88
21
        for (const auto& value : data_set) {
89
21
            buf.write_binary(value);
90
21
        }
91
13
        write_var_int(max_size, buf);
92
13
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
12
        for (const auto& value : data_set) {
89
12
            buf.write_binary(value);
90
12
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
4
        for (const auto& value : data_set) {
89
4
            buf.write_binary(value);
90
4
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
8
        for (const auto& value : data_set) {
89
8
            buf.write_binary(value);
90
8
        }
91
4
        write_var_int(max_size, buf);
92
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
4
    void write(BufferWritable& buf) const {
87
4
        buf.write_var_uint(data_set.size());
88
4
        for (const auto& value : data_set) {
89
4
            buf.write_binary(value);
90
4
        }
91
4
        write_var_int(max_size, buf);
92
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
86
13
    void write(BufferWritable& buf) const {
87
13
        buf.write_var_uint(data_set.size());
88
25
        for (const auto& value : data_set) {
89
25
            buf.write_binary(value);
90
25
        }
91
13
        write_var_int(max_size, buf);
92
13
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
86
13
    void write(BufferWritable& buf) const {
87
13
        buf.write_var_uint(data_set.size());
88
19
        for (const auto& value : data_set) {
89
19
            buf.write_binary(value);
90
19
        }
91
13
        write_var_int(max_size, buf);
92
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
93
94
504
    void read(BufferReadable& buf) {
95
504
        uint64_t new_size = 0;
96
504
        buf.read_var_uint(new_size);
97
504
        ElementType x;
98
1.26k
        for (size_t i = 0; i < new_size; ++i) {
99
762
            buf.read_binary(x);
100
762
            data_set.insert(x);
101
762
        }
102
504
        read_var_int(max_size, buf);
103
504
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
12
        for (size_t i = 0; i < new_size; ++i) {
99
8
            buf.read_binary(x);
100
8
            data_set.insert(x);
101
8
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
6
    void read(BufferReadable& buf) {
95
6
        uint64_t new_size = 0;
96
6
        buf.read_var_uint(new_size);
97
6
        ElementType x;
98
23
        for (size_t i = 0; i < new_size; ++i) {
99
17
            buf.read_binary(x);
100
17
            data_set.insert(x);
101
17
        }
102
6
        read_var_int(max_size, buf);
103
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
5
    void read(BufferReadable& buf) {
95
5
        uint64_t new_size = 0;
96
5
        buf.read_var_uint(new_size);
97
5
        ElementType x;
98
25
        for (size_t i = 0; i < new_size; ++i) {
99
20
            buf.read_binary(x);
100
20
            data_set.insert(x);
101
20
        }
102
5
        read_var_int(max_size, buf);
103
5
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
323
    void read(BufferReadable& buf) {
95
323
        uint64_t new_size = 0;
96
323
        buf.read_var_uint(new_size);
97
323
        ElementType x;
98
660
        for (size_t i = 0; i < new_size; ++i) {
99
337
            buf.read_binary(x);
100
337
            data_set.insert(x);
101
337
        }
102
323
        read_var_int(max_size, buf);
103
323
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
11
    void read(BufferReadable& buf) {
95
11
        uint64_t new_size = 0;
96
11
        buf.read_var_uint(new_size);
97
11
        ElementType x;
98
43
        for (size_t i = 0; i < new_size; ++i) {
99
32
            buf.read_binary(x);
100
32
            data_set.insert(x);
101
32
        }
102
11
        read_var_int(max_size, buf);
103
11
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
6
    void read(BufferReadable& buf) {
95
6
        uint64_t new_size = 0;
96
6
        buf.read_var_uint(new_size);
97
6
        ElementType x;
98
56
        for (size_t i = 0; i < new_size; ++i) {
99
50
            buf.read_binary(x);
100
50
            data_set.insert(x);
101
50
        }
102
6
        read_var_int(max_size, buf);
103
6
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
24
        for (size_t i = 0; i < new_size; ++i) {
99
20
            buf.read_binary(x);
100
20
            data_set.insert(x);
101
20
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
24
        for (size_t i = 0; i < new_size; ++i) {
99
20
            buf.read_binary(x);
100
20
            data_set.insert(x);
101
20
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
24
        for (size_t i = 0; i < new_size; ++i) {
99
20
            buf.read_binary(x);
100
20
            data_set.insert(x);
101
20
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
2
    void read(BufferReadable& buf) {
95
2
        uint64_t new_size = 0;
96
2
        buf.read_var_uint(new_size);
97
2
        ElementType x;
98
13
        for (size_t i = 0; i < new_size; ++i) {
99
11
            buf.read_binary(x);
100
11
            data_set.insert(x);
101
11
        }
102
2
        read_var_int(max_size, buf);
103
2
    }
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EE4readERNS_14BufferReadableE
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
9
    void read(BufferReadable& buf) {
95
9
        uint64_t new_size = 0;
96
9
        buf.read_var_uint(new_size);
97
9
        ElementType x;
98
41
        for (size_t i = 0; i < new_size; ++i) {
99
32
            buf.read_binary(x);
100
32
            data_set.insert(x);
101
32
        }
102
9
        read_var_int(max_size, buf);
103
9
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
94
9
    void read(BufferReadable& buf) {
95
9
        uint64_t new_size = 0;
96
9
        buf.read_var_uint(new_size);
97
9
        ElementType x;
98
47
        for (size_t i = 0; i < new_size; ++i) {
99
38
            buf.read_binary(x);
100
38
            data_set.insert(x);
101
38
        }
102
9
        read_var_int(max_size, buf);
103
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
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
8
        for (size_t i = 0; i < new_size; ++i) {
99
4
            buf.read_binary(x);
100
4
            data_set.insert(x);
101
4
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
8
        for (size_t i = 0; i < new_size; ++i) {
99
4
            buf.read_binary(x);
100
4
            data_set.insert(x);
101
4
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
8
        for (size_t i = 0; i < new_size; ++i) {
99
4
            buf.read_binary(x);
100
4
            data_set.insert(x);
101
4
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
51
    void read(BufferReadable& buf) {
95
51
        uint64_t new_size = 0;
96
51
        buf.read_var_uint(new_size);
97
51
        ElementType x;
98
106
        for (size_t i = 0; i < new_size; ++i) {
99
55
            buf.read_binary(x);
100
55
            data_set.insert(x);
101
55
        }
102
51
        read_var_int(max_size, buf);
103
51
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
12
    void read(BufferReadable& buf) {
95
12
        uint64_t new_size = 0;
96
12
        buf.read_var_uint(new_size);
97
12
        ElementType x;
98
30
        for (size_t i = 0; i < new_size; ++i) {
99
18
            buf.read_binary(x);
100
18
            data_set.insert(x);
101
18
        }
102
12
        read_var_int(max_size, buf);
103
12
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
16
        for (size_t i = 0; i < new_size; ++i) {
99
12
            buf.read_binary(x);
100
12
            data_set.insert(x);
101
12
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
8
        for (size_t i = 0; i < new_size; ++i) {
99
4
            buf.read_binary(x);
100
4
            data_set.insert(x);
101
4
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
12
        for (size_t i = 0; i < new_size; ++i) {
99
8
            buf.read_binary(x);
100
8
            data_set.insert(x);
101
8
        }
102
4
        read_var_int(max_size, buf);
103
4
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
4
    void read(BufferReadable& buf) {
95
4
        uint64_t new_size = 0;
96
4
        buf.read_var_uint(new_size);
97
4
        ElementType x;
98
8
        for (size_t i = 0; i < new_size; ++i) {
99
4
            buf.read_binary(x);
100
4
            data_set.insert(x);
101
4
        }
102
4
        read_var_int(max_size, buf);
103
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
94
13
    void read(BufferReadable& buf) {
95
13
        uint64_t new_size = 0;
96
13
        buf.read_var_uint(new_size);
97
13
        ElementType x;
98
38
        for (size_t i = 0; i < new_size; ++i) {
99
25
            buf.read_binary(x);
100
25
            data_set.insert(x);
101
25
        }
102
13
        read_var_int(max_size, buf);
103
13
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
94
13
    void read(BufferReadable& buf) {
95
13
        uint64_t new_size = 0;
96
13
        buf.read_var_uint(new_size);
97
13
        ElementType x;
98
32
        for (size_t i = 0; i < new_size; ++i) {
99
19
            buf.read_binary(x);
100
19
            data_set.insert(x);
101
19
        }
102
13
        read_var_int(max_size, buf);
103
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
104
105
368
    void insert_result_into(IColumn& to) const {
106
368
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
368
        vec.reserve(size());
108
686
        for (const auto& item : data_set) {
109
686
            vec.push_back(item);
110
686
        }
111
368
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
8
        for (const auto& item : data_set) {
109
8
            vec.push_back(item);
110
8
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
7
    void insert_result_into(IColumn& to) const {
106
7
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
7
        vec.reserve(size());
108
17
        for (const auto& item : data_set) {
109
17
            vec.push_back(item);
110
17
        }
111
7
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
6
    void insert_result_into(IColumn& to) const {
106
6
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
6
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
6
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
220
    void insert_result_into(IColumn& to) const {
106
220
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
220
        vec.reserve(size());
108
249
        for (const auto& item : data_set) {
109
249
            vec.push_back(item);
110
249
        }
111
220
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
12
    void insert_result_into(IColumn& to) const {
106
12
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
12
        vec.reserve(size());
108
38
        for (const auto& item : data_set) {
109
38
            vec.push_back(item);
110
38
        }
111
12
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
8
    void insert_result_into(IColumn& to) const {
106
8
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
8
        vec.reserve(size());
108
80
        for (const auto& item : data_set) {
109
80
            vec.push_back(item);
110
80
        }
111
8
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
20
        for (const auto& item : data_set) {
109
20
            vec.push_back(item);
110
20
        }
111
4
    }
Unexecuted instantiation: _ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
22
        for (const auto& item : data_set) {
109
22
            vec.push_back(item);
110
22
        }
111
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
105
14
    void insert_result_into(IColumn& to) const {
106
14
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
14
        vec.reserve(size());
108
38
        for (const auto& item : data_set) {
109
38
            vec.push_back(item);
110
38
        }
111
14
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
10
    void insert_result_into(IColumn& to) const {
106
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
10
        vec.reserve(size());
108
44
        for (const auto& item : data_set) {
109
44
            vec.push_back(item);
110
44
        }
111
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
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
15
    void insert_result_into(IColumn& to) const {
106
15
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
15
        vec.reserve(size());
108
18
        for (const auto& item : data_set) {
109
18
            vec.push_back(item);
110
18
        }
111
15
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
10
    void insert_result_into(IColumn& to) const {
106
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
10
        vec.reserve(size());
108
22
        for (const auto& item : data_set) {
109
22
            vec.push_back(item);
110
22
        }
111
10
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
12
        for (const auto& item : data_set) {
109
12
            vec.push_back(item);
110
12
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
8
        for (const auto& item : data_set) {
109
8
            vec.push_back(item);
110
8
        }
111
4
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
4
    void insert_result_into(IColumn& to) const {
106
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
4
        vec.reserve(size());
108
4
        for (const auto& item : data_set) {
109
4
            vec.push_back(item);
110
4
        }
111
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
105
9
    void insert_result_into(IColumn& to) const {
106
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
9
        vec.reserve(size());
108
17
        for (const auto& item : data_set) {
109
17
            vec.push_back(item);
110
17
        }
111
9
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
105
9
    void insert_result_into(IColumn& to) const {
106
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
107
9
        vec.reserve(size());
108
13
        for (const auto& item : data_set) {
109
13
            vec.push_back(item);
110
13
        }
111
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
112
113
    void reset() { data_set.clear(); }
114
};
115
116
template <PrimitiveType T, bool HasLimit>
117
    requires(is_string_type(T))
118
struct AggregateFunctionCollectSetData<T, HasLimit> {
119
    static constexpr PrimitiveType PType = T;
120
    using ElementType = StringRef;
121
    using ColVecType = ColumnString;
122
    using SelfType = AggregateFunctionCollectSetData<T, HasLimit>;
123
    using Set = doris::flat_hash_set<ElementType>;
124
    Set data_set;
125
    Int64 max_size = -1;
126
127
827
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
127
727
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
127
100
    AggregateFunctionCollectSetData(const DataTypes& argument_types) {}
128
129
636
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE4sizeEv
Line
Count
Source
129
456
    size_t size() const { return data_set.size(); }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE4sizeEv
Line
Count
Source
129
180
    size_t size() const { return data_set.size(); }
130
131
366
    void add(const IColumn& column, size_t row_num, Arena& arena) {
132
366
        auto key = column.get_data_at(row_num);
133
366
        key.data = arena.insert(key.data, key.size);
134
366
        data_set.insert(key);
135
366
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE3addERKNS_7IColumnEmRNS_5ArenaE
Line
Count
Source
131
346
    void add(const IColumn& column, size_t row_num, Arena& arena) {
132
346
        auto key = column.get_data_at(row_num);
133
346
        key.data = arena.insert(key.data, key.size);
134
346
        data_set.insert(key);
135
346
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE3addERKNS_7IColumnEmRNS_5ArenaE
Line
Count
Source
131
20
    void add(const IColumn& column, size_t row_num, Arena& arena) {
132
20
        auto key = column.get_data_at(row_num);
133
20
        key.data = arena.insert(key.data, key.size);
134
20
        data_set.insert(key);
135
20
    }
136
137
243
    void merge(const SelfType& rhs, Arena& arena) {
138
243
        if (max_size == -1) {
139
242
            max_size = rhs.max_size;
140
242
        }
141
142
282
        for (const auto& rhs_elem : rhs.data_set) {
143
282
            if constexpr (HasLimit) {
144
17
                if (size() >= max_size) {
145
1
                    return;
146
1
                }
147
17
            }
148
16
            StringRef key = rhs_elem;
149
282
            key.data = arena.insert(key.data, key.size);
150
282
            data_set.insert(key);
151
282
        }
152
243
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE5mergeERKS2_RNS_5ArenaE
Line
Count
Source
137
226
    void merge(const SelfType& rhs, Arena& arena) {
138
226
        if (max_size == -1) {
139
226
            max_size = rhs.max_size;
140
226
        }
141
142
265
        for (const auto& rhs_elem : rhs.data_set) {
143
            if constexpr (HasLimit) {
144
                if (size() >= max_size) {
145
                    return;
146
                }
147
            }
148
265
            StringRef key = rhs_elem;
149
265
            key.data = arena.insert(key.data, key.size);
150
265
            data_set.insert(key);
151
265
        }
152
226
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE5mergeERKS2_RNS_5ArenaE
Line
Count
Source
137
17
    void merge(const SelfType& rhs, Arena& arena) {
138
17
        if (max_size == -1) {
139
16
            max_size = rhs.max_size;
140
16
        }
141
142
17
        for (const auto& rhs_elem : rhs.data_set) {
143
17
            if constexpr (HasLimit) {
144
17
                if (size() >= max_size) {
145
1
                    return;
146
1
                }
147
17
            }
148
16
            StringRef key = rhs_elem;
149
17
            key.data = arena.insert(key.data, key.size);
150
17
            data_set.insert(key);
151
17
        }
152
17
    }
153
154
236
    void write(BufferWritable& buf) const {
155
236
        buf.write_var_uint(size());
156
275
        for (const auto& elem : data_set) {
157
275
            buf.write_binary(elem);
158
275
        }
159
236
        write_var_int(max_size, buf);
160
236
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
154
220
    void write(BufferWritable& buf) const {
155
220
        buf.write_var_uint(size());
156
259
        for (const auto& elem : data_set) {
157
259
            buf.write_binary(elem);
158
259
        }
159
220
        write_var_int(max_size, buf);
160
220
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
154
16
    void write(BufferWritable& buf) const {
155
16
        buf.write_var_uint(size());
156
16
        for (const auto& elem : data_set) {
157
16
            buf.write_binary(elem);
158
16
        }
159
16
        write_var_int(max_size, buf);
160
16
    }
161
162
242
    void read(BufferReadable& buf) {
163
242
        UInt64 size;
164
242
        buf.read_var_uint(size);
165
242
        StringRef ref;
166
523
        for (size_t i = 0; i < size; ++i) {
167
281
            buf.read_binary(ref);
168
281
            data_set.insert(ref);
169
281
        }
170
242
        read_var_int(max_size, buf);
171
242
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
162
226
    void read(BufferReadable& buf) {
163
226
        UInt64 size;
164
226
        buf.read_var_uint(size);
165
226
        StringRef ref;
166
491
        for (size_t i = 0; i < size; ++i) {
167
265
            buf.read_binary(ref);
168
265
            data_set.insert(ref);
169
265
        }
170
226
        read_var_int(max_size, buf);
171
226
    }
_ZN5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
162
16
    void read(BufferReadable& buf) {
163
16
        UInt64 size;
164
16
        buf.read_var_uint(size);
165
16
        StringRef ref;
166
32
        for (size_t i = 0; i < size; ++i) {
167
16
            buf.read_binary(ref);
168
16
            data_set.insert(ref);
169
16
        }
170
16
        read_var_int(max_size, buf);
171
16
    }
172
173
256
    void insert_result_into(IColumn& to) const {
174
256
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
175
256
        vec.reserve(size());
176
328
        for (const auto& item : data_set) {
177
328
            vec.insert_data(item.data, item.size);
178
328
        }
179
256
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
173
236
    void insert_result_into(IColumn& to) const {
174
236
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
175
236
        vec.reserve(size());
176
308
        for (const auto& item : data_set) {
177
308
            vec.insert_data(item.data, item.size);
178
308
        }
179
236
    }
_ZNK5doris31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
173
20
    void insert_result_into(IColumn& to) const {
174
20
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
175
20
        vec.reserve(size());
176
20
        for (const auto& item : data_set) {
177
20
            vec.insert_data(item.data, item.size);
178
20
        }
179
20
    }
180
181
    void reset() { data_set.clear(); }
182
};
183
184
template <PrimitiveType T, bool HasLimit>
185
struct AggregateFunctionCollectListData {
186
    static constexpr PrimitiveType PType = T;
187
    using ElementType = typename PrimitiveTypeTraits<T>::CppType;
188
    using ColVecType = typename PrimitiveTypeTraits<T>::ColumnType;
189
    using SelfType = AggregateFunctionCollectListData<T, HasLimit>;
190
    PaddedPODArray<ElementType> data;
191
    Int64 max_size = -1;
192
193
1.52k
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
33
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
94
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
35
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
506
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
73
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
35
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
33
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
33
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
38
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
14
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
4
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
16
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
66
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
66
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
23
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
23
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
24
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
148
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
45
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
24
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
24
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
23
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
24
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
59
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
193
60
    AggregateFunctionCollectListData(const DataTypes& argument_types) {}
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
194
195
2.05k
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE4sizeEv
Line
Count
Source
195
28
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE4sizeEv
Line
Count
Source
195
152
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE4sizeEv
Line
Count
Source
195
34
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE4sizeEv
Line
Count
Source
195
552
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE4sizeEv
Line
Count
Source
195
86
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE4sizeEv
Line
Count
Source
195
36
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE4sizeEv
Line
Count
Source
195
28
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE4sizeEv
Line
Count
Source
195
28
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE4sizeEv
Line
Count
Source
195
32
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE4sizeEv
Line
Count
Source
195
16
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE4sizeEv
Line
Count
Source
195
12
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE4sizeEv
Line
Count
Source
195
20
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE4sizeEv
Line
Count
Source
195
58
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE4sizeEv
Line
Count
Source
195
58
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE4sizeEv
Line
Count
Source
195
230
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE4sizeEv
Line
Count
Source
195
113
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE4sizeEv
Line
Count
Source
195
52
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE4sizeEv
Line
Count
Source
195
48
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE4sizeEv
Line
Count
Source
195
44
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE4sizeEv
Line
Count
Source
195
126
    size_t size() const { return data.size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE4sizeEv
Line
Count
Source
195
122
    size_t size() const { return data.size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE4sizeEv
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE4sizeEv
196
197
1.07k
    void add(const IColumn& column, size_t row_num) {
198
1.07k
        const auto& vec =
199
1.07k
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
1.07k
        data.push_back(vec[row_num]);
201
1.07k
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
62
    void add(const IColumn& column, size_t row_num) {
198
62
        const auto& vec =
199
62
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
62
        data.push_back(vec[row_num]);
201
62
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
225
    void add(const IColumn& column, size_t row_num) {
198
225
        const auto& vec =
199
225
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
225
        data.push_back(vec[row_num]);
201
225
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
80
    void add(const IColumn& column, size_t row_num) {
198
80
        const auto& vec =
199
80
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
80
        data.push_back(vec[row_num]);
201
80
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
116
    void add(const IColumn& column, size_t row_num) {
198
116
        const auto& vec =
199
116
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
116
        data.push_back(vec[row_num]);
201
116
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
38
    void add(const IColumn& column, size_t row_num) {
198
38
        const auto& vec =
199
38
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
38
        data.push_back(vec[row_num]);
201
38
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
48
    void add(const IColumn& column, size_t row_num) {
198
48
        const auto& vec =
199
48
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
48
        data.push_back(vec[row_num]);
201
48
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
24
    void add(const IColumn& column, size_t row_num) {
198
24
        const auto& vec =
199
24
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
24
        data.push_back(vec[row_num]);
201
24
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
40
    void add(const IColumn& column, size_t row_num) {
198
40
        const auto& vec =
199
40
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
40
        data.push_back(vec[row_num]);
201
40
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
26
    void add(const IColumn& column, size_t row_num) {
198
26
        const auto& vec =
199
26
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
26
        data.push_back(vec[row_num]);
201
26
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
74
    void add(const IColumn& column, size_t row_num) {
198
74
        const auto& vec =
199
74
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
74
        data.push_back(vec[row_num]);
201
74
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
197
94
    void add(const IColumn& column, size_t row_num) {
198
94
        const auto& vec =
199
94
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
94
        data.push_back(vec[row_num]);
201
94
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
20
    void add(const IColumn& column, size_t row_num) {
198
20
        const auto& vec =
199
20
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
20
        data.push_back(vec[row_num]);
201
20
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
26
    void add(const IColumn& column, size_t row_num) {
198
26
        const auto& vec =
199
26
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
26
        data.push_back(vec[row_num]);
201
26
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
12
    void add(const IColumn& column, size_t row_num) {
198
12
        const auto& vec =
199
12
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
12
        data.push_back(vec[row_num]);
201
12
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
8
    void add(const IColumn& column, size_t row_num) {
198
8
        const auto& vec =
199
8
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
8
        data.push_back(vec[row_num]);
201
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
4
    void add(const IColumn& column, size_t row_num) {
198
4
        const auto& vec =
199
4
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
4
        data.push_back(vec[row_num]);
201
4
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE3addERKNS_7IColumnEm
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
25
    void add(const IColumn& column, size_t row_num) {
198
25
        const auto& vec =
199
25
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
25
        data.push_back(vec[row_num]);
201
25
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
197
21
    void add(const IColumn& column, size_t row_num) {
198
21
        const auto& vec =
199
21
                assert_cast<const ColVecType&, TypeCheckOnRelease::DISABLE>(column).get_data();
200
21
        data.push_back(vec[row_num]);
201
21
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE3addERKNS_7IColumnEm
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE3addERKNS_7IColumnEm
202
203
421
    void merge(const SelfType& rhs) {
204
421
        if constexpr (HasLimit) {
205
116
            if (max_size == -1) {
206
100
                max_size = rhs.max_size;
207
100
            }
208
148
            for (auto& rhs_elem : rhs.data) {
209
148
                if (size() >= max_size) {
210
6
                    return;
211
6
                }
212
142
                data.push_back(rhs_elem);
213
142
            }
214
305
        } else {
215
305
            data.insert(rhs.data.begin(), rhs.data.end());
216
305
        }
217
421
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
7
        } else {
215
7
            data.insert(rhs.data.begin(), rhs.data.end());
216
7
        }
217
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE5mergeERKS2_
Line
Count
Source
203
8
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
8
        } else {
215
8
            data.insert(rhs.data.begin(), rhs.data.end());
216
8
        }
217
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE5mergeERKS2_
Line
Count
Source
203
8
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
8
        } else {
215
8
            data.insert(rhs.data.begin(), rhs.data.end());
216
8
        }
217
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE5mergeERKS2_
Line
Count
Source
203
185
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
185
        } else {
215
185
            data.insert(rhs.data.begin(), rhs.data.end());
216
185
        }
217
185
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE5mergeERKS2_
Line
Count
Source
203
20
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
20
        } else {
215
20
            data.insert(rhs.data.begin(), rhs.data.end());
216
20
        }
217
20
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE5mergeERKS2_
Line
Count
Source
203
9
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
9
        } else {
215
9
            data.insert(rhs.data.begin(), rhs.data.end());
216
9
        }
217
9
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
7
        } else {
215
7
            data.insert(rhs.data.begin(), rhs.data.end());
216
7
        }
217
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE5mergeERKS2_
Line
Count
Source
203
7
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
7
        } else {
215
7
            data.insert(rhs.data.begin(), rhs.data.end());
216
7
        }
217
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE5mergeERKS2_
Line
Count
Source
203
10
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
10
        } else {
215
10
            data.insert(rhs.data.begin(), rhs.data.end());
216
10
        }
217
10
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE5mergeERKS2_
Line
Count
Source
203
6
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
6
        } else {
215
6
            data.insert(rhs.data.begin(), rhs.data.end());
216
6
        }
217
6
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE5mergeERKS2_
Line
Count
Source
203
2
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
2
        } else {
215
2
            data.insert(rhs.data.begin(), rhs.data.end());
216
2
        }
217
2
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE5mergeERKS2_
Line
Count
Source
203
6
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
6
        } else {
215
6
            data.insert(rhs.data.begin(), rhs.data.end());
216
6
        }
217
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE5mergeERKS2_
Line
Count
Source
203
15
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
15
        } else {
215
15
            data.insert(rhs.data.begin(), rhs.data.end());
216
15
        }
217
15
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE5mergeERKS2_
Line
Count
Source
203
15
    void merge(const SelfType& rhs) {
204
        if constexpr (HasLimit) {
205
            if (max_size == -1) {
206
                max_size = rhs.max_size;
207
            }
208
            for (auto& rhs_elem : rhs.data) {
209
                if (size() >= max_size) {
210
                    return;
211
                }
212
                data.push_back(rhs_elem);
213
            }
214
15
        } else {
215
15
            data.insert(rhs.data.begin(), rhs.data.end());
216
15
        }
217
15
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            for (auto& rhs_elem : rhs.data) {
209
4
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
4
                data.push_back(rhs_elem);
213
4
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            for (auto& rhs_elem : rhs.data) {
209
4
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
4
                data.push_back(rhs_elem);
213
4
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            for (auto& rhs_elem : rhs.data) {
209
4
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
4
                data.push_back(rhs_elem);
213
4
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE5mergeERKS2_
Line
Count
Source
203
51
    void merge(const SelfType& rhs) {
204
51
        if constexpr (HasLimit) {
205
51
            if (max_size == -1) {
206
46
                max_size = rhs.max_size;
207
46
            }
208
57
            for (auto& rhs_elem : rhs.data) {
209
57
                if (size() >= max_size) {
210
1
                    return;
211
1
                }
212
56
                data.push_back(rhs_elem);
213
56
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
51
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE5mergeERKS2_
Line
Count
Source
203
11
    void merge(const SelfType& rhs) {
204
11
        if constexpr (HasLimit) {
205
11
            if (max_size == -1) {
206
8
                max_size = rhs.max_size;
207
8
            }
208
17
            for (auto& rhs_elem : rhs.data) {
209
17
                if (size() >= max_size) {
210
1
                    return;
211
1
                }
212
16
                data.push_back(rhs_elem);
213
16
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
11
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
12
            for (auto& rhs_elem : rhs.data) {
209
12
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
12
                data.push_back(rhs_elem);
213
12
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            for (auto& rhs_elem : rhs.data) {
209
4
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
4
                data.push_back(rhs_elem);
213
4
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
8
            for (auto& rhs_elem : rhs.data) {
209
8
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
8
                data.push_back(rhs_elem);
213
8
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE5mergeERKS2_
Line
Count
Source
203
4
    void merge(const SelfType& rhs) {
204
4
        if constexpr (HasLimit) {
205
4
            if (max_size == -1) {
206
4
                max_size = rhs.max_size;
207
4
            }
208
4
            for (auto& rhs_elem : rhs.data) {
209
4
                if (size() >= max_size) {
210
0
                    return;
211
0
                }
212
4
                data.push_back(rhs_elem);
213
4
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
4
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EE5mergeERKS2_
Line
Count
Source
203
13
    void merge(const SelfType& rhs) {
204
13
        if constexpr (HasLimit) {
205
13
            if (max_size == -1) {
206
9
                max_size = rhs.max_size;
207
9
            }
208
19
            for (auto& rhs_elem : rhs.data) {
209
19
                if (size() >= max_size) {
210
2
                    return;
211
2
                }
212
17
                data.push_back(rhs_elem);
213
17
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
13
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE5mergeERKS2_
Line
Count
Source
203
13
    void merge(const SelfType& rhs) {
204
13
        if constexpr (HasLimit) {
205
13
            if (max_size == -1) {
206
9
                max_size = rhs.max_size;
207
9
            }
208
15
            for (auto& rhs_elem : rhs.data) {
209
15
                if (size() >= max_size) {
210
2
                    return;
211
2
                }
212
13
                data.push_back(rhs_elem);
213
13
            }
214
        } else {
215
            data.insert(rhs.data.begin(), rhs.data.end());
216
        }
217
13
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE5mergeERKS2_
218
219
462
    void write(BufferWritable& buf) const {
220
462
        buf.write_var_uint(size());
221
462
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
462
        write_var_int(max_size, buf);
223
462
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
7
    void write(BufferWritable& buf) const {
220
7
        buf.write_var_uint(size());
221
7
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
7
        write_var_int(max_size, buf);
223
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
8
    void write(BufferWritable& buf) const {
220
8
        buf.write_var_uint(size());
221
8
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
8
        write_var_int(max_size, buf);
223
8
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
8
    void write(BufferWritable& buf) const {
220
8
        buf.write_var_uint(size());
221
8
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
8
        write_var_int(max_size, buf);
223
8
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
222
    void write(BufferWritable& buf) const {
220
222
        buf.write_var_uint(size());
221
222
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
222
        write_var_int(max_size, buf);
223
222
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
22
    void write(BufferWritable& buf) const {
220
22
        buf.write_var_uint(size());
221
22
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
22
        write_var_int(max_size, buf);
223
22
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
9
    void write(BufferWritable& buf) const {
220
9
        buf.write_var_uint(size());
221
9
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
9
        write_var_int(max_size, buf);
223
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
7
    void write(BufferWritable& buf) const {
220
7
        buf.write_var_uint(size());
221
7
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
7
        write_var_int(max_size, buf);
223
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
7
    void write(BufferWritable& buf) const {
220
7
        buf.write_var_uint(size());
221
7
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
7
        write_var_int(max_size, buf);
223
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
10
    void write(BufferWritable& buf) const {
220
10
        buf.write_var_uint(size());
221
10
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
10
        write_var_int(max_size, buf);
223
10
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
6
    void write(BufferWritable& buf) const {
220
6
        buf.write_var_uint(size());
221
6
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
6
        write_var_int(max_size, buf);
223
6
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
2
    void write(BufferWritable& buf) const {
220
2
        buf.write_var_uint(size());
221
2
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
2
        write_var_int(max_size, buf);
223
2
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
6
    void write(BufferWritable& buf) const {
220
6
        buf.write_var_uint(size());
221
6
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
6
        write_var_int(max_size, buf);
223
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
15
    void write(BufferWritable& buf) const {
220
15
        buf.write_var_uint(size());
221
15
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
15
        write_var_int(max_size, buf);
223
15
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
219
15
    void write(BufferWritable& buf) const {
220
15
        buf.write_var_uint(size());
221
15
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
15
        write_var_int(max_size, buf);
223
15
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
52
    void write(BufferWritable& buf) const {
220
52
        buf.write_var_uint(size());
221
52
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
52
        write_var_int(max_size, buf);
223
52
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
12
    void write(BufferWritable& buf) const {
220
12
        buf.write_var_uint(size());
221
12
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
12
        write_var_int(max_size, buf);
223
12
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
4
    void write(BufferWritable& buf) const {
220
4
        buf.write_var_uint(size());
221
4
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
4
        write_var_int(max_size, buf);
223
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
219
13
    void write(BufferWritable& buf) const {
220
13
        buf.write_var_uint(size());
221
13
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
13
        write_var_int(max_size, buf);
223
13
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
219
13
    void write(BufferWritable& buf) const {
220
13
        buf.write_var_uint(size());
221
13
        buf.write(data.raw_data(), size() * sizeof(ElementType));
222
13
        write_var_int(max_size, buf);
223
13
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE5writeERNS_14BufferWritableE
224
225
420
    void read(BufferReadable& buf) {
226
420
        UInt64 rows = 0;
227
420
        buf.read_var_uint(rows);
228
420
        data.resize(rows);
229
420
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
420
        read_var_int(max_size, buf);
231
420
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
7
    void read(BufferReadable& buf) {
226
7
        UInt64 rows = 0;
227
7
        buf.read_var_uint(rows);
228
7
        data.resize(rows);
229
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
7
        read_var_int(max_size, buf);
231
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
8
    void read(BufferReadable& buf) {
226
8
        UInt64 rows = 0;
227
8
        buf.read_var_uint(rows);
228
8
        data.resize(rows);
229
8
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
8
        read_var_int(max_size, buf);
231
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
8
    void read(BufferReadable& buf) {
226
8
        UInt64 rows = 0;
227
8
        buf.read_var_uint(rows);
228
8
        data.resize(rows);
229
8
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
8
        read_var_int(max_size, buf);
231
8
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
185
    void read(BufferReadable& buf) {
226
185
        UInt64 rows = 0;
227
185
        buf.read_var_uint(rows);
228
185
        data.resize(rows);
229
185
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
185
        read_var_int(max_size, buf);
231
185
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
20
    void read(BufferReadable& buf) {
226
20
        UInt64 rows = 0;
227
20
        buf.read_var_uint(rows);
228
20
        data.resize(rows);
229
20
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
20
        read_var_int(max_size, buf);
231
20
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
9
    void read(BufferReadable& buf) {
226
9
        UInt64 rows = 0;
227
9
        buf.read_var_uint(rows);
228
9
        data.resize(rows);
229
9
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
9
        read_var_int(max_size, buf);
231
9
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
7
    void read(BufferReadable& buf) {
226
7
        UInt64 rows = 0;
227
7
        buf.read_var_uint(rows);
228
7
        data.resize(rows);
229
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
7
        read_var_int(max_size, buf);
231
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
7
    void read(BufferReadable& buf) {
226
7
        UInt64 rows = 0;
227
7
        buf.read_var_uint(rows);
228
7
        data.resize(rows);
229
7
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
7
        read_var_int(max_size, buf);
231
7
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
10
    void read(BufferReadable& buf) {
226
10
        UInt64 rows = 0;
227
10
        buf.read_var_uint(rows);
228
10
        data.resize(rows);
229
10
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
10
        read_var_int(max_size, buf);
231
10
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
6
    void read(BufferReadable& buf) {
226
6
        UInt64 rows = 0;
227
6
        buf.read_var_uint(rows);
228
6
        data.resize(rows);
229
6
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
6
        read_var_int(max_size, buf);
231
6
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
2
    void read(BufferReadable& buf) {
226
2
        UInt64 rows = 0;
227
2
        buf.read_var_uint(rows);
228
2
        data.resize(rows);
229
2
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
2
        read_var_int(max_size, buf);
231
2
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
6
    void read(BufferReadable& buf) {
226
6
        UInt64 rows = 0;
227
6
        buf.read_var_uint(rows);
228
6
        data.resize(rows);
229
6
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
6
        read_var_int(max_size, buf);
231
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
15
    void read(BufferReadable& buf) {
226
15
        UInt64 rows = 0;
227
15
        buf.read_var_uint(rows);
228
15
        data.resize(rows);
229
15
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
15
        read_var_int(max_size, buf);
231
15
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
225
15
    void read(BufferReadable& buf) {
226
15
        UInt64 rows = 0;
227
15
        buf.read_var_uint(rows);
228
15
        data.resize(rows);
229
15
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
15
        read_var_int(max_size, buf);
231
15
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
50
    void read(BufferReadable& buf) {
226
50
        UInt64 rows = 0;
227
50
        buf.read_var_uint(rows);
228
50
        data.resize(rows);
229
50
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
50
        read_var_int(max_size, buf);
231
50
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
11
    void read(BufferReadable& buf) {
226
11
        UInt64 rows = 0;
227
11
        buf.read_var_uint(rows);
228
11
        data.resize(rows);
229
11
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
11
        read_var_int(max_size, buf);
231
11
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
4
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
4
    void read(BufferReadable& buf) {
226
4
        UInt64 rows = 0;
227
4
        buf.read_var_uint(rows);
228
4
        data.resize(rows);
229
4
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
4
        read_var_int(max_size, buf);
231
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
225
13
    void read(BufferReadable& buf) {
226
13
        UInt64 rows = 0;
227
13
        buf.read_var_uint(rows);
228
13
        data.resize(rows);
229
13
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
13
        read_var_int(max_size, buf);
231
13
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
225
13
    void read(BufferReadable& buf) {
226
13
        UInt64 rows = 0;
227
13
        buf.read_var_uint(rows);
228
13
        data.resize(rows);
229
13
        buf.read(reinterpret_cast<char*>(data.data()), rows * sizeof(ElementType));
230
13
        read_var_int(max_size, buf);
231
13
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EE4readERNS_14BufferReadableE
232
233
    void reset() { data.clear(); }
234
235
296
    void insert_result_into(IColumn& to) const {
236
296
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
296
        size_t old_size = vec.size();
238
296
        vec.resize(old_size + size());
239
296
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
296
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
7
    void insert_result_into(IColumn& to) const {
236
7
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
7
        size_t old_size = vec.size();
238
7
        vec.resize(old_size + size());
239
7
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
68
    void insert_result_into(IColumn& to) const {
236
68
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
68
        size_t old_size = vec.size();
238
68
        vec.resize(old_size + size());
239
68
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
68
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
9
    void insert_result_into(IColumn& to) const {
236
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
9
        size_t old_size = vec.size();
238
9
        vec.resize(old_size + size());
239
9
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
54
    void insert_result_into(IColumn& to) const {
236
54
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
54
        size_t old_size = vec.size();
238
54
        vec.resize(old_size + size());
239
54
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
54
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
21
    void insert_result_into(IColumn& to) const {
236
21
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
21
        size_t old_size = vec.size();
238
21
        vec.resize(old_size + size());
239
21
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
21
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
9
    void insert_result_into(IColumn& to) const {
236
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
9
        size_t old_size = vec.size();
238
9
        vec.resize(old_size + size());
239
9
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
7
    void insert_result_into(IColumn& to) const {
236
7
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
7
        size_t old_size = vec.size();
238
7
        vec.resize(old_size + size());
239
7
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
7
    void insert_result_into(IColumn& to) const {
236
7
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
7
        size_t old_size = vec.size();
238
7
        vec.resize(old_size + size());
239
7
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
7
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
6
    void insert_result_into(IColumn& to) const {
236
6
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
6
        size_t old_size = vec.size();
238
6
        vec.resize(old_size + size());
239
6
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
6
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
2
    void insert_result_into(IColumn& to) const {
236
2
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
2
        size_t old_size = vec.size();
238
2
        vec.resize(old_size + size());
239
2
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
2
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
14
    void insert_result_into(IColumn& to) const {
236
14
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
14
        size_t old_size = vec.size();
238
14
        vec.resize(old_size + size());
239
14
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
14
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
14
    void insert_result_into(IColumn& to) const {
236
14
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
14
        size_t old_size = vec.size();
238
14
        vec.resize(old_size + size());
239
14
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
14
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EE18insert_result_intoERNS_7IColumnE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
14
    void insert_result_into(IColumn& to) const {
236
14
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
14
        size_t old_size = vec.size();
238
14
        vec.resize(old_size + size());
239
14
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
14
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
10
    void insert_result_into(IColumn& to) const {
236
10
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
10
        size_t old_size = vec.size();
238
10
        vec.resize(old_size + size());
239
10
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
10
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
4
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
4
    void insert_result_into(IColumn& to) const {
236
4
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
4
        size_t old_size = vec.size();
238
4
        vec.resize(old_size + size());
239
4
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
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
235
9
    void insert_result_into(IColumn& to) const {
236
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
9
        size_t old_size = vec.size();
238
9
        vec.resize(old_size + size());
239
9
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
9
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
235
9
    void insert_result_into(IColumn& to) const {
236
9
        auto& vec = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data();
237
9
        size_t old_size = vec.size();
238
9
        vec.resize(old_size + size());
239
9
        std::memcpy(vec.data() + old_size, data.data(), size() * sizeof(ElementType));
240
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
241
};
242
243
template <PrimitiveType T, bool HasLimit>
244
    requires(is_string_type(T))
245
struct AggregateFunctionCollectListData<T, HasLimit> {
246
    static constexpr PrimitiveType PType = T;
247
    using ElementType = StringRef;
248
    using ColVecType = ColumnString;
249
    MutableColumnPtr data;
250
    Int64 max_size = -1;
251
252
259
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
253
259
        data = ColVecType::create();
254
259
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
252
162
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
253
162
        data = ColVecType::create();
254
162
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
252
97
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
253
97
        data = ColVecType::create();
254
97
    }
255
256
248
    size_t size() const { return data->size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE4sizeEv
Line
Count
Source
256
77
    size_t size() const { return data->size(); }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE4sizeEv
Line
Count
Source
256
171
    size_t size() const { return data->size(); }
257
258
1.73k
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE3addERKNS_7IColumnEm
Line
Count
Source
258
1.71k
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE3addERKNS_7IColumnEm
Line
Count
Source
258
16
    void add(const IColumn& column, size_t row_num) { data->insert_from(column, row_num); }
259
260
47
    void merge(const AggregateFunctionCollectListData& rhs) {
261
47
        if constexpr (HasLimit) {
262
17
            if (max_size == -1) {
263
16
                max_size = rhs.max_size;
264
16
            }
265
266
17
            data->insert_range_from(*rhs.data, 0,
267
17
                                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
268
30
        } else {
269
30
            data->insert_range_from(*rhs.data, 0, rhs.size());
270
30
        }
271
47
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE5mergeERKS2_
Line
Count
Source
260
30
    void merge(const AggregateFunctionCollectListData& rhs) {
261
        if constexpr (HasLimit) {
262
            if (max_size == -1) {
263
                max_size = rhs.max_size;
264
            }
265
266
            data->insert_range_from(*rhs.data, 0,
267
                                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
268
30
        } else {
269
30
            data->insert_range_from(*rhs.data, 0, rhs.size());
270
30
        }
271
30
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE5mergeERKS2_
Line
Count
Source
260
17
    void merge(const AggregateFunctionCollectListData& rhs) {
261
17
        if constexpr (HasLimit) {
262
17
            if (max_size == -1) {
263
16
                max_size = rhs.max_size;
264
16
            }
265
266
17
            data->insert_range_from(*rhs.data, 0,
267
17
                                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
268
        } else {
269
            data->insert_range_from(*rhs.data, 0, rhs.size());
270
        }
271
17
    }
272
273
46
    void write(BufferWritable& buf) const {
274
46
        auto& col = assert_cast<ColVecType&>(*data);
275
276
46
        buf.write_var_uint(col.size());
277
46
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
278
279
46
        buf.write_var_uint(col.get_chars().size());
280
46
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
281
46
        write_var_int(max_size, buf);
282
46
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
273
30
    void write(BufferWritable& buf) const {
274
30
        auto& col = assert_cast<ColVecType&>(*data);
275
276
30
        buf.write_var_uint(col.size());
277
30
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
278
279
30
        buf.write_var_uint(col.get_chars().size());
280
30
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
281
30
        write_var_int(max_size, buf);
282
30
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE5writeERNS_14BufferWritableE
Line
Count
Source
273
16
    void write(BufferWritable& buf) const {
274
16
        auto& col = assert_cast<ColVecType&>(*data);
275
276
16
        buf.write_var_uint(col.size());
277
16
        buf.write(col.get_offsets().raw_data(), col.size() * sizeof(IColumn::Offset));
278
279
16
        buf.write_var_uint(col.get_chars().size());
280
16
        buf.write(col.get_chars().raw_data(), col.get_chars().size());
281
16
        write_var_int(max_size, buf);
282
16
    }
283
284
46
    void read(BufferReadable& buf) {
285
46
        auto& col = assert_cast<ColVecType&>(*data);
286
46
        UInt64 offs_size = 0;
287
46
        buf.read_var_uint(offs_size);
288
46
        col.get_offsets().resize(offs_size);
289
46
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
290
46
                 offs_size * sizeof(IColumn::Offset));
291
292
46
        UInt64 chars_size = 0;
293
46
        buf.read_var_uint(chars_size);
294
46
        col.get_chars().resize(chars_size);
295
46
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
296
46
        read_var_int(max_size, buf);
297
46
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
284
30
    void read(BufferReadable& buf) {
285
30
        auto& col = assert_cast<ColVecType&>(*data);
286
30
        UInt64 offs_size = 0;
287
30
        buf.read_var_uint(offs_size);
288
30
        col.get_offsets().resize(offs_size);
289
30
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
290
30
                 offs_size * sizeof(IColumn::Offset));
291
292
30
        UInt64 chars_size = 0;
293
30
        buf.read_var_uint(chars_size);
294
30
        col.get_chars().resize(chars_size);
295
30
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
296
30
        read_var_int(max_size, buf);
297
30
    }
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE4readERNS_14BufferReadableE
Line
Count
Source
284
16
    void read(BufferReadable& buf) {
285
16
        auto& col = assert_cast<ColVecType&>(*data);
286
16
        UInt64 offs_size = 0;
287
16
        buf.read_var_uint(offs_size);
288
16
        col.get_offsets().resize(offs_size);
289
16
        buf.read(reinterpret_cast<char*>(col.get_offsets().data()),
290
16
                 offs_size * sizeof(IColumn::Offset));
291
292
16
        UInt64 chars_size = 0;
293
16
        buf.read_var_uint(chars_size);
294
16
        col.get_chars().resize(chars_size);
295
16
        buf.read(reinterpret_cast<char*>(col.get_chars().data()), chars_size);
296
16
        read_var_int(max_size, buf);
297
16
    }
298
299
    void reset() { data->clear(); }
300
301
63
    void insert_result_into(IColumn& to) const {
302
63
        auto& to_str = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
303
63
        to_str.insert_range_from(*data, 0, size());
304
63
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
301
47
    void insert_result_into(IColumn& to) const {
302
47
        auto& to_str = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
303
47
        to_str.insert_range_from(*data, 0, size());
304
47
    }
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
301
16
    void insert_result_into(IColumn& to) const {
302
16
        auto& to_str = assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to);
303
16
        to_str.insert_range_from(*data, 0, size());
304
16
    }
305
};
306
307
template <PrimitiveType T, bool HasLimit>
308
    requires(!is_string_type(T) && !is_int_or_bool(T) && !is_float_or_double(T) && !is_decimal(T) &&
309
             !is_date_type(T) && !is_ip(T) && !is_timestamptz_type(T))
310
struct AggregateFunctionCollectListData<T, HasLimit> {
311
    static constexpr PrimitiveType PType = T;
312
    using ElementType = StringRef;
313
    using Self = AggregateFunctionCollectListData<T, HasLimit>;
314
    DataTypeSerDeSPtr serde; // for complex serialize && deserialize from multi BE
315
    MutableColumnPtr column_data;
316
    Int64 max_size = -1;
317
318
1.21k
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
319
1.21k
        DataTypePtr column_type = argument_types[0];
320
1.21k
        column_data = column_type->create_column();
321
1.21k
        serde = column_type->get_serde();
322
1.21k
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
318
613
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
319
613
        DataTypePtr column_type = argument_types[0];
320
613
        column_data = column_type->create_column();
321
613
        serde = column_type->get_serde();
322
613
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS7_EE
Line
Count
Source
318
600
    AggregateFunctionCollectListData(const DataTypes& argument_types) {
319
600
        DataTypePtr column_type = argument_types[0];
320
600
        column_data = column_type->create_column();
321
600
        serde = column_type->get_serde();
322
600
    }
323
324
2.41k
    size_t size() const { return column_data->size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE4sizeEv
Line
Count
Source
324
619
    size_t size() const { return column_data->size(); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE4sizeEv
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE4sizeEv
Line
Count
Source
324
1.79k
    size_t size() const { return column_data->size(); }
325
326
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
326
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
326
1.02k
    void add(const IColumn& column, size_t row_num) { column_data->insert_from(column, row_num); }
327
328
6
    void merge(const AggregateFunctionCollectListData& rhs) {
329
6
        if constexpr (HasLimit) {
330
0
            if (max_size == -1) {
331
0
                max_size = rhs.max_size;
332
0
            }
333
334
0
            column_data->insert_range_from(
335
0
                    *rhs.column_data, 0,
336
0
                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
337
6
        } else {
338
6
            column_data->insert_range_from(*rhs.column_data, 0, rhs.size());
339
6
        }
340
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE5mergeERKS2_
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE5mergeERKS2_
Line
Count
Source
328
6
    void merge(const AggregateFunctionCollectListData& rhs) {
329
        if constexpr (HasLimit) {
330
            if (max_size == -1) {
331
                max_size = rhs.max_size;
332
            }
333
334
            column_data->insert_range_from(
335
                    *rhs.column_data, 0,
336
                    std::min(static_cast<size_t>(max_size - size()), rhs.size()));
337
6
        } else {
338
6
            column_data->insert_range_from(*rhs.column_data, 0, rhs.size());
339
6
        }
340
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE5mergeERKS2_
341
342
6
    void write(BufferWritable& buf) const {
343
6
        const size_t size = column_data->size();
344
6
        buf.write_binary(size);
345
346
6
        DataTypeSerDe::FormatOptions opt;
347
6
        auto timezone = cctz::utc_time_zone();
348
6
        opt.timezone = &timezone;
349
        // TODO: Refactor this aggregate state serialization to avoid
350
        // round-tripping through a human-readable string format.
351
6
        auto tmp_str = ColumnString::create();
352
6
        VectorBufferWriter tmp_buf(*tmp_str.get());
353
354
90
        for (size_t i = 0; i < size; i++) {
355
84
            tmp_str->clear();
356
84
            if (Status st = serde->serialize_one_cell_to_json(*column_data, i, tmp_buf, opt); !st) {
357
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
358
0
                                       "Failed to serialize data for " + column_data->get_name() +
359
0
                                               " error: " + st.to_string());
360
0
            }
361
84
            tmp_buf.commit();
362
84
            buf.write_binary(tmp_str->get_data_at(0));
363
84
        }
364
365
6
        write_var_int(max_size, buf);
366
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE5writeERNS_14BufferWritableE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE5writeERNS_14BufferWritableE
Line
Count
Source
342
6
    void write(BufferWritable& buf) const {
343
6
        const size_t size = column_data->size();
344
6
        buf.write_binary(size);
345
346
6
        DataTypeSerDe::FormatOptions opt;
347
6
        auto timezone = cctz::utc_time_zone();
348
6
        opt.timezone = &timezone;
349
        // TODO: Refactor this aggregate state serialization to avoid
350
        // round-tripping through a human-readable string format.
351
6
        auto tmp_str = ColumnString::create();
352
6
        VectorBufferWriter tmp_buf(*tmp_str.get());
353
354
90
        for (size_t i = 0; i < size; i++) {
355
84
            tmp_str->clear();
356
84
            if (Status st = serde->serialize_one_cell_to_json(*column_data, i, tmp_buf, opt); !st) {
357
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
358
0
                                       "Failed to serialize data for " + column_data->get_name() +
359
0
                                               " error: " + st.to_string());
360
0
            }
361
84
            tmp_buf.commit();
362
84
            buf.write_binary(tmp_str->get_data_at(0));
363
84
        }
364
365
6
        write_var_int(max_size, buf);
366
6
    }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE5writeERNS_14BufferWritableE
367
368
6
    void read(BufferReadable& buf) {
369
6
        size_t size = 0;
370
6
        buf.read_binary(size);
371
6
        column_data->clear();
372
6
        column_data->reserve(size);
373
374
6
        StringRef s;
375
6
        DataTypeSerDe::FormatOptions opt;
376
6
        auto timezone = cctz::utc_time_zone();
377
6
        opt.timezone = &timezone;
378
90
        for (size_t i = 0; i < size; i++) {
379
84
            buf.read_binary(s);
380
84
            Slice slice(s.data, s.size);
381
84
            if (Status st = serde->deserialize_one_cell_from_json(*column_data, slice, opt); !st) {
382
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
383
0
                                       "Failed to deserialize data for " + column_data->get_name() +
384
0
                                               " error: " + st.to_string());
385
0
            }
386
84
        }
387
6
        read_var_int(max_size, buf);
388
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EE4readERNS_14BufferReadableE
_ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EE4readERNS_14BufferReadableE
Line
Count
Source
368
6
    void read(BufferReadable& buf) {
369
6
        size_t size = 0;
370
6
        buf.read_binary(size);
371
6
        column_data->clear();
372
6
        column_data->reserve(size);
373
374
6
        StringRef s;
375
6
        DataTypeSerDe::FormatOptions opt;
376
6
        auto timezone = cctz::utc_time_zone();
377
6
        opt.timezone = &timezone;
378
90
        for (size_t i = 0; i < size; i++) {
379
84
            buf.read_binary(s);
380
84
            Slice slice(s.data, s.size);
381
84
            if (Status st = serde->deserialize_one_cell_from_json(*column_data, slice, opt); !st) {
382
0
                throw doris::Exception(ErrorCode::INTERNAL_ERROR,
383
0
                                       "Failed to deserialize data for " + column_data->get_name() +
384
0
                                               " error: " + st.to_string());
385
0
            }
386
84
        }
387
6
        read_var_int(max_size, buf);
388
6
    }
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE4readERNS_14BufferReadableE
389
390
    void reset() { column_data->clear(); }
391
392
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
392
613
    void insert_result_into(IColumn& to) const { to.insert_range_from(*column_data, 0, size()); }
Unexecuted instantiation: _ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EE18insert_result_intoERNS_7IColumnE
_ZNK5doris32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EE18insert_result_intoERNS_7IColumnE
Line
Count
Source
392
600
    void insert_result_into(IColumn& to) const { to.insert_range_from(*column_data, 0, size()); }
393
};
394
395
template <typename Data, bool HasLimit>
396
class AggregateFunctionCollect final
397
        : public IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>,
398
          VarargsExpression,
399
          NotNullableAggregateFunction {
400
    static constexpr bool ENABLE_ARENA =
401
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_STRING, HasLimit>> ||
402
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_CHAR, HasLimit>> ||
403
            std::is_same_v<Data, AggregateFunctionCollectSetData<TYPE_VARCHAR, HasLimit>>;
404
405
public:
406
    AggregateFunctionCollect(const DataTypes& argument_types_)
407
3.44k
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
3.44k
                      {argument_types_}),
409
3.44k
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
12
                      {argument_types_}),
409
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
11
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
11
                      {argument_types_}),
409
11
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
14
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
14
                      {argument_types_}),
409
14
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
13
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
13
                      {argument_types_}),
409
13
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
442
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
442
                      {argument_types_}),
409
442
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
1.03k
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
1.03k
                      {argument_types_}),
409
1.03k
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
10
                      {argument_types_}),
409
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
15
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
15
                      {argument_types_}),
409
15
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
10
                      {argument_types_}),
409
10
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
12
                      {argument_types_}),
409
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
12
                      {argument_types_}),
409
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
12
                      {argument_types_}),
409
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
12
                      {argument_types_}),
409
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
4
                      {argument_types_}),
409
4
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
2
                      {argument_types_}),
409
2
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
2
                      {argument_types_}),
409
2
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
6
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
6
                      {argument_types_}),
409
6
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
18
                      {argument_types_}),
409
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
23
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
23
                      {argument_types_}),
409
23
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
17
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
17
                      {argument_types_}),
409
17
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
23
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
23
                      {argument_types_}),
409
23
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Unexecuted instantiation: _ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
186
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
186
                      {argument_types_}),
409
186
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
60
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
60
                      {argument_types_}),
409
60
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
19
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
19
                      {argument_types_}),
409
19
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
579
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
579
                      {argument_types_}),
409
579
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
575
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
575
                      {argument_types_}),
409
575
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
9
                      {argument_types_}),
409
9
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
8
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
8
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
8
                      {argument_types_}),
409
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
407
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
18
                      {argument_types_}),
409
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
18
                      {argument_types_}),
409
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
18
                      {argument_types_}),
409
18
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
18
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
18
                      {argument_types_}),
409
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
407
33
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
33
                      {argument_types_}),
409
33
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
32
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
32
                      {argument_types_}),
409
32
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
_ZN5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
407
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionCollect<Data, HasLimit>, true>(
408
12
                      {argument_types_}),
409
12
              return_type(std::make_shared<DataTypeArray>(make_nullable(argument_types_[0]))) {}
410
411
241
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
144
                                     Data>) {
414
144
            return "collect_list";
415
144
        } else {
416
97
            return "collect_set";
417
97
        }
418
241
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE8get_nameB5cxx11Ev
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
20
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
20
        } else {
416
20
            return "collect_set";
417
20
        }
418
20
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
77
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
77
                                     Data>) {
414
77
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
77
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
1
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
1
        } else {
416
1
            return "collect_set";
417
1
        }
418
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
2
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
2
                                     Data>) {
414
2
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
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
411
23
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
23
        } else {
416
23
            return "collect_set";
417
23
        }
418
23
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
411
12
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
12
                                     Data>) {
414
12
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
12
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE8get_nameB5cxx11Ev
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE8get_nameB5cxx11Ev
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
411
52
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
52
        } else {
416
52
            return "collect_set";
417
52
        }
418
52
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
411
52
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
52
                                     Data>) {
414
52
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
52
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
411
1
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
                                     Data>) {
414
            return "collect_list";
415
1
        } else {
416
1
            return "collect_set";
417
1
        }
418
1
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE8get_nameB5cxx11Ev
Line
Count
Source
411
1
    std::string get_name() const override {
412
        if constexpr (std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
413
1
                                     Data>) {
414
1
            return "collect_list";
415
        } else {
416
            return "collect_set";
417
        }
418
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
419
420
2.88k
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
57
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
32
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
63
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
57
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
116
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
143
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
31
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
71
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
29
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
57
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
57
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
34
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
10
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
38
    DataTypePtr get_return_type() const override { return return_type; }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE15get_return_typeEv
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE15get_return_typeEv
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
62
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
86
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
48
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
86
    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
420
182
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
282
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE15get_return_typeEv
Line
Count
Source
420
151
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
50
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
44
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
31
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
31
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
24
    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
420
54
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
54
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
54
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
54
    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
420
106
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
92
    DataTypePtr get_return_type() const override { return return_type; }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE15get_return_typeEv
Line
Count
Source
420
144
    DataTypePtr get_return_type() const override { return return_type; }
421
422
    void add(AggregateDataPtr __restrict place, const IColumn** columns, ssize_t row_num,
423
7.48k
             Arena& arena) const override {
424
7.48k
        auto& data = this->data(place);
425
7.48k
        if constexpr (HasLimit) {
426
2.22k
            if (data.max_size == -1) {
427
782
                data.max_size =
428
782
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
782
                                columns[1])
430
782
                                ->get_element(row_num);
431
782
            }
432
2.22k
            if (data.size() >= data.max_size) {
433
888
                return;
434
888
            }
435
2.22k
        }
436
1.33k
        if constexpr (ENABLE_ARENA) {
437
472
            data.add(*columns[0], row_num, arena);
438
7.01k
        } else {
439
7.01k
            data.add(*columns[0], row_num);
440
7.01k
        }
441
7.48k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
38
             Arena& arena) const override {
424
38
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
38
        } else {
439
38
            data.add(*columns[0], row_num);
440
38
        }
441
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
25
             Arena& arena) const override {
424
25
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
25
        } else {
439
25
            data.add(*columns[0], row_num);
440
25
        }
441
25
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
62
             Arena& arena) const override {
424
62
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
62
        } else {
439
62
            data.add(*columns[0], row_num);
440
62
        }
441
62
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
38
             Arena& arena) const override {
424
38
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
38
        } else {
439
38
            data.add(*columns[0], row_num);
440
38
        }
441
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
394
             Arena& arena) const override {
424
394
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
394
        } else {
439
394
            data.add(*columns[0], row_num);
440
394
        }
441
394
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
225
             Arena& arena) const override {
424
225
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
225
        } else {
439
225
            data.add(*columns[0], row_num);
440
225
        }
441
225
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
45
             Arena& arena) const override {
424
45
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
45
        } else {
439
45
            data.add(*columns[0], row_num);
440
45
        }
441
45
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
80
             Arena& arena) const override {
424
80
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
80
        } else {
439
80
            data.add(*columns[0], row_num);
440
80
        }
441
80
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
144
             Arena& arena) const override {
424
144
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
144
        } else {
439
144
            data.add(*columns[0], row_num);
440
144
        }
441
144
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
116
             Arena& arena) const override {
424
116
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
116
        } else {
439
116
            data.add(*columns[0], row_num);
440
116
        }
441
116
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
38
             Arena& arena) const override {
424
38
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
38
        } else {
439
38
            data.add(*columns[0], row_num);
440
38
        }
441
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
38
             Arena& arena) const override {
424
38
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
38
        } else {
439
38
            data.add(*columns[0], row_num);
440
38
        }
441
38
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
48
             Arena& arena) const override {
424
48
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
48
        } else {
439
48
            data.add(*columns[0], row_num);
440
48
        }
441
48
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
44
             Arena& arena) const override {
424
44
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
44
        } else {
439
44
            data.add(*columns[0], row_num);
440
44
        }
441
44
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
40
             Arena& arena) const override {
424
40
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
40
        } else {
439
40
            data.add(*columns[0], row_num);
440
40
        }
441
40
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
26
             Arena& arena) const override {
424
26
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
26
        } else {
439
26
            data.add(*columns[0], row_num);
440
26
        }
441
26
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
54
             Arena& arena) const override {
424
54
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
54
        } else {
439
54
            data.add(*columns[0], row_num);
440
54
        }
441
54
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
74
             Arena& arena) const override {
424
74
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
74
        } else {
439
74
            data.add(*columns[0], row_num);
440
74
        }
441
74
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
72
             Arena& arena) const override {
424
72
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
72
        } else {
439
72
            data.add(*columns[0], row_num);
440
72
        }
441
72
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
94
             Arena& arena) const override {
424
94
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
94
        } else {
439
94
            data.add(*columns[0], row_num);
440
94
        }
441
94
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
346
             Arena& arena) const override {
424
346
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
346
        if constexpr (ENABLE_ARENA) {
437
346
            data.add(*columns[0], row_num, arena);
438
        } else {
439
            data.add(*columns[0], row_num);
440
        }
441
346
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
1.71k
             Arena& arena) const override {
424
1.71k
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
1.71k
        } else {
439
1.71k
            data.add(*columns[0], row_num);
440
1.71k
        }
441
1.71k
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
1.36k
             Arena& arena) const override {
424
1.36k
        auto& data = this->data(place);
425
        if constexpr (HasLimit) {
426
            if (data.max_size == -1) {
427
                data.max_size =
428
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
                                columns[1])
430
                                ->get_element(row_num);
431
            }
432
            if (data.size() >= data.max_size) {
433
                return;
434
            }
435
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
1.36k
        } else {
439
1.36k
            data.add(*columns[0], row_num);
440
1.36k
        }
441
1.36k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
47
             Arena& arena) const override {
424
47
        auto& data = this->data(place);
425
47
        if constexpr (HasLimit) {
426
47
            if (data.max_size == -1) {
427
21
                data.max_size =
428
21
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
21
                                columns[1])
430
21
                                ->get_element(row_num);
431
21
            }
432
47
            if (data.size() >= data.max_size) {
433
25
                return;
434
25
            }
435
47
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
47
        } else {
439
47
            data.add(*columns[0], row_num);
440
47
        }
441
47
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
40
             Arena& arena) const override {
424
40
        auto& data = this->data(place);
425
40
        if constexpr (HasLimit) {
426
40
            if (data.max_size == -1) {
427
20
                data.max_size =
428
20
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
20
                                columns[1])
430
20
                                ->get_element(row_num);
431
20
            }
432
40
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
40
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
40
        } else {
439
40
            data.add(*columns[0], row_num);
440
40
        }
441
40
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
59
             Arena& arena) const override {
424
59
        auto& data = this->data(place);
425
59
        if constexpr (HasLimit) {
426
59
            if (data.max_size == -1) {
427
15
                data.max_size =
428
15
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
15
                                columns[1])
430
15
                                ->get_element(row_num);
431
15
            }
432
59
            if (data.size() >= data.max_size) {
433
32
                return;
434
32
            }
435
59
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
59
        } else {
439
59
            data.add(*columns[0], row_num);
440
59
        }
441
59
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
52
             Arena& arena) const override {
424
52
        auto& data = this->data(place);
425
52
        if constexpr (HasLimit) {
426
52
            if (data.max_size == -1) {
427
14
                data.max_size =
428
14
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
14
                                columns[1])
430
14
                                ->get_element(row_num);
431
14
            }
432
52
            if (data.size() >= data.max_size) {
433
26
                return;
434
26
            }
435
52
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
52
        } else {
439
52
            data.add(*columns[0], row_num);
440
52
        }
441
52
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
8
                return;
434
8
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
12
                return;
434
12
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
12
                return;
434
12
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
16
                return;
434
16
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
24
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
24
             Arena& arena) const override {
424
24
        auto& data = this->data(place);
425
24
        if constexpr (HasLimit) {
426
24
            if (data.max_size == -1) {
427
4
                data.max_size =
428
4
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
4
                                columns[1])
430
4
                                ->get_element(row_num);
431
4
            }
432
24
            if (data.size() >= data.max_size) {
433
20
                return;
434
20
            }
435
24
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
24
        } else {
439
24
            data.add(*columns[0], row_num);
440
24
        }
441
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
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
12
                data.max_size =
428
12
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
12
                                columns[1])
430
12
                                ->get_element(row_num);
431
12
            }
432
63
            if (data.size() >= data.max_size) {
433
34
                return;
434
34
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
12
                data.max_size =
428
12
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
12
                                columns[1])
430
12
                                ->get_element(row_num);
431
12
            }
432
63
            if (data.size() >= data.max_size) {
433
38
                return;
434
38
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
12
                data.max_size =
428
12
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
12
                                columns[1])
430
12
                                ->get_element(row_num);
431
12
            }
432
63
            if (data.size() >= data.max_size) {
433
41
                return;
434
41
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
63
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
63
             Arena& arena) const override {
424
63
        auto& data = this->data(place);
425
63
        if constexpr (HasLimit) {
426
63
            if (data.max_size == -1) {
427
12
                data.max_size =
428
12
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
12
                                columns[1])
430
12
                                ->get_element(row_num);
431
12
            }
432
63
            if (data.size() >= data.max_size) {
433
42
                return;
434
42
            }
435
63
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
63
        } else {
439
63
            data.add(*columns[0], row_num);
440
63
        }
441
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
423
126
             Arena& arena) const override {
424
126
        auto& data = this->data(place);
425
126
        if constexpr (HasLimit) {
426
126
            if (data.max_size == -1) {
427
20
                data.max_size =
428
20
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
20
                                columns[1])
430
20
                                ->get_element(row_num);
431
20
            }
432
126
            if (data.size() >= data.max_size) {
433
106
                return;
434
106
            }
435
126
        }
436
126
        if constexpr (ENABLE_ARENA) {
437
126
            data.add(*columns[0], row_num, arena);
438
        } else {
439
            data.add(*columns[0], row_num);
440
        }
441
126
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
120
             Arena& arena) const override {
424
120
        auto& data = this->data(place);
425
120
        if constexpr (HasLimit) {
426
120
            if (data.max_size == -1) {
427
16
                data.max_size =
428
16
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
16
                                columns[1])
430
16
                                ->get_element(row_num);
431
16
            }
432
120
            if (data.size() >= data.max_size) {
433
104
                return;
434
104
            }
435
120
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
120
        } else {
439
120
            data.add(*columns[0], row_num);
440
120
        }
441
120
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
423
1.19k
             Arena& arena) const override {
424
1.19k
        auto& data = this->data(place);
425
1.19k
        if constexpr (HasLimit) {
426
1.19k
            if (data.max_size == -1) {
427
572
                data.max_size =
428
572
                        (UInt64)assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(
429
572
                                columns[1])
430
572
                                ->get_element(row_num);
431
572
            }
432
1.19k
            if (data.size() >= data.max_size) {
433
172
                return;
434
172
            }
435
1.19k
        }
436
        if constexpr (ENABLE_ARENA) {
437
            data.add(*columns[0], row_num, arena);
438
1.19k
        } else {
439
1.19k
            data.add(*columns[0], row_num);
440
1.19k
        }
441
1.19k
    }
442
443
    void merge(AggregateDataPtr __restrict place, ConstAggregateDataPtr rhs,
444
1.21k
               Arena& arena) const override {
445
1.21k
        auto& data = this->data(place);
446
1.21k
        const auto& rhs_data = this->data(rhs);
447
1.21k
        if constexpr (ENABLE_ARENA) {
448
242
            data.merge(rhs_data, arena);
449
976
        } else {
450
976
            data.merge(rhs_data);
451
976
        }
452
1.21k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
7
               Arena& arena) const override {
445
7
        auto& data = this->data(place);
446
7
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
7
        } else {
450
7
            data.merge(rhs_data);
451
7
        }
452
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
8
               Arena& arena) const override {
445
8
        auto& data = this->data(place);
446
8
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
8
        } else {
450
8
            data.merge(rhs_data);
451
8
        }
452
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
5
               Arena& arena) const override {
445
5
        auto& data = this->data(place);
446
5
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
5
        } else {
450
5
            data.merge(rhs_data);
451
5
        }
452
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
8
               Arena& arena) const override {
445
8
        auto& data = this->data(place);
446
8
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
8
        } else {
450
8
            data.merge(rhs_data);
451
8
        }
452
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
323
               Arena& arena) const override {
445
323
        auto& data = this->data(place);
446
323
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
323
        } else {
450
323
            data.merge(rhs_data);
451
323
        }
452
323
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
185
               Arena& arena) const override {
445
185
        auto& data = this->data(place);
446
185
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
185
        } else {
450
185
            data.merge(rhs_data);
451
185
        }
452
185
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
11
               Arena& arena) const override {
445
11
        auto& data = this->data(place);
446
11
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
11
        } else {
450
11
            data.merge(rhs_data);
451
11
        }
452
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
20
               Arena& arena) const override {
445
20
        auto& data = this->data(place);
446
20
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
20
        } else {
450
20
            data.merge(rhs_data);
451
20
        }
452
20
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
9
               Arena& arena) const override {
445
9
        auto& data = this->data(place);
446
9
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
9
        } else {
450
9
            data.merge(rhs_data);
451
9
        }
452
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
7
               Arena& arena) const override {
445
7
        auto& data = this->data(place);
446
7
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
7
        } else {
450
7
            data.merge(rhs_data);
451
7
        }
452
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
7
               Arena& arena) const override {
445
7
        auto& data = this->data(place);
446
7
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
7
        } else {
450
7
            data.merge(rhs_data);
451
7
        }
452
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
10
               Arena& arena) const override {
445
10
        auto& data = this->data(place);
446
10
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
10
        } else {
450
10
            data.merge(rhs_data);
451
10
        }
452
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
2
               Arena& arena) const override {
445
2
        auto& data = this->data(place);
446
2
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
2
        } else {
450
2
            data.merge(rhs_data);
451
2
        }
452
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
9
               Arena& arena) const override {
445
9
        auto& data = this->data(place);
446
9
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
9
        } else {
450
9
            data.merge(rhs_data);
451
9
        }
452
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
15
               Arena& arena) const override {
445
15
        auto& data = this->data(place);
446
15
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
15
        } else {
450
15
            data.merge(rhs_data);
451
15
        }
452
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
9
               Arena& arena) const override {
445
9
        auto& data = this->data(place);
446
9
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
9
        } else {
450
9
            data.merge(rhs_data);
451
9
        }
452
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
15
               Arena& arena) const override {
445
15
        auto& data = this->data(place);
446
15
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
15
        } else {
450
15
            data.merge(rhs_data);
451
15
        }
452
15
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
226
               Arena& arena) const override {
445
226
        auto& data = this->data(place);
446
226
        const auto& rhs_data = this->data(rhs);
447
226
        if constexpr (ENABLE_ARENA) {
448
226
            data.merge(rhs_data, arena);
449
        } else {
450
            data.merge(rhs_data);
451
        }
452
226
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
30
               Arena& arena) const override {
445
30
        auto& data = this->data(place);
446
30
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
30
        } else {
450
30
            data.merge(rhs_data);
451
30
        }
452
30
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
6
               Arena& arena) const override {
445
6
        auto& data = this->data(place);
446
6
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
6
        } else {
450
6
            data.merge(rhs_data);
451
6
        }
452
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
51
               Arena& arena) const override {
445
51
        auto& data = this->data(place);
446
51
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
51
        } else {
450
51
            data.merge(rhs_data);
451
51
        }
452
51
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
50
               Arena& arena) const override {
445
50
        auto& data = this->data(place);
446
50
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
50
        } else {
450
50
            data.merge(rhs_data);
451
50
        }
452
50
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
12
               Arena& arena) const override {
445
12
        auto& data = this->data(place);
446
12
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
12
        } else {
450
12
            data.merge(rhs_data);
451
12
        }
452
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
11
               Arena& arena) const override {
445
11
        auto& data = this->data(place);
446
11
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
11
        } else {
450
11
            data.merge(rhs_data);
451
11
        }
452
11
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
4
               Arena& arena) const override {
445
4
        auto& data = this->data(place);
446
4
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
4
        } else {
450
4
            data.merge(rhs_data);
451
4
        }
452
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
444
13
               Arena& arena) const override {
445
13
        auto& data = this->data(place);
446
13
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
13
        } else {
450
13
            data.merge(rhs_data);
451
13
        }
452
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
13
               Arena& arena) const override {
445
13
        auto& data = this->data(place);
446
13
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
13
        } else {
450
13
            data.merge(rhs_data);
451
13
        }
452
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
13
               Arena& arena) const override {
445
13
        auto& data = this->data(place);
446
13
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
13
        } else {
450
13
            data.merge(rhs_data);
451
13
        }
452
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
13
               Arena& arena) const override {
445
13
        auto& data = this->data(place);
446
13
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
13
        } else {
450
13
            data.merge(rhs_data);
451
13
        }
452
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
444
16
               Arena& arena) const override {
445
16
        auto& data = this->data(place);
446
16
        const auto& rhs_data = this->data(rhs);
447
16
        if constexpr (ENABLE_ARENA) {
448
16
            data.merge(rhs_data, arena);
449
        } else {
450
            data.merge(rhs_data);
451
        }
452
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
444
16
               Arena& arena) const override {
445
16
        auto& data = this->data(place);
446
16
        const auto& rhs_data = this->data(rhs);
447
        if constexpr (ENABLE_ARENA) {
448
            data.merge(rhs_data, arena);
449
16
        } else {
450
16
            data.merge(rhs_data);
451
16
        }
452
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE5mergeEPcPKcRNS_5ArenaE
453
454
1.29k
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
1.29k
        this->data(place).write(buf);
456
1.29k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
7
        this->data(place).write(buf);
456
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
8
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
8
        this->data(place).write(buf);
456
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
5
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
5
        this->data(place).write(buf);
456
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
8
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
8
        this->data(place).write(buf);
456
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
362
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
362
        this->data(place).write(buf);
456
362
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
222
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
222
        this->data(place).write(buf);
456
222
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
12
        this->data(place).write(buf);
456
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
22
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
22
        this->data(place).write(buf);
456
22
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
9
        this->data(place).write(buf);
456
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
7
        this->data(place).write(buf);
456
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
7
        this->data(place).write(buf);
456
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
10
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
10
        this->data(place).write(buf);
456
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
2
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
2
        this->data(place).write(buf);
456
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
9
        this->data(place).write(buf);
456
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
15
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
15
        this->data(place).write(buf);
456
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
9
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
9
        this->data(place).write(buf);
456
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
15
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
15
        this->data(place).write(buf);
456
15
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
220
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
220
        this->data(place).write(buf);
456
220
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
30
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
30
        this->data(place).write(buf);
456
30
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
6
        this->data(place).write(buf);
456
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
53
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
53
        this->data(place).write(buf);
456
53
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
52
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
52
        this->data(place).write(buf);
456
52
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
13
        this->data(place).write(buf);
456
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
12
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
12
        this->data(place).write(buf);
456
12
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
4
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
4
        this->data(place).write(buf);
456
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
454
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
13
        this->data(place).write(buf);
456
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
13
        this->data(place).write(buf);
456
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
13
        this->data(place).write(buf);
456
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
13
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
13
        this->data(place).write(buf);
456
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
454
16
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
16
        this->data(place).write(buf);
456
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
454
16
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
455
16
        this->data(place).write(buf);
456
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE9serializeEPKcRNS_14BufferWritableE
457
458
    void deserialize(AggregateDataPtr __restrict place, BufferReadable& buf,
459
1.21k
                     Arena&) const override {
460
1.21k
        this->data(place).read(buf);
461
1.21k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
7
                     Arena&) const override {
460
7
        this->data(place).read(buf);
461
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
8
                     Arena&) const override {
460
8
        this->data(place).read(buf);
461
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
5
                     Arena&) const override {
460
5
        this->data(place).read(buf);
461
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
8
                     Arena&) const override {
460
8
        this->data(place).read(buf);
461
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
323
                     Arena&) const override {
460
323
        this->data(place).read(buf);
461
323
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
185
                     Arena&) const override {
460
185
        this->data(place).read(buf);
461
185
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
11
                     Arena&) const override {
460
11
        this->data(place).read(buf);
461
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
20
                     Arena&) const override {
460
20
        this->data(place).read(buf);
461
20
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
9
                     Arena&) const override {
460
9
        this->data(place).read(buf);
461
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
7
                     Arena&) const override {
460
7
        this->data(place).read(buf);
461
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
7
                     Arena&) const override {
460
7
        this->data(place).read(buf);
461
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
10
                     Arena&) const override {
460
10
        this->data(place).read(buf);
461
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
2
                     Arena&) const override {
460
2
        this->data(place).read(buf);
461
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
9
                     Arena&) const override {
460
9
        this->data(place).read(buf);
461
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
15
                     Arena&) const override {
460
15
        this->data(place).read(buf);
461
15
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
9
                     Arena&) const override {
460
9
        this->data(place).read(buf);
461
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
15
                     Arena&) const override {
460
15
        this->data(place).read(buf);
461
15
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
226
                     Arena&) const override {
460
226
        this->data(place).read(buf);
461
226
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
30
                     Arena&) const override {
460
30
        this->data(place).read(buf);
461
30
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
6
                     Arena&) const override {
460
6
        this->data(place).read(buf);
461
6
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
51
                     Arena&) const override {
460
51
        this->data(place).read(buf);
461
51
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
50
                     Arena&) const override {
460
50
        this->data(place).read(buf);
461
50
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
12
                     Arena&) const override {
460
12
        this->data(place).read(buf);
461
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
11
                     Arena&) const override {
460
11
        this->data(place).read(buf);
461
11
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
4
                     Arena&) const override {
460
4
        this->data(place).read(buf);
461
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
459
13
                     Arena&) const override {
460
13
        this->data(place).read(buf);
461
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
13
                     Arena&) const override {
460
13
        this->data(place).read(buf);
461
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
13
                     Arena&) const override {
460
13
        this->data(place).read(buf);
461
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
13
                     Arena&) const override {
460
13
        this->data(place).read(buf);
461
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
459
16
                     Arena&) const override {
460
16
        this->data(place).read(buf);
461
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
459
16
                     Arena&) const override {
460
16
        this->data(place).read(buf);
461
16
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
462
463
2.19k
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
2.19k
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
2.19k
        auto& to_nested_col = to_arr.get_data();
466
2.19k
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
2.19k
        this->data(place).insert_result_into(col_null->get_nested_column());
468
2.19k
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
2.19k
        to_arr.get_offsets().push_back(to_nested_col.size());
470
2.19k
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
7
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
7
        auto& to_nested_col = to_arr.get_data();
466
7
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
7
        this->data(place).insert_result_into(col_null->get_nested_column());
468
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
7
        to_arr.get_offsets().push_back(to_nested_col.size());
470
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
7
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
7
        auto& to_nested_col = to_arr.get_data();
466
7
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
7
        this->data(place).insert_result_into(col_null->get_nested_column());
468
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
7
        to_arr.get_offsets().push_back(to_nested_col.size());
470
7
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
68
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
68
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
68
        auto& to_nested_col = to_arr.get_data();
466
68
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
68
        this->data(place).insert_result_into(col_null->get_nested_column());
468
68
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
68
        to_arr.get_offsets().push_back(to_nested_col.size());
470
68
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
6
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
6
        auto& to_nested_col = to_arr.get_data();
466
6
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
6
        this->data(place).insert_result_into(col_null->get_nested_column());
468
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
6
        to_arr.get_offsets().push_back(to_nested_col.size());
470
6
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
220
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
220
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
220
        auto& to_nested_col = to_arr.get_data();
466
220
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
220
        this->data(place).insert_result_into(col_null->get_nested_column());
468
220
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
220
        to_arr.get_offsets().push_back(to_nested_col.size());
470
220
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
54
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
54
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
54
        auto& to_nested_col = to_arr.get_data();
466
54
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
54
        this->data(place).insert_result_into(col_null->get_nested_column());
468
54
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
54
        to_arr.get_offsets().push_back(to_nested_col.size());
470
54
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
12
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
12
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
12
        auto& to_nested_col = to_arr.get_data();
466
12
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
12
        this->data(place).insert_result_into(col_null->get_nested_column());
468
12
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
12
        to_arr.get_offsets().push_back(to_nested_col.size());
470
12
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
21
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
21
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
21
        auto& to_nested_col = to_arr.get_data();
466
21
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
21
        this->data(place).insert_result_into(col_null->get_nested_column());
468
21
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
21
        to_arr.get_offsets().push_back(to_nested_col.size());
470
21
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
8
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
8
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
8
        auto& to_nested_col = to_arr.get_data();
466
8
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
8
        this->data(place).insert_result_into(col_null->get_nested_column());
468
8
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
8
        to_arr.get_offsets().push_back(to_nested_col.size());
470
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
7
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
7
        auto& to_nested_col = to_arr.get_data();
466
7
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
7
        this->data(place).insert_result_into(col_null->get_nested_column());
468
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
7
        to_arr.get_offsets().push_back(to_nested_col.size());
470
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
7
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
7
        auto& to_nested_col = to_arr.get_data();
466
7
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
7
        this->data(place).insert_result_into(col_null->get_nested_column());
468
7
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
7
        to_arr.get_offsets().push_back(to_nested_col.size());
470
7
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
6
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
6
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
6
        auto& to_nested_col = to_arr.get_data();
466
6
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
6
        this->data(place).insert_result_into(col_null->get_nested_column());
468
6
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
6
        to_arr.get_offsets().push_back(to_nested_col.size());
470
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
2
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
2
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
2
        auto& to_nested_col = to_arr.get_data();
466
2
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
2
        this->data(place).insert_result_into(col_null->get_nested_column());
468
2
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
2
        to_arr.get_offsets().push_back(to_nested_col.size());
470
2
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
14
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
14
        auto& to_nested_col = to_arr.get_data();
466
14
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
14
        this->data(place).insert_result_into(col_null->get_nested_column());
468
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
14
        to_arr.get_offsets().push_back(to_nested_col.size());
470
14
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
14
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
14
        auto& to_nested_col = to_arr.get_data();
466
14
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
14
        this->data(place).insert_result_into(col_null->get_nested_column());
468
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
14
        to_arr.get_offsets().push_back(to_nested_col.size());
470
14
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
14
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
14
        auto& to_nested_col = to_arr.get_data();
466
14
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
14
        this->data(place).insert_result_into(col_null->get_nested_column());
468
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
14
        to_arr.get_offsets().push_back(to_nested_col.size());
470
14
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
236
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
236
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
236
        auto& to_nested_col = to_arr.get_data();
466
236
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
236
        this->data(place).insert_result_into(col_null->get_nested_column());
468
236
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
236
        to_arr.get_offsets().push_back(to_nested_col.size());
470
236
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
47
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
47
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
47
        auto& to_nested_col = to_arr.get_data();
466
47
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
47
        this->data(place).insert_result_into(col_null->get_nested_column());
468
47
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
47
        to_arr.get_offsets().push_back(to_nested_col.size());
470
47
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
613
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
613
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
613
        auto& to_nested_col = to_arr.get_data();
466
613
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
613
        this->data(place).insert_result_into(col_null->get_nested_column());
468
613
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
613
        to_arr.get_offsets().push_back(to_nested_col.size());
470
613
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
15
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
15
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
15
        auto& to_nested_col = to_arr.get_data();
466
15
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
15
        this->data(place).insert_result_into(col_null->get_nested_column());
468
15
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
15
        to_arr.get_offsets().push_back(to_nested_col.size());
470
15
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
14
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
14
        auto& to_nested_col = to_arr.get_data();
466
14
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
14
        this->data(place).insert_result_into(col_null->get_nested_column());
468
14
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
14
        to_arr.get_offsets().push_back(to_nested_col.size());
470
14
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
10
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
10
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
10
        auto& to_nested_col = to_arr.get_data();
466
10
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
10
        this->data(place).insert_result_into(col_null->get_nested_column());
468
10
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
10
        to_arr.get_offsets().push_back(to_nested_col.size());
470
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
4
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
4
        auto& to_nested_col = to_arr.get_data();
466
4
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
4
        this->data(place).insert_result_into(col_null->get_nested_column());
468
4
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
4
        to_arr.get_offsets().push_back(to_nested_col.size());
470
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
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
9
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
9
        auto& to_nested_col = to_arr.get_data();
466
9
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
9
        this->data(place).insert_result_into(col_null->get_nested_column());
468
9
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
9
        to_arr.get_offsets().push_back(to_nested_col.size());
470
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
463
20
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
20
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
20
        auto& to_nested_col = to_arr.get_data();
466
20
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
20
        this->data(place).insert_result_into(col_null->get_nested_column());
468
20
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
20
        to_arr.get_offsets().push_back(to_nested_col.size());
470
20
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
16
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
16
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
16
        auto& to_nested_col = to_arr.get_data();
466
16
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
16
        this->data(place).insert_result_into(col_null->get_nested_column());
468
16
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
16
        to_arr.get_offsets().push_back(to_nested_col.size());
470
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
463
600
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
464
600
        auto& to_arr = assert_cast<ColumnArray&, TypeCheckOnRelease::DISABLE>(to);
465
600
        auto& to_nested_col = to_arr.get_data();
466
600
        auto* col_null = assert_cast<ColumnNullable*, TypeCheckOnRelease::DISABLE>(&to_nested_col);
467
600
        this->data(place).insert_result_into(col_null->get_nested_column());
468
600
        col_null->get_null_map_data().resize_fill(col_null->get_nested_column().size(), 0);
469
600
        to_arr.get_offsets().push_back(to_nested_col.size());
470
600
    }
471
472
951
    void check_input_columns_type(const IColumn** columns) const override {
473
951
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
66
                                     Data>) {
477
66
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
66
        }
479
951
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
5
    void check_input_columns_type(const IColumn** columns) const override {
473
5
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
25
    void check_input_columns_type(const IColumn** columns) const override {
473
25
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
25
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
41
    void check_input_columns_type(const IColumn** columns) const override {
473
41
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
41
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
53
    void check_input_columns_type(const IColumn** columns) const override {
473
53
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
53
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
24
    void check_input_columns_type(const IColumn** columns) const override {
473
24
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
24
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
12
    void check_input_columns_type(const IColumn** columns) const override {
473
12
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
12
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
10
    void check_input_columns_type(const IColumn** columns) const override {
473
10
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
10
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
18
    void check_input_columns_type(const IColumn** columns) const override {
473
18
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
18
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
8
    void check_input_columns_type(const IColumn** columns) const override {
473
8
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
18
    void check_input_columns_type(const IColumn** columns) const override {
473
18
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
18
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
44
    void check_input_columns_type(const IColumn** columns) const override {
473
44
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
44
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
50
    void check_input_columns_type(const IColumn** columns) const override {
473
50
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
50
                                     Data>) {
477
50
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
50
        }
479
50
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
173
    void check_input_columns_type(const IColumn** columns) const override {
473
173
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
173
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
21
    void check_input_columns_type(const IColumn** columns) const override {
473
21
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
21
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
20
    void check_input_columns_type(const IColumn** columns) const override {
473
20
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
20
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
11
    void check_input_columns_type(const IColumn** columns) const override {
473
11
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
11
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
4
    void check_input_columns_type(const IColumn** columns) const override {
473
4
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
13
    void check_input_columns_type(const IColumn** columns) const override {
473
13
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
13
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
19
    void check_input_columns_type(const IColumn** columns) const override {
473
19
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
19
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
16
    void check_input_columns_type(const IColumn** columns) const override {
473
16
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
16
                                     Data>) {
477
16
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
16
        }
479
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
472
162
    void check_input_columns_type(const IColumn** columns) const override {
473
162
        IAggregateFunction::check_input_columns_type(columns);
474
        if constexpr (is_string_type(Data::PType) &&
475
                      std::is_same_v<AggregateFunctionCollectListData<Data::PType, HasLimit>,
476
                                     Data>) {
477
            this->template check_argument_column_type<ColumnString>(columns[0]);
478
        }
479
162
    }
480
481
748
    void check_result_column_type(const IColumn& to) const override {
482
748
        IAggregateFunction::check_result_column_type(to);
483
748
        if constexpr (is_string_type(Data::PType)) {
484
169
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
169
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
169
            const auto& nested_column = array_column->get_data();
493
169
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
169
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
169
            this->template check_result_column_type_as<ColumnString>(
501
169
                    nullable_column->get_nested_column());
502
169
        }
503
748
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
17
    void check_result_column_type(const IColumn& to) const override {
482
17
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
17
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
19
    void check_result_column_type(const IColumn& to) const override {
482
19
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
19
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
17
    void check_result_column_type(const IColumn& to) const override {
482
17
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
17
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
39
    void check_result_column_type(const IColumn& to) const override {
482
39
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
39
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
44
    void check_result_column_type(const IColumn& to) const override {
482
44
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
44
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
10
    void check_result_column_type(const IColumn& to) const override {
482
10
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
29
    void check_result_column_type(const IColumn& to) const override {
482
29
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
29
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
5
    void check_result_column_type(const IColumn& to) const override {
482
5
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
5
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
17
    void check_result_column_type(const IColumn& to) const override {
482
17
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
17
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
17
    void check_result_column_type(const IColumn& to) const override {
482
17
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
17
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
6
    void check_result_column_type(const IColumn& to) const override {
482
6
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
6
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
2
    void check_result_column_type(const IColumn& to) const override {
482
2
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
2
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
14
    void check_result_column_type(const IColumn& to) const override {
482
14
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
14
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
14
    void check_result_column_type(const IColumn& to) const override {
482
14
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
14
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
22
    void check_result_column_type(const IColumn& to) const override {
482
22
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
22
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
8
    void check_result_column_type(const IColumn& to) const override {
482
8
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
8
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
22
    void check_result_column_type(const IColumn& to) const override {
482
22
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
22
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
43
    void check_result_column_type(const IColumn& to) const override {
482
43
        IAggregateFunction::check_result_column_type(to);
483
43
        if constexpr (is_string_type(Data::PType)) {
484
43
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
43
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
43
            const auto& nested_column = array_column->get_data();
493
43
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
43
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
43
            this->template check_result_column_type_as<ColumnString>(
501
43
                    nullable_column->get_nested_column());
502
43
        }
503
43
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
88
    void check_result_column_type(const IColumn& to) const override {
482
88
        IAggregateFunction::check_result_column_type(to);
483
88
        if constexpr (is_string_type(Data::PType)) {
484
88
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
88
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
88
            const auto& nested_column = array_column->get_data();
493
88
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
88
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
88
            this->template check_result_column_type_as<ColumnString>(
501
88
                    nullable_column->get_nested_column());
502
88
        }
503
88
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb0EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
63
    void check_result_column_type(const IColumn& to) const override {
482
63
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
63
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE2ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE3ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE4ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
5
    void check_result_column_type(const IColumn& to) const override {
482
5
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
5
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE5ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
10
    void check_result_column_type(const IColumn& to) const override {
482
10
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
10
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE6ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
10
    void check_result_column_type(const IColumn& to) const override {
482
10
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
10
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE7ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE8ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE9ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE28ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
4
    void check_result_column_type(const IColumn& to) const override {
482
4
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
4
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE29ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE20ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE30ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE35ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE11ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE25ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE26ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
9
    void check_result_column_type(const IColumn& to) const override {
482
9
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
9
    }
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE12ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE27ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE42ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE36ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Unexecuted instantiation: _ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE37ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris24AggregateFunctionCollectINS_31AggregateFunctionCollectSetDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
22
    void check_result_column_type(const IColumn& to) const override {
482
22
        IAggregateFunction::check_result_column_type(to);
483
22
        if constexpr (is_string_type(Data::PType)) {
484
22
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
22
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
22
            const auto& nested_column = array_column->get_data();
493
22
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
22
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
22
            this->template check_result_column_type_as<ColumnString>(
501
22
                    nullable_column->get_nested_column());
502
22
        }
503
22
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE23ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
16
    void check_result_column_type(const IColumn& to) const override {
482
16
        IAggregateFunction::check_result_column_type(to);
483
16
        if constexpr (is_string_type(Data::PType)) {
484
16
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
16
            if (UNLIKELY(array_column == nullptr)) {
486
0
                throw doris::Exception(Status::InternalError(
487
0
                        "Aggregate function {} result type check failed: Column type {} is not "
488
0
                        "ColumnArray",
489
0
                        get_name(), to.get_name()));
490
0
            }
491
492
16
            const auto& nested_column = array_column->get_data();
493
16
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
16
            if (UNLIKELY(nullable_column == nullptr)) {
495
0
                throw doris::Exception(Status::InternalError(
496
0
                        "Aggregate function {} result type check failed: Column type {} is not "
497
0
                        "ColumnNullable",
498
0
                        get_name(), nested_column.get_name()));
499
0
            }
500
16
            this->template check_result_column_type_as<ColumnString>(
501
16
                    nullable_column->get_nested_column());
502
16
        }
503
16
    }
_ZNK5doris24AggregateFunctionCollectINS_32AggregateFunctionCollectListDataILNS_13PrimitiveTypeE0ELb1EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
481
60
    void check_result_column_type(const IColumn& to) const override {
482
60
        IAggregateFunction::check_result_column_type(to);
483
        if constexpr (is_string_type(Data::PType)) {
484
            const auto* array_column = check_and_get_column<ColumnArray>(to);
485
            if (UNLIKELY(array_column == nullptr)) {
486
                throw doris::Exception(Status::InternalError(
487
                        "Aggregate function {} result type check failed: Column type {} is not "
488
                        "ColumnArray",
489
                        get_name(), to.get_name()));
490
            }
491
492
            const auto& nested_column = array_column->get_data();
493
            const auto* nullable_column = check_and_get_column<ColumnNullable>(nested_column);
494
            if (UNLIKELY(nullable_column == nullptr)) {
495
                throw doris::Exception(Status::InternalError(
496
                        "Aggregate function {} result type check failed: Column type {} is not "
497
                        "ColumnNullable",
498
                        get_name(), nested_column.get_name()));
499
            }
500
            this->template check_result_column_type_as<ColumnString>(
501
                    nullable_column->get_nested_column());
502
        }
503
60
    }
504
505
private:
506
    DataTypePtr return_type;
507
};
508
509
} // namespace doris