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