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