be/src/exprs/aggregate/aggregate_function_histogram.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 <map> |
21 | | #include <memory> |
22 | | #include <string> |
23 | | #include <utility> |
24 | | #include <vector> |
25 | | |
26 | | #include "common/exception.h" |
27 | | #include "common/status.h" |
28 | | #include "core/assert_cast.h" |
29 | | #include "core/column/column.h" |
30 | | #include "core/column/column_decimal.h" |
31 | | #include "core/column/column_string.h" |
32 | | #include "core/column/column_vector.h" |
33 | | #include "core/data_type/data_type_string.h" |
34 | | #include "core/string_ref.h" |
35 | | #include "core/types.h" |
36 | | #include "exec/common/histogram_helpers.hpp" |
37 | | #include "exprs/aggregate/aggregate_function.h" |
38 | | #include "exprs/aggregate/aggregate_function_simple_factory.h" |
39 | | |
40 | | namespace doris {} // namespace doris |
41 | | |
42 | | namespace doris { |
43 | | |
44 | | template <PrimitiveType T> |
45 | | struct AggregateFunctionHistogramData { |
46 | | static constexpr auto Ptype = T; |
47 | | using ColVecType = typename PrimitiveTypeTraits<T>::ColumnType; |
48 | | const static size_t DEFAULT_BUCKET_NUM = 128; |
49 | | const static size_t BUCKET_NUM_INIT_VALUE = 0; |
50 | | |
51 | 6.30k | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; }_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE14set_parametersEm Line | Count | Source | 51 | 15 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE14set_parametersEm Line | Count | Source | 51 | 347 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE14set_parametersEm Line | Count | Source | 51 | 358 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE14set_parametersEm Line | Count | Source | 51 | 536 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE14set_parametersEm Line | Count | Source | 51 | 362 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE14set_parametersEm Line | Count | Source | 51 | 347 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE14set_parametersEm Line | Count | Source | 51 | 332 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE14set_parametersEm Line | Count | Source | 51 | 332 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE14set_parametersEm Line | Count | Source | 51 | 171 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE14set_parametersEm Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE14set_parametersEm Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE14set_parametersEm _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE14set_parametersEm Line | Count | Source | 51 | 2.40k | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE14set_parametersEm Line | Count | Source | 51 | 479 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE14set_parametersEm Line | Count | Source | 51 | 479 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE14set_parametersEm Line | Count | Source | 51 | 142 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE14set_parametersEm Line | Count | Source | 51 | 3 | void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; } |
|
52 | | |
53 | 31 | void reset() { |
54 | 31 | ordered_map.clear(); |
55 | 31 | max_num_buckets = BUCKET_NUM_INIT_VALUE; |
56 | 31 | } Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE5resetEv _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE5resetEv Line | Count | Source | 53 | 28 | void reset() { | 54 | 28 | ordered_map.clear(); | 55 | 28 | max_num_buckets = BUCKET_NUM_INIT_VALUE; | 56 | 28 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5resetEv Line | Count | Source | 53 | 3 | void reset() { | 54 | 3 | ordered_map.clear(); | 55 | 3 | max_num_buckets = BUCKET_NUM_INIT_VALUE; | 56 | 3 | } |
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE5resetEv Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE5resetEv |
57 | | |
58 | 2.40k | void add(const StringRef& value, const UInt64& number = 1) { |
59 | 2.40k | std::string data = value.to_string(); |
60 | 2.40k | auto it = ordered_map.find(data); |
61 | 2.40k | if (it != ordered_map.end()) { |
62 | 129 | it->second = it->second + number; |
63 | 2.27k | } else { |
64 | 2.27k | ordered_map.insert({data, number}); |
65 | 2.27k | } |
66 | 2.40k | } |
67 | | |
68 | 3.90k | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { |
69 | 3.90k | auto it = ordered_map.find(value); |
70 | 3.90k | if (it != ordered_map.end()) { |
71 | 108 | it->second = it->second + number; |
72 | 3.79k | } else { |
73 | 3.79k | ordered_map.insert({value, number}); |
74 | 3.79k | } |
75 | 3.90k | } _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE3addERKhRKm Line | Count | Source | 68 | 15 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 15 | auto it = ordered_map.find(value); | 70 | 15 | if (it != ordered_map.end()) { | 71 | 9 | it->second = it->second + number; | 72 | 9 | } else { | 73 | 6 | ordered_map.insert({value, number}); | 74 | 6 | } | 75 | 15 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE3addERKaRKm Line | Count | Source | 68 | 346 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 346 | auto it = ordered_map.find(value); | 70 | 346 | if (it != ordered_map.end()) { | 71 | 7 | it->second = it->second + number; | 72 | 339 | } else { | 73 | 339 | ordered_map.insert({value, number}); | 74 | 339 | } | 75 | 346 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE3addERKsRKm Line | Count | Source | 68 | 357 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 357 | auto it = ordered_map.find(value); | 70 | 357 | if (it != ordered_map.end()) { | 71 | 6 | it->second = it->second + number; | 72 | 351 | } else { | 73 | 351 | ordered_map.insert({value, number}); | 74 | 351 | } | 75 | 357 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE3addERKiRKm Line | Count | Source | 68 | 536 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 536 | auto it = ordered_map.find(value); | 70 | 536 | if (it != ordered_map.end()) { | 71 | 20 | it->second = it->second + number; | 72 | 516 | } else { | 73 | 516 | ordered_map.insert({value, number}); | 74 | 516 | } | 75 | 536 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE3addERKlRKm Line | Count | Source | 68 | 362 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 362 | auto it = ordered_map.find(value); | 70 | 362 | if (it != ordered_map.end()) { | 71 | 8 | it->second = it->second + number; | 72 | 354 | } else { | 73 | 354 | ordered_map.insert({value, number}); | 74 | 354 | } | 75 | 362 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE3addERKnRKm Line | Count | Source | 68 | 347 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 347 | auto it = ordered_map.find(value); | 70 | 347 | if (it != ordered_map.end()) { | 71 | 4 | it->second = it->second + number; | 72 | 343 | } else { | 73 | 343 | ordered_map.insert({value, number}); | 74 | 343 | } | 75 | 347 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE3addERKfRKm Line | Count | Source | 68 | 332 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 332 | auto it = ordered_map.find(value); | 70 | 332 | if (it != ordered_map.end()) { | 71 | 4 | it->second = it->second + number; | 72 | 328 | } else { | 73 | 328 | ordered_map.insert({value, number}); | 74 | 328 | } | 75 | 332 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE3addERKdRKm Line | Count | Source | 68 | 332 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 332 | auto it = ordered_map.find(value); | 70 | 332 | if (it != ordered_map.end()) { | 71 | 4 | it->second = it->second + number; | 72 | 328 | } else { | 73 | 328 | ordered_map.insert({value, number}); | 74 | 328 | } | 75 | 332 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE3addERKNS_7DecimalIiEERKm Line | Count | Source | 68 | 171 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 171 | auto it = ordered_map.find(value); | 70 | 171 | if (it != ordered_map.end()) { | 71 | 8 | it->second = it->second + number; | 72 | 163 | } else { | 73 | 163 | ordered_map.insert({value, number}); | 74 | 163 | } | 75 | 171 | } |
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE3addERKNS_7DecimalIlEERKm Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE3addERKNS_12Decimal128V3ERKm Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE3addERKNS_7DecimalIN4wide7integerILm256EiEEEERKm _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE3addERKNS_11DateV2ValueINS_15DateV2ValueTypeEEERKm Line | Count | Source | 68 | 479 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 479 | auto it = ordered_map.find(value); | 70 | 479 | if (it != ordered_map.end()) { | 71 | 18 | it->second = it->second + number; | 72 | 461 | } else { | 73 | 461 | ordered_map.insert({value, number}); | 74 | 461 | } | 75 | 479 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE3addERKNS_11DateV2ValueINS_19DateTimeV2ValueTypeEEERKm Line | Count | Source | 68 | 479 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 479 | auto it = ordered_map.find(value); | 70 | 479 | if (it != ordered_map.end()) { | 71 | 20 | it->second = it->second + number; | 72 | 459 | } else { | 73 | 459 | ordered_map.insert({value, number}); | 74 | 459 | } | 75 | 479 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE3addERKNS_16TimeStampNsValueERKm Line | Count | Source | 68 | 142 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 142 | auto it = ordered_map.find(value); | 70 | 142 | if (it != ordered_map.end()) { | 71 | 0 | it->second = it->second + number; | 72 | 142 | } else { | 73 | 142 | ordered_map.insert({value, number}); | 74 | 142 | } | 75 | 142 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE3addERKNS_16TimestampTzValueERKm Line | Count | Source | 68 | 3 | void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) { | 69 | 3 | auto it = ordered_map.find(value); | 70 | 3 | if (it != ordered_map.end()) { | 71 | 0 | it->second = it->second + number; | 72 | 3 | } else { | 73 | 3 | ordered_map.insert({value, number}); | 74 | 3 | } | 75 | 3 | } |
|
76 | | |
77 | 48 | void merge(const AggregateFunctionHistogramData& rhs) { |
78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null |
79 | | // we should discard this data, because histogram only fouce on the not-null data |
80 | 48 | if (!rhs.max_num_buckets) { |
81 | 16 | return; |
82 | 16 | } |
83 | | |
84 | 32 | if (!max_num_buckets) { |
85 | 12 | max_num_buckets = rhs.max_num_buckets; |
86 | 20 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { |
87 | 8 | throw Exception(ErrorCode::INVALID_ARGUMENT, |
88 | 8 | "histogram aggregate states have incompatible bucket counts: {} vs {}", |
89 | 8 | max_num_buckets, rhs.max_num_buckets); |
90 | 8 | } |
91 | | |
92 | 1.91k | for (auto rhs_it : rhs.ordered_map) { |
93 | 1.91k | auto lhs_it = ordered_map.find(rhs_it.first); |
94 | 1.91k | if (lhs_it != ordered_map.end()) { |
95 | 1.90k | lhs_it->second += rhs_it.second; |
96 | 1.90k | } else { |
97 | 12 | ordered_map.insert({rhs_it.first, rhs_it.second}); |
98 | 12 | } |
99 | 1.91k | } |
100 | 24 | } Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5mergeERKS2_ _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE5mergeERKS2_ Line | Count | Source | 77 | 32 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 32 | if (!rhs.max_num_buckets) { | 81 | 9 | return; | 82 | 9 | } | 83 | | | 84 | 23 | if (!max_num_buckets) { | 85 | 12 | max_num_buckets = rhs.max_num_buckets; | 86 | 12 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 8 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 8 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 8 | max_num_buckets, rhs.max_num_buckets); | 90 | 8 | } | 91 | | | 92 | 114 | for (auto rhs_it : rhs.ordered_map) { | 93 | 114 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 114 | if (lhs_it != ordered_map.end()) { | 95 | 102 | lhs_it->second += rhs_it.second; | 96 | 102 | } else { | 97 | 12 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 12 | } | 99 | 114 | } | 100 | 15 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE5mergeERKS2_ Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5mergeERKS2_ Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5mergeERKS2_ Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5mergeERKS2_ _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5mergeERKS2_ Line | Count | Source | 77 | 2 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 2 | if (!rhs.max_num_buckets) { | 81 | 1 | return; | 82 | 1 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 1.00k | for (auto rhs_it : rhs.ordered_map) { | 93 | 1.00k | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 1.00k | if (lhs_it != ordered_map.end()) { | 95 | 1.00k | lhs_it->second += rhs_it.second; | 96 | 1.00k | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 1.00k | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5mergeERKS2_ Line | Count | Source | 77 | 1 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 1 | if (!rhs.max_num_buckets) { | 81 | 0 | return; | 82 | 0 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5mergeERKS2_ Line | Count | Source | 77 | 1 | void merge(const AggregateFunctionHistogramData& rhs) { | 78 | | // if rhs.max_num_buckets == 0, it means the input block for serialization is all null | 79 | | // we should discard this data, because histogram only fouce on the not-null data | 80 | 1 | if (!rhs.max_num_buckets) { | 81 | 0 | return; | 82 | 0 | } | 83 | | | 84 | 1 | if (!max_num_buckets) { | 85 | 0 | max_num_buckets = rhs.max_num_buckets; | 86 | 1 | } else if (UNLIKELY(max_num_buckets != rhs.max_num_buckets)) { | 87 | 0 | throw Exception(ErrorCode::INVALID_ARGUMENT, | 88 | 0 | "histogram aggregate states have incompatible bucket counts: {} vs {}", | 89 | 0 | max_num_buckets, rhs.max_num_buckets); | 90 | 0 | } | 91 | | | 92 | 100 | for (auto rhs_it : rhs.ordered_map) { | 93 | 100 | auto lhs_it = ordered_map.find(rhs_it.first); | 94 | 100 | if (lhs_it != ordered_map.end()) { | 95 | 100 | lhs_it->second += rhs_it.second; | 96 | 100 | } else { | 97 | 0 | ordered_map.insert({rhs_it.first, rhs_it.second}); | 98 | 0 | } | 99 | 100 | } | 100 | 1 | } |
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE5mergeERKS2_ Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE5mergeERKS2_ |
101 | | |
102 | 1.32k | void write(BufferWritable& buf) const { |
103 | 1.32k | buf.write_binary(max_num_buckets); |
104 | 1.32k | auto element_number = (size_t)ordered_map.size(); |
105 | 1.32k | buf.write_binary(element_number); |
106 | | |
107 | 1.32k | auto pair_vector = map_to_vector(); |
108 | | |
109 | 5.36k | for (auto i = 0; i < element_number; i++) { |
110 | 4.03k | auto element = pair_vector[i]; |
111 | 4.03k | buf.write_binary(element.second); |
112 | 4.03k | buf.write_binary(element.first); |
113 | 4.03k | } |
114 | 1.32k | } _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 6 | void write(BufferWritable& buf) const { | 103 | 6 | buf.write_binary(max_num_buckets); | 104 | 6 | auto element_number = (size_t)ordered_map.size(); | 105 | 6 | buf.write_binary(element_number); | 106 | | | 107 | 6 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 12 | for (auto i = 0; i < element_number; i++) { | 110 | 6 | auto element = pair_vector[i]; | 111 | 6 | buf.write_binary(element.second); | 112 | 6 | buf.write_binary(element.first); | 113 | 6 | } | 114 | 6 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 76 | void write(BufferWritable& buf) const { | 103 | 76 | buf.write_binary(max_num_buckets); | 104 | 76 | auto element_number = (size_t)ordered_map.size(); | 105 | 76 | buf.write_binary(element_number); | 106 | | | 107 | 76 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 311 | for (auto i = 0; i < element_number; i++) { | 110 | 235 | auto element = pair_vector[i]; | 111 | 235 | buf.write_binary(element.second); | 112 | 235 | buf.write_binary(element.first); | 113 | 235 | } | 114 | 76 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 75 | void write(BufferWritable& buf) const { | 103 | 75 | buf.write_binary(max_num_buckets); | 104 | 75 | auto element_number = (size_t)ordered_map.size(); | 105 | 75 | buf.write_binary(element_number); | 106 | | | 107 | 75 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 319 | for (auto i = 0; i < element_number; i++) { | 110 | 244 | auto element = pair_vector[i]; | 111 | 244 | buf.write_binary(element.second); | 112 | 244 | buf.write_binary(element.first); | 113 | 244 | } | 114 | 75 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 265 | void write(BufferWritable& buf) const { | 103 | 265 | buf.write_binary(max_num_buckets); | 104 | 265 | auto element_number = (size_t)ordered_map.size(); | 105 | 265 | buf.write_binary(element_number); | 106 | | | 107 | 265 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 685 | for (auto i = 0; i < element_number; i++) { | 110 | 420 | auto element = pair_vector[i]; | 111 | 420 | buf.write_binary(element.second); | 112 | 420 | buf.write_binary(element.first); | 113 | 420 | } | 114 | 265 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 75 | void write(BufferWritable& buf) const { | 103 | 75 | buf.write_binary(max_num_buckets); | 104 | 75 | auto element_number = (size_t)ordered_map.size(); | 105 | 75 | buf.write_binary(element_number); | 106 | | | 107 | 75 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 307 | for (auto i = 0; i < element_number; i++) { | 110 | 232 | auto element = pair_vector[i]; | 111 | 232 | buf.write_binary(element.second); | 112 | 232 | buf.write_binary(element.first); | 113 | 232 | } | 114 | 75 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 76 | void write(BufferWritable& buf) const { | 103 | 76 | buf.write_binary(max_num_buckets); | 104 | 76 | auto element_number = (size_t)ordered_map.size(); | 105 | 76 | buf.write_binary(element_number); | 106 | | | 107 | 76 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 311 | for (auto i = 0; i < element_number; i++) { | 110 | 235 | auto element = pair_vector[i]; | 111 | 235 | buf.write_binary(element.second); | 112 | 235 | buf.write_binary(element.first); | 113 | 235 | } | 114 | 76 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 70 | void write(BufferWritable& buf) const { | 103 | 70 | buf.write_binary(max_num_buckets); | 104 | 70 | auto element_number = (size_t)ordered_map.size(); | 105 | 70 | buf.write_binary(element_number); | 106 | | | 107 | 70 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 290 | for (auto i = 0; i < element_number; i++) { | 110 | 220 | auto element = pair_vector[i]; | 111 | 220 | buf.write_binary(element.second); | 112 | 220 | buf.write_binary(element.first); | 113 | 220 | } | 114 | 70 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 70 | void write(BufferWritable& buf) const { | 103 | 70 | buf.write_binary(max_num_buckets); | 104 | 70 | auto element_number = (size_t)ordered_map.size(); | 105 | 70 | buf.write_binary(element_number); | 106 | | | 107 | 70 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 290 | for (auto i = 0; i < element_number; i++) { | 110 | 220 | auto element = pair_vector[i]; | 111 | 220 | buf.write_binary(element.second); | 112 | 220 | buf.write_binary(element.first); | 113 | 220 | } | 114 | 70 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 74 | void write(BufferWritable& buf) const { | 103 | 74 | buf.write_binary(max_num_buckets); | 104 | 74 | auto element_number = (size_t)ordered_map.size(); | 105 | 74 | buf.write_binary(element_number); | 106 | | | 107 | 74 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 209 | for (auto i = 0; i < element_number; i++) { | 110 | 135 | auto element = pair_vector[i]; | 111 | 135 | buf.write_binary(element.second); | 112 | 135 | buf.write_binary(element.first); | 113 | 135 | } | 114 | 74 | } |
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5writeERNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5writeERNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5writeERNS_14BufferWritableE _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 160 | void write(BufferWritable& buf) const { | 103 | 160 | buf.write_binary(max_num_buckets); | 104 | 160 | auto element_number = (size_t)ordered_map.size(); | 105 | 160 | buf.write_binary(element_number); | 106 | | | 107 | 160 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 1.38k | for (auto i = 0; i < element_number; i++) { | 110 | 1.22k | auto element = pair_vector[i]; | 111 | 1.22k | buf.write_binary(element.second); | 112 | 1.22k | buf.write_binary(element.first); | 113 | 1.22k | } | 114 | 160 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 143 | void write(BufferWritable& buf) const { | 103 | 143 | buf.write_binary(max_num_buckets); | 104 | 143 | auto element_number = (size_t)ordered_map.size(); | 105 | 143 | buf.write_binary(element_number); | 106 | | | 107 | 143 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 496 | for (auto i = 0; i < element_number; i++) { | 110 | 353 | auto element = pair_vector[i]; | 111 | 353 | buf.write_binary(element.second); | 112 | 353 | buf.write_binary(element.first); | 113 | 353 | } | 114 | 143 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 143 | void write(BufferWritable& buf) const { | 103 | 143 | buf.write_binary(max_num_buckets); | 104 | 143 | auto element_number = (size_t)ordered_map.size(); | 105 | 143 | buf.write_binary(element_number); | 106 | | | 107 | 143 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 494 | for (auto i = 0; i < element_number; i++) { | 110 | 351 | auto element = pair_vector[i]; | 111 | 351 | buf.write_binary(element.second); | 112 | 351 | buf.write_binary(element.first); | 113 | 351 | } | 114 | 143 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 94 | void write(BufferWritable& buf) const { | 103 | 94 | buf.write_binary(max_num_buckets); | 104 | 94 | auto element_number = (size_t)ordered_map.size(); | 105 | 94 | buf.write_binary(element_number); | 106 | | | 107 | 94 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 248 | for (auto i = 0; i < element_number; i++) { | 110 | 154 | auto element = pair_vector[i]; | 111 | 154 | buf.write_binary(element.second); | 112 | 154 | buf.write_binary(element.first); | 113 | 154 | } | 114 | 94 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE5writeERNS_14BufferWritableE Line | Count | Source | 102 | 1 | void write(BufferWritable& buf) const { | 103 | 1 | buf.write_binary(max_num_buckets); | 104 | 1 | auto element_number = (size_t)ordered_map.size(); | 105 | 1 | buf.write_binary(element_number); | 106 | | | 107 | 1 | auto pair_vector = map_to_vector(); | 108 | | | 109 | 4 | for (auto i = 0; i < element_number; i++) { | 110 | 3 | auto element = pair_vector[i]; | 111 | 3 | buf.write_binary(element.second); | 112 | 3 | buf.write_binary(element.first); | 113 | 3 | } | 114 | 1 | } |
|
115 | | |
116 | 1.29k | void read(BufferReadable& buf) { |
117 | 1.29k | buf.read_binary(max_num_buckets); |
118 | | |
119 | 1.29k | size_t element_number = 0; |
120 | 1.29k | buf.read_binary(element_number); |
121 | | |
122 | 1.29k | ordered_map.clear(); |
123 | 1.29k | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; |
124 | 5.29k | for (auto i = 0; i < element_number; i++) { |
125 | 4.00k | buf.read_binary(element.first); |
126 | 4.00k | buf.read_binary(element.second); |
127 | 4.00k | ordered_map.insert(element); |
128 | 4.00k | } |
129 | 1.29k | } _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 6 | void read(BufferReadable& buf) { | 117 | 6 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 6 | size_t element_number = 0; | 120 | 6 | buf.read_binary(element_number); | 121 | | | 122 | 6 | ordered_map.clear(); | 123 | 6 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 12 | for (auto i = 0; i < element_number; i++) { | 125 | 6 | buf.read_binary(element.first); | 126 | 6 | buf.read_binary(element.second); | 127 | 6 | ordered_map.insert(element); | 128 | 6 | } | 129 | 6 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 76 | void read(BufferReadable& buf) { | 117 | 76 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 76 | size_t element_number = 0; | 120 | 76 | buf.read_binary(element_number); | 121 | | | 122 | 76 | ordered_map.clear(); | 123 | 76 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 311 | for (auto i = 0; i < element_number; i++) { | 125 | 235 | buf.read_binary(element.first); | 126 | 235 | buf.read_binary(element.second); | 127 | 235 | ordered_map.insert(element); | 128 | 235 | } | 129 | 76 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 76 | void read(BufferReadable& buf) { | 117 | 76 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 76 | size_t element_number = 0; | 120 | 76 | buf.read_binary(element_number); | 121 | | | 122 | 76 | ordered_map.clear(); | 123 | 76 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 320 | for (auto i = 0; i < element_number; i++) { | 125 | 244 | buf.read_binary(element.first); | 126 | 244 | buf.read_binary(element.second); | 127 | 244 | ordered_map.insert(element); | 128 | 244 | } | 129 | 76 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 230 | void read(BufferReadable& buf) { | 117 | 230 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 230 | size_t element_number = 0; | 120 | 230 | buf.read_binary(element_number); | 121 | | | 122 | 230 | ordered_map.clear(); | 123 | 230 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 615 | for (auto i = 0; i < element_number; i++) { | 125 | 385 | buf.read_binary(element.first); | 126 | 385 | buf.read_binary(element.second); | 127 | 385 | ordered_map.insert(element); | 128 | 385 | } | 129 | 230 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 76 | void read(BufferReadable& buf) { | 117 | 76 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 76 | size_t element_number = 0; | 120 | 76 | buf.read_binary(element_number); | 121 | | | 122 | 76 | ordered_map.clear(); | 123 | 76 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 308 | for (auto i = 0; i < element_number; i++) { | 125 | 232 | buf.read_binary(element.first); | 126 | 232 | buf.read_binary(element.second); | 127 | 232 | ordered_map.insert(element); | 128 | 232 | } | 129 | 76 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 76 | void read(BufferReadable& buf) { | 117 | 76 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 76 | size_t element_number = 0; | 120 | 76 | buf.read_binary(element_number); | 121 | | | 122 | 76 | ordered_map.clear(); | 123 | 76 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 311 | for (auto i = 0; i < element_number; i++) { | 125 | 235 | buf.read_binary(element.first); | 126 | 235 | buf.read_binary(element.second); | 127 | 235 | ordered_map.insert(element); | 128 | 235 | } | 129 | 76 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 70 | void read(BufferReadable& buf) { | 117 | 70 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 70 | size_t element_number = 0; | 120 | 70 | buf.read_binary(element_number); | 121 | | | 122 | 70 | ordered_map.clear(); | 123 | 70 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 290 | for (auto i = 0; i < element_number; i++) { | 125 | 220 | buf.read_binary(element.first); | 126 | 220 | buf.read_binary(element.second); | 127 | 220 | ordered_map.insert(element); | 128 | 220 | } | 129 | 70 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 70 | void read(BufferReadable& buf) { | 117 | 70 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 70 | size_t element_number = 0; | 120 | 70 | buf.read_binary(element_number); | 121 | | | 122 | 70 | ordered_map.clear(); | 123 | 70 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 290 | for (auto i = 0; i < element_number; i++) { | 125 | 220 | buf.read_binary(element.first); | 126 | 220 | buf.read_binary(element.second); | 127 | 220 | ordered_map.insert(element); | 128 | 220 | } | 129 | 70 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 74 | void read(BufferReadable& buf) { | 117 | 74 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 74 | size_t element_number = 0; | 120 | 74 | buf.read_binary(element_number); | 121 | | | 122 | 74 | ordered_map.clear(); | 123 | 74 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 209 | for (auto i = 0; i < element_number; i++) { | 125 | 135 | buf.read_binary(element.first); | 126 | 135 | buf.read_binary(element.second); | 127 | 135 | ordered_map.insert(element); | 128 | 135 | } | 129 | 74 | } |
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE4readERNS_14BufferReadableE Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE4readERNS_14BufferReadableE Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE4readERNS_14BufferReadableE _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 161 | void read(BufferReadable& buf) { | 117 | 161 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 161 | size_t element_number = 0; | 120 | 161 | buf.read_binary(element_number); | 121 | | | 122 | 161 | ordered_map.clear(); | 123 | 161 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 1.38k | for (auto i = 0; i < element_number; i++) { | 125 | 1.22k | buf.read_binary(element.first); | 126 | 1.22k | buf.read_binary(element.second); | 127 | 1.22k | ordered_map.insert(element); | 128 | 1.22k | } | 129 | 161 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 143 | void read(BufferReadable& buf) { | 117 | 143 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 143 | size_t element_number = 0; | 120 | 143 | buf.read_binary(element_number); | 121 | | | 122 | 143 | ordered_map.clear(); | 123 | 143 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 496 | for (auto i = 0; i < element_number; i++) { | 125 | 353 | buf.read_binary(element.first); | 126 | 353 | buf.read_binary(element.second); | 127 | 353 | ordered_map.insert(element); | 128 | 353 | } | 129 | 143 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 143 | void read(BufferReadable& buf) { | 117 | 143 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 143 | size_t element_number = 0; | 120 | 143 | buf.read_binary(element_number); | 121 | | | 122 | 143 | ordered_map.clear(); | 123 | 143 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 494 | for (auto i = 0; i < element_number; i++) { | 125 | 351 | buf.read_binary(element.first); | 126 | 351 | buf.read_binary(element.second); | 127 | 351 | ordered_map.insert(element); | 128 | 351 | } | 129 | 143 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 94 | void read(BufferReadable& buf) { | 117 | 94 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 94 | size_t element_number = 0; | 120 | 94 | buf.read_binary(element_number); | 121 | | | 122 | 94 | ordered_map.clear(); | 123 | 94 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 248 | for (auto i = 0; i < element_number; i++) { | 125 | 154 | buf.read_binary(element.first); | 126 | 154 | buf.read_binary(element.second); | 127 | 154 | ordered_map.insert(element); | 128 | 154 | } | 129 | 94 | } |
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE4readERNS_14BufferReadableE Line | Count | Source | 116 | 1 | void read(BufferReadable& buf) { | 117 | 1 | buf.read_binary(max_num_buckets); | 118 | | | 119 | 1 | size_t element_number = 0; | 120 | 1 | buf.read_binary(element_number); | 121 | | | 122 | 1 | ordered_map.clear(); | 123 | 1 | std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element; | 124 | 4 | for (auto i = 0; i < element_number; i++) { | 125 | 3 | buf.read_binary(element.first); | 126 | 3 | buf.read_binary(element.second); | 127 | 3 | ordered_map.insert(element); | 128 | 3 | } | 129 | 1 | } |
|
130 | | |
131 | | void insert_result_into(IColumn& to) const { |
132 | | auto pair_vector = map_to_vector(); |
133 | | for (auto i = 0; i < pair_vector.size(); i++) { |
134 | | const auto& element = pair_vector[i]; |
135 | | if constexpr (is_string_type(T)) { |
136 | | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( |
137 | | element.second.c_str(), element.second.length()); |
138 | | } else { |
139 | | assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data().push_back( |
140 | | element.second); |
141 | | } |
142 | | } |
143 | | } |
144 | | |
145 | 801 | std::string get(const DataTypePtr& data_type) const { |
146 | 801 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; |
147 | 801 | rapidjson::StringBuffer buffer; |
148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, |
149 | | // when target column is nullable, and input block is all null, |
150 | | // set_parameters will not be called because of the short-circuit in |
151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. |
152 | 801 | build_histogram( |
153 | 801 | buckets, ordered_map, |
154 | 801 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); |
155 | 801 | histogram_to_json(buffer, buckets, data_type); |
156 | 801 | return {buffer.GetString()}; |
157 | 801 | } _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 2 | std::string get(const DataTypePtr& data_type) const { | 146 | 2 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 2 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 2 | build_histogram( | 153 | 2 | buckets, ordered_map, | 154 | 2 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 2 | histogram_to_json(buffer, buckets, data_type); | 156 | 2 | return {buffer.GetString()}; | 157 | 2 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 48 | std::string get(const DataTypePtr& data_type) const { | 146 | 48 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 48 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 48 | build_histogram( | 153 | 48 | buckets, ordered_map, | 154 | 48 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 48 | histogram_to_json(buffer, buckets, data_type); | 156 | 48 | return {buffer.GetString()}; | 157 | 48 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 48 | std::string get(const DataTypePtr& data_type) const { | 146 | 48 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 48 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 48 | build_histogram( | 153 | 48 | buckets, ordered_map, | 154 | 48 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 48 | histogram_to_json(buffer, buckets, data_type); | 156 | 48 | return {buffer.GetString()}; | 157 | 48 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 104 | std::string get(const DataTypePtr& data_type) const { | 146 | 104 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 104 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 104 | build_histogram( | 153 | 104 | buckets, ordered_map, | 154 | 104 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 104 | histogram_to_json(buffer, buckets, data_type); | 156 | 104 | return {buffer.GetString()}; | 157 | 104 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 65 | std::string get(const DataTypePtr& data_type) const { | 146 | 65 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 65 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 65 | build_histogram( | 153 | 65 | buckets, ordered_map, | 154 | 65 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 65 | histogram_to_json(buffer, buckets, data_type); | 156 | 65 | return {buffer.GetString()}; | 157 | 65 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 48 | std::string get(const DataTypePtr& data_type) const { | 146 | 48 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 48 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 48 | build_histogram( | 153 | 48 | buckets, ordered_map, | 154 | 48 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 48 | histogram_to_json(buffer, buckets, data_type); | 156 | 48 | return {buffer.GetString()}; | 157 | 48 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 46 | std::string get(const DataTypePtr& data_type) const { | 146 | 46 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 46 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 46 | build_histogram( | 153 | 46 | buckets, ordered_map, | 154 | 46 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 46 | histogram_to_json(buffer, buckets, data_type); | 156 | 46 | return {buffer.GetString()}; | 157 | 46 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 46 | std::string get(const DataTypePtr& data_type) const { | 146 | 46 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 46 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 46 | build_histogram( | 153 | 46 | buckets, ordered_map, | 154 | 46 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 46 | histogram_to_json(buffer, buckets, data_type); | 156 | 46 | return {buffer.GetString()}; | 157 | 46 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 49 | std::string get(const DataTypePtr& data_type) const { | 146 | 49 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 49 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 49 | build_histogram( | 153 | 49 | buckets, ordered_map, | 154 | 49 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 49 | histogram_to_json(buffer, buckets, data_type); | 156 | 49 | return {buffer.GetString()}; | 157 | 49 | } |
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 105 | std::string get(const DataTypePtr& data_type) const { | 146 | 105 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 105 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 105 | build_histogram( | 153 | 105 | buckets, ordered_map, | 154 | 105 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 105 | histogram_to_json(buffer, buckets, data_type); | 156 | 105 | return {buffer.GetString()}; | 157 | 105 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 88 | std::string get(const DataTypePtr& data_type) const { | 146 | 88 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 88 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 88 | build_histogram( | 153 | 88 | buckets, ordered_map, | 154 | 88 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 88 | histogram_to_json(buffer, buckets, data_type); | 156 | 88 | return {buffer.GetString()}; | 157 | 88 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 88 | std::string get(const DataTypePtr& data_type) const { | 146 | 88 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 88 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 88 | build_histogram( | 153 | 88 | buckets, ordered_map, | 154 | 88 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 88 | histogram_to_json(buffer, buckets, data_type); | 156 | 88 | return {buffer.GetString()}; | 157 | 88 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 63 | std::string get(const DataTypePtr& data_type) const { | 146 | 63 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 63 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 63 | build_histogram( | 153 | 63 | buckets, ordered_map, | 154 | 63 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 63 | histogram_to_json(buffer, buckets, data_type); | 156 | 63 | return {buffer.GetString()}; | 157 | 63 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE Line | Count | Source | 145 | 1 | std::string get(const DataTypePtr& data_type) const { | 146 | 1 | std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets; | 147 | 1 | rapidjson::StringBuffer buffer; | 148 | | // NOTE: We need an extral branch for to handle max_num_buckets == 0, | 149 | | // when target column is nullable, and input block is all null, | 150 | | // set_parameters will not be called because of the short-circuit in | 151 | | // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation. | 152 | 1 | build_histogram( | 153 | 1 | buckets, ordered_map, | 154 | 1 | max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets); | 155 | 1 | histogram_to_json(buffer, buckets, data_type); | 156 | 1 | return {buffer.GetString()}; | 157 | 1 | } |
|
158 | | |
159 | 1.33k | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { |
160 | 1.33k | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; |
161 | 4.03k | for (auto it : ordered_map) { |
162 | 4.03k | pair_vector.emplace_back(it.second, it.first); |
163 | 4.03k | } |
164 | 1.33k | return pair_vector; |
165 | 1.33k | } _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE13map_to_vectorEv Line | Count | Source | 159 | 6 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 6 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 6 | for (auto it : ordered_map) { | 162 | 6 | pair_vector.emplace_back(it.second, it.first); | 163 | 6 | } | 164 | 6 | return pair_vector; | 165 | 6 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE13map_to_vectorEv Line | Count | Source | 159 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 235 | for (auto it : ordered_map) { | 162 | 235 | pair_vector.emplace_back(it.second, it.first); | 163 | 235 | } | 164 | 76 | return pair_vector; | 165 | 76 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE13map_to_vectorEv Line | Count | Source | 159 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 244 | for (auto it : ordered_map) { | 162 | 244 | pair_vector.emplace_back(it.second, it.first); | 163 | 244 | } | 164 | 76 | return pair_vector; | 165 | 76 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE13map_to_vectorEv Line | Count | Source | 159 | 265 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 265 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 420 | for (auto it : ordered_map) { | 162 | 420 | pair_vector.emplace_back(it.second, it.first); | 163 | 420 | } | 164 | 265 | return pair_vector; | 165 | 265 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE13map_to_vectorEv Line | Count | Source | 159 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 232 | for (auto it : ordered_map) { | 162 | 232 | pair_vector.emplace_back(it.second, it.first); | 163 | 232 | } | 164 | 76 | return pair_vector; | 165 | 76 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE13map_to_vectorEv Line | Count | Source | 159 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 76 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 235 | for (auto it : ordered_map) { | 162 | 235 | pair_vector.emplace_back(it.second, it.first); | 163 | 235 | } | 164 | 76 | return pair_vector; | 165 | 76 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE13map_to_vectorEv Line | Count | Source | 159 | 70 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 70 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 220 | for (auto it : ordered_map) { | 162 | 220 | pair_vector.emplace_back(it.second, it.first); | 163 | 220 | } | 164 | 70 | return pair_vector; | 165 | 70 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE13map_to_vectorEv Line | Count | Source | 159 | 70 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 70 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 220 | for (auto it : ordered_map) { | 162 | 220 | pair_vector.emplace_back(it.second, it.first); | 163 | 220 | } | 164 | 70 | return pair_vector; | 165 | 70 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE13map_to_vectorEv Line | Count | Source | 159 | 74 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 74 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 135 | for (auto it : ordered_map) { | 162 | 135 | pair_vector.emplace_back(it.second, it.first); | 163 | 135 | } | 164 | 74 | return pair_vector; | 165 | 74 | } |
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE13map_to_vectorEv Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE13map_to_vectorEv Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE13map_to_vectorEv _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE13map_to_vectorB5cxx11Ev Line | Count | Source | 159 | 161 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 161 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 1.22k | for (auto it : ordered_map) { | 162 | 1.22k | pair_vector.emplace_back(it.second, it.first); | 163 | 1.22k | } | 164 | 161 | return pair_vector; | 165 | 161 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE13map_to_vectorEv Line | Count | Source | 159 | 143 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 143 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 353 | for (auto it : ordered_map) { | 162 | 353 | pair_vector.emplace_back(it.second, it.first); | 163 | 353 | } | 164 | 143 | return pair_vector; | 165 | 143 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE13map_to_vectorEv Line | Count | Source | 159 | 143 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 143 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 351 | for (auto it : ordered_map) { | 162 | 351 | pair_vector.emplace_back(it.second, it.first); | 163 | 351 | } | 164 | 143 | return pair_vector; | 165 | 143 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EE13map_to_vectorEv Line | Count | Source | 159 | 94 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 94 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 154 | for (auto it : ordered_map) { | 162 | 154 | pair_vector.emplace_back(it.second, it.first); | 163 | 154 | } | 164 | 94 | return pair_vector; | 165 | 94 | } |
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE13map_to_vectorEv Line | Count | Source | 159 | 1 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const { | 160 | 1 | std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector; | 161 | 3 | for (auto it : ordered_map) { | 162 | 3 | pair_vector.emplace_back(it.second, it.first); | 163 | 3 | } | 164 | 1 | return pair_vector; | 165 | 1 | } |
|
166 | | |
167 | | private: |
168 | | size_t max_num_buckets = BUCKET_NUM_INIT_VALUE; |
169 | | std::map<typename PrimitiveTypeTraits<T>::CppType, size_t> ordered_map; |
170 | | }; |
171 | | |
172 | | template <typename Data, bool has_input_param> |
173 | | class AggregateFunctionHistogram final |
174 | | : public IAggregateFunctionDataHelper<Data, |
175 | | AggregateFunctionHistogram<Data, has_input_param>>, |
176 | | VarargsExpression, |
177 | | NotNullableAggregateFunction { |
178 | | public: |
179 | | AggregateFunctionHistogram() = default; |
180 | | AggregateFunctionHistogram(const DataTypes& argument_types_) |
181 | 874 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( |
182 | 874 | argument_types_), |
183 | 874 | _argument_type(argument_types_[0]) {}Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 9 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 9 | argument_types_), | 183 | 9 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 9 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 9 | argument_types_), | 183 | 9 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 6 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 6 | argument_types_), | 183 | 6 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 9 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 9 | argument_types_), | 183 | 9 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 9 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 9 | argument_types_), | 183 | 9 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 5 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 5 | argument_types_), | 183 | 5 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 5 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 5 | argument_types_), | 183 | 5 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 12 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 12 | argument_types_), | 183 | 12 | _argument_type(argument_types_[0]) {} |
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 31 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 31 | argument_types_), | 183 | 31 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 13 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 13 | argument_types_), | 183 | 13 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 13 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 13 | argument_types_), | 183 | 13 | _argument_type(argument_types_[0]) {} |
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 4 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 4 | argument_types_), | 183 | 4 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 20 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 20 | argument_types_), | 183 | 20 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 20 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 20 | argument_types_), | 183 | 20 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 420 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 420 | argument_types_), | 183 | 420 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 21 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 21 | argument_types_), | 183 | 21 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 20 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 20 | argument_types_), | 183 | 20 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 20 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 20 | argument_types_), | 183 | 20 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 20 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 20 | argument_types_), | 183 | 20 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 19 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 19 | argument_types_), | 183 | 19 | _argument_type(argument_types_[0]) {} |
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 40 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 40 | argument_types_), | 183 | 40 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 38 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 38 | argument_types_), | 183 | 38 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 38 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 38 | argument_types_), | 183 | 38 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 71 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 71 | argument_types_), | 183 | 71 | _argument_type(argument_types_[0]) {} |
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE Line | Count | Source | 181 | 2 | : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>( | 182 | 2 | argument_types_), | 183 | 2 | _argument_type(argument_types_[0]) {} |
|
184 | | |
185 | 30 | std::string get_name() const override { return "histogram"; }Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE8get_nameB5cxx11Ev _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE8get_nameB5cxx11Ev Line | Count | Source | 185 | 20 | std::string get_name() const override { return "histogram"; } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE8get_nameB5cxx11Ev Line | Count | Source | 185 | 9 | std::string get_name() const override { return "histogram"; } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE8get_nameB5cxx11Ev _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE8get_nameB5cxx11Ev Line | Count | Source | 185 | 1 | std::string get_name() const override { return "histogram"; } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE8get_nameB5cxx11Ev Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE8get_nameB5cxx11Ev |
186 | | |
187 | 1.81k | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE15get_return_typeEv _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 31 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 31 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 40 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 31 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 31 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 19 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 19 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 50 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE15get_return_typeEv Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE15get_return_typeEv Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE15get_return_typeEv _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 114 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 50 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE15get_return_typeEv Line | Count | Source | 187 | 50 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE15get_return_typeEv Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE15get_return_typeEv _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 12 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 70 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 70 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 182 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 86 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 70 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 70 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 70 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 70 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE15get_return_typeEv Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE15get_return_typeEv Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE15get_return_typeEv _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 142 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 140 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 140 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 218 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE15get_return_typeEv Line | Count | Source | 187 | 6 | DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); } |
|
188 | | |
189 | | void add(AggregateDataPtr __restrict place, const IColumn** columns, ssize_t row_num, |
190 | 6.30k | Arena&) const override { |
191 | 6.30k | if constexpr (has_input_param) { |
192 | 4.44k | Int32 input_max_num_buckets = |
193 | 4.44k | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) |
194 | 4.44k | ->get_element(row_num); |
195 | 4.44k | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { |
196 | 0 | throw doris::Exception( |
197 | 0 | ErrorCode::INVALID_ARGUMENT, |
198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", |
199 | 0 | input_max_num_buckets, row_num); |
200 | 0 | } |
201 | 4.44k | this->data(place).set_parameters(input_max_num_buckets); |
202 | 4.44k | } else { |
203 | 1.86k | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); |
204 | 1.86k | } |
205 | | |
206 | 2.40k | if constexpr (is_string_type(Data::Ptype)) { |
207 | 2.40k | this->data(place).add( |
208 | 2.40k | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) |
209 | 2.40k | .get_data_at(row_num)); |
210 | 3.90k | } else { |
211 | 3.90k | this->data(place).add( |
212 | 3.90k | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( |
213 | 3.90k | *columns[0]) |
214 | 3.90k | .get_data()[row_num]); |
215 | 3.90k | } |
216 | 6.30k | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 239 | Arena&) const override { | 191 | 239 | if constexpr (has_input_param) { | 192 | 239 | Int32 input_max_num_buckets = | 193 | 239 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 239 | ->get_element(row_num); | 195 | 239 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 239 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 239 | } else { | 211 | 239 | this->data(place).add( | 212 | 239 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 239 | *columns[0]) | 214 | 239 | .get_data()[row_num]); | 215 | 239 | } | 216 | 239 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 251 | Arena&) const override { | 191 | 251 | if constexpr (has_input_param) { | 192 | 251 | Int32 input_max_num_buckets = | 193 | 251 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 251 | ->get_element(row_num); | 195 | 251 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 251 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 251 | } else { | 211 | 251 | this->data(place).add( | 212 | 251 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 251 | *columns[0]) | 214 | 251 | .get_data()[row_num]); | 215 | 251 | } | 216 | 251 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 255 | Arena&) const override { | 191 | 255 | if constexpr (has_input_param) { | 192 | 255 | Int32 input_max_num_buckets = | 193 | 255 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 255 | ->get_element(row_num); | 195 | 255 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 255 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 255 | } else { | 211 | 255 | this->data(place).add( | 212 | 255 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 255 | *columns[0]) | 214 | 255 | .get_data()[row_num]); | 215 | 255 | } | 216 | 255 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 239 | Arena&) const override { | 191 | 239 | if constexpr (has_input_param) { | 192 | 239 | Int32 input_max_num_buckets = | 193 | 239 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 239 | ->get_element(row_num); | 195 | 239 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 239 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 239 | } else { | 211 | 239 | this->data(place).add( | 212 | 239 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 239 | *columns[0]) | 214 | 239 | .get_data()[row_num]); | 215 | 239 | } | 216 | 239 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 239 | Arena&) const override { | 191 | 239 | if constexpr (has_input_param) { | 192 | 239 | Int32 input_max_num_buckets = | 193 | 239 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 239 | ->get_element(row_num); | 195 | 239 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 239 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 239 | } else { | 211 | 239 | this->data(place).add( | 212 | 239 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 239 | *columns[0]) | 214 | 239 | .get_data()[row_num]); | 215 | 239 | } | 216 | 239 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 224 | Arena&) const override { | 191 | 224 | if constexpr (has_input_param) { | 192 | 224 | Int32 input_max_num_buckets = | 193 | 224 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 224 | ->get_element(row_num); | 195 | 224 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 224 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 224 | } else { | 211 | 224 | this->data(place).add( | 212 | 224 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 224 | *columns[0]) | 214 | 224 | .get_data()[row_num]); | 215 | 224 | } | 216 | 224 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 224 | Arena&) const override { | 191 | 224 | if constexpr (has_input_param) { | 192 | 224 | Int32 input_max_num_buckets = | 193 | 224 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 224 | ->get_element(row_num); | 195 | 224 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 224 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 224 | } else { | 211 | 224 | this->data(place).add( | 212 | 224 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 224 | *columns[0]) | 214 | 224 | .get_data()[row_num]); | 215 | 224 | } | 216 | 224 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 63 | Arena&) const override { | 191 | 63 | if constexpr (has_input_param) { | 192 | 63 | Int32 input_max_num_buckets = | 193 | 63 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 63 | ->get_element(row_num); | 195 | 63 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 63 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 63 | } else { | 211 | 63 | this->data(place).add( | 212 | 63 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 63 | *columns[0]) | 214 | 63 | .get_data()[row_num]); | 215 | 63 | } | 216 | 63 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 2.18k | Arena&) const override { | 191 | 2.18k | if constexpr (has_input_param) { | 192 | 2.18k | Int32 input_max_num_buckets = | 193 | 2.18k | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 2.18k | ->get_element(row_num); | 195 | 2.18k | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 2.18k | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | 2.18k | if constexpr (is_string_type(Data::Ptype)) { | 207 | 2.18k | this->data(place).add( | 208 | 2.18k | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | 2.18k | .get_data_at(row_num)); | 210 | | } else { | 211 | | this->data(place).add( | 212 | | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | | *columns[0]) | 214 | | .get_data()[row_num]); | 215 | | } | 216 | 2.18k | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 263 | Arena&) const override { | 191 | 263 | if constexpr (has_input_param) { | 192 | 263 | Int32 input_max_num_buckets = | 193 | 263 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 263 | ->get_element(row_num); | 195 | 263 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 263 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 263 | } else { | 211 | 263 | this->data(place).add( | 212 | 263 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 263 | *columns[0]) | 214 | 263 | .get_data()[row_num]); | 215 | 263 | } | 216 | 263 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 263 | Arena&) const override { | 191 | 263 | if constexpr (has_input_param) { | 192 | 263 | Int32 input_max_num_buckets = | 193 | 263 | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | 263 | ->get_element(row_num); | 195 | 263 | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | 0 | throw doris::Exception( | 197 | 0 | ErrorCode::INVALID_ARGUMENT, | 198 | 0 | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | 0 | input_max_num_buckets, row_num); | 200 | 0 | } | 201 | 263 | this->data(place).set_parameters(input_max_num_buckets); | 202 | | } else { | 203 | | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 263 | } else { | 211 | 263 | this->data(place).add( | 212 | 263 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 263 | *columns[0]) | 214 | 263 | .get_data()[row_num]); | 215 | 263 | } | 216 | 263 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 15 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 15 | } else { | 203 | 15 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 15 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 15 | } else { | 211 | 15 | this->data(place).add( | 212 | 15 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 15 | *columns[0]) | 214 | 15 | .get_data()[row_num]); | 215 | 15 | } | 216 | 15 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 108 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 108 | } else { | 203 | 108 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 108 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 108 | } else { | 211 | 108 | this->data(place).add( | 212 | 108 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 108 | *columns[0]) | 214 | 108 | .get_data()[row_num]); | 215 | 108 | } | 216 | 108 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 107 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 107 | } else { | 203 | 107 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 107 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 107 | } else { | 211 | 107 | this->data(place).add( | 212 | 107 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 107 | *columns[0]) | 214 | 107 | .get_data()[row_num]); | 215 | 107 | } | 216 | 107 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 281 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 281 | } else { | 203 | 281 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 281 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 281 | } else { | 211 | 281 | this->data(place).add( | 212 | 281 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 281 | *columns[0]) | 214 | 281 | .get_data()[row_num]); | 215 | 281 | } | 216 | 281 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 123 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 123 | } else { | 203 | 123 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 123 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 123 | } else { | 211 | 123 | this->data(place).add( | 212 | 123 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 123 | *columns[0]) | 214 | 123 | .get_data()[row_num]); | 215 | 123 | } | 216 | 123 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 108 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 108 | } else { | 203 | 108 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 108 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 108 | } else { | 211 | 108 | this->data(place).add( | 212 | 108 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 108 | *columns[0]) | 214 | 108 | .get_data()[row_num]); | 215 | 108 | } | 216 | 108 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 108 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 108 | } else { | 203 | 108 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 108 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 108 | } else { | 211 | 108 | this->data(place).add( | 212 | 108 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 108 | *columns[0]) | 214 | 108 | .get_data()[row_num]); | 215 | 108 | } | 216 | 108 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 108 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 108 | } else { | 203 | 108 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 108 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 108 | } else { | 211 | 108 | this->data(place).add( | 212 | 108 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 108 | *columns[0]) | 214 | 108 | .get_data()[row_num]); | 215 | 108 | } | 216 | 108 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 108 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 108 | } else { | 203 | 108 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 108 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 108 | } else { | 211 | 108 | this->data(place).add( | 212 | 108 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 108 | *columns[0]) | 214 | 108 | .get_data()[row_num]); | 215 | 108 | } | 216 | 108 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 226 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 226 | } else { | 203 | 226 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 226 | } | 205 | | | 206 | 226 | if constexpr (is_string_type(Data::Ptype)) { | 207 | 226 | this->data(place).add( | 208 | 226 | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | 226 | .get_data_at(row_num)); | 210 | | } else { | 211 | | this->data(place).add( | 212 | | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | | *columns[0]) | 214 | | .get_data()[row_num]); | 215 | | } | 216 | 226 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 216 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 216 | } else { | 203 | 216 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 216 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 216 | } else { | 211 | 216 | this->data(place).add( | 212 | 216 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 216 | *columns[0]) | 214 | 216 | .get_data()[row_num]); | 215 | 216 | } | 216 | 216 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 216 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 216 | } else { | 203 | 216 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 216 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 216 | } else { | 211 | 216 | this->data(place).add( | 212 | 216 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 216 | *columns[0]) | 214 | 216 | .get_data()[row_num]); | 215 | 216 | } | 216 | 216 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 142 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 142 | } else { | 203 | 142 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 142 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 142 | } else { | 211 | 142 | this->data(place).add( | 212 | 142 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 142 | *columns[0]) | 214 | 142 | .get_data()[row_num]); | 215 | 142 | } | 216 | 142 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE Line | Count | Source | 190 | 3 | Arena&) const override { | 191 | | if constexpr (has_input_param) { | 192 | | Int32 input_max_num_buckets = | 193 | | assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1]) | 194 | | ->get_element(row_num); | 195 | | if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) { | 196 | | throw doris::Exception( | 197 | | ErrorCode::INVALID_ARGUMENT, | 198 | | "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]", | 199 | | input_max_num_buckets, row_num); | 200 | | } | 201 | | this->data(place).set_parameters(input_max_num_buckets); | 202 | 3 | } else { | 203 | 3 | this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM); | 204 | 3 | } | 205 | | | 206 | | if constexpr (is_string_type(Data::Ptype)) { | 207 | | this->data(place).add( | 208 | | assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0]) | 209 | | .get_data_at(row_num)); | 210 | 3 | } else { | 211 | 3 | this->data(place).add( | 212 | 3 | assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>( | 213 | 3 | *columns[0]) | 214 | 3 | .get_data()[row_num]); | 215 | 3 | } | 216 | 3 | } |
|
217 | | |
218 | 738 | void check_input_columns_type(const IColumn** columns) const override { |
219 | 738 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); |
220 | 738 | if constexpr (has_input_param) { |
221 | 135 | this->template check_argument_column_type<ColumnInt32>(columns[1]); |
222 | 135 | } |
223 | 738 | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 10 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 10 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 10 | if constexpr (has_input_param) { | 221 | 10 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 10 | } | 223 | 10 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 10 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 10 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 10 | if constexpr (has_input_param) { | 221 | 10 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 10 | } | 223 | 10 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 6 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 6 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 6 | if constexpr (has_input_param) { | 221 | 6 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 6 | } | 223 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 10 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 10 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 10 | if constexpr (has_input_param) { | 221 | 10 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 10 | } | 223 | 10 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 10 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 10 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 10 | if constexpr (has_input_param) { | 221 | 10 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 10 | } | 223 | 10 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 4 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 4 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 4 | if constexpr (has_input_param) { | 221 | 4 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 4 | } | 223 | 4 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 4 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 4 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 4 | if constexpr (has_input_param) { | 221 | 4 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 4 | } | 223 | 4 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 14 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 14 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 14 | if constexpr (has_input_param) { | 221 | 14 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 14 | } | 223 | 14 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 39 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 39 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 39 | if constexpr (has_input_param) { | 221 | 39 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 39 | } | 223 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 14 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 14 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 14 | if constexpr (has_input_param) { | 221 | 14 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 14 | } | 223 | 14 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 14 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 14 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | 14 | if constexpr (has_input_param) { | 221 | 14 | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | 14 | } | 223 | 14 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 6 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 6 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 36 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 36 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 36 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 35 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 35 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 35 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 64 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 64 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 64 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 39 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 39 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 36 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 36 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 36 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 36 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 36 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 36 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 36 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 36 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 36 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 36 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 36 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 36 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 72 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 72 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 72 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 72 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 72 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 72 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 72 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 72 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 72 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 62 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 62 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 62 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE Line | Count | Source | 218 | 1 | void check_input_columns_type(const IColumn** columns) const override { | 219 | 1 | this->template check_argument_column_type<typename Data::ColVecType>(columns[0]); | 220 | | if constexpr (has_input_param) { | 221 | | this->template check_argument_column_type<ColumnInt32>(columns[1]); | 222 | | } | 223 | 1 | } |
|
224 | | |
225 | 31 | void reset(AggregateDataPtr place) const override { this->data(place).reset(); }Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE5resetEPc _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE5resetEPc Line | Count | Source | 225 | 2 | void reset(AggregateDataPtr place) const override { this->data(place).reset(); } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE5resetEPc _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE5resetEPc Line | Count | Source | 225 | 26 | void reset(AggregateDataPtr place) const override { this->data(place).reset(); } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE5resetEPc Line | Count | Source | 225 | 3 | void reset(AggregateDataPtr place) const override { this->data(place).reset(); } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE5resetEPc Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE5resetEPc |
226 | | |
227 | | void merge(AggregateDataPtr __restrict place, ConstAggregateDataPtr rhs, |
228 | 1.30k | Arena&) const override { |
229 | 1.30k | this->data(place).merge(this->data(rhs)); |
230 | 1.30k | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE5mergeEPcPKcRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 7 | Arena&) const override { | 229 | 7 | this->data(place).merge(this->data(rhs)); | 230 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 7 | Arena&) const override { | 229 | 7 | this->data(place).merge(this->data(rhs)); | 230 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 37 | Arena&) const override { | 229 | 37 | this->data(place).merge(this->data(rhs)); | 230 | 37 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 7 | Arena&) const override { | 229 | 7 | this->data(place).merge(this->data(rhs)); | 230 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 7 | Arena&) const override { | 229 | 7 | this->data(place).merge(this->data(rhs)); | 230 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 1 | Arena&) const override { | 229 | 1 | this->data(place).merge(this->data(rhs)); | 230 | 1 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 1 | Arena&) const override { | 229 | 1 | this->data(place).merge(this->data(rhs)); | 230 | 1 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 6 | Arena&) const override { | 229 | 6 | this->data(place).merge(this->data(rhs)); | 230 | 6 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE5mergeEPcPKcRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE5mergeEPcPKcRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE5mergeEPcPKcRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 24 | Arena&) const override { | 229 | 24 | this->data(place).merge(this->data(rhs)); | 230 | 24 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 7 | Arena&) const override { | 229 | 7 | this->data(place).merge(this->data(rhs)); | 230 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 7 | Arena&) const override { | 229 | 7 | this->data(place).merge(this->data(rhs)); | 230 | 7 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE5mergeEPcPKcRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE5mergeEPcPKcRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 6 | Arena&) const override { | 229 | 6 | this->data(place).merge(this->data(rhs)); | 230 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 69 | Arena&) const override { | 229 | 69 | this->data(place).merge(this->data(rhs)); | 230 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 69 | Arena&) const override { | 229 | 69 | this->data(place).merge(this->data(rhs)); | 230 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 205 | Arena&) const override { | 229 | 205 | this->data(place).merge(this->data(rhs)); | 230 | 205 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 69 | Arena&) const override { | 229 | 69 | this->data(place).merge(this->data(rhs)); | 230 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 69 | Arena&) const override { | 229 | 69 | this->data(place).merge(this->data(rhs)); | 230 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 69 | Arena&) const override { | 229 | 69 | this->data(place).merge(this->data(rhs)); | 230 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 69 | Arena&) const override { | 229 | 69 | this->data(place).merge(this->data(rhs)); | 230 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 68 | Arena&) const override { | 229 | 68 | this->data(place).merge(this->data(rhs)); | 230 | 68 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE5mergeEPcPKcRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE5mergeEPcPKcRNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE5mergeEPcPKcRNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 137 | Arena&) const override { | 229 | 137 | this->data(place).merge(this->data(rhs)); | 230 | 137 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 136 | Arena&) const override { | 229 | 136 | this->data(place).merge(this->data(rhs)); | 230 | 136 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 136 | Arena&) const override { | 229 | 136 | this->data(place).merge(this->data(rhs)); | 230 | 136 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 94 | Arena&) const override { | 229 | 94 | this->data(place).merge(this->data(rhs)); | 230 | 94 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE5mergeEPcPKcRNS_5ArenaE Line | Count | Source | 228 | 1 | Arena&) const override { | 229 | 1 | this->data(place).merge(this->data(rhs)); | 230 | 1 | } |
|
231 | | |
232 | 1.32k | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { |
233 | 1.32k | this->data(place).write(buf); |
234 | 1.32k | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE9serializeEPKcRNS_14BufferWritableE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 7 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 7 | this->data(place).write(buf); | 234 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 7 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 7 | this->data(place).write(buf); | 234 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 21 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 21 | this->data(place).write(buf); | 234 | 21 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 7 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 7 | this->data(place).write(buf); | 234 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 7 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 7 | this->data(place).write(buf); | 234 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 1 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 1 | this->data(place).write(buf); | 234 | 1 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 1 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 1 | this->data(place).write(buf); | 234 | 1 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 6 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 6 | this->data(place).write(buf); | 234 | 6 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE9serializeEPKcRNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE9serializeEPKcRNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE9serializeEPKcRNS_14BufferWritableE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 23 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 23 | this->data(place).write(buf); | 234 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 7 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 7 | this->data(place).write(buf); | 234 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 7 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 7 | this->data(place).write(buf); | 234 | 7 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE9serializeEPKcRNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE9serializeEPKcRNS_14BufferWritableE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 6 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 6 | this->data(place).write(buf); | 234 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 69 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 69 | this->data(place).write(buf); | 234 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 69 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 69 | this->data(place).write(buf); | 234 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 244 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 244 | this->data(place).write(buf); | 234 | 244 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 68 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 68 | this->data(place).write(buf); | 234 | 68 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 69 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 69 | this->data(place).write(buf); | 234 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 69 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 69 | this->data(place).write(buf); | 234 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 69 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 69 | this->data(place).write(buf); | 234 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 68 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 68 | this->data(place).write(buf); | 234 | 68 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE9serializeEPKcRNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE9serializeEPKcRNS_14BufferWritableE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE9serializeEPKcRNS_14BufferWritableE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 137 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 137 | this->data(place).write(buf); | 234 | 137 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 136 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 136 | this->data(place).write(buf); | 234 | 136 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 136 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 136 | this->data(place).write(buf); | 234 | 136 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 94 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 94 | this->data(place).write(buf); | 234 | 94 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE9serializeEPKcRNS_14BufferWritableE Line | Count | Source | 232 | 1 | void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override { | 233 | 1 | this->data(place).write(buf); | 234 | 1 | } |
|
235 | | |
236 | | void deserialize(AggregateDataPtr __restrict place, BufferReadable& buf, |
237 | 1.29k | Arena&) const override { |
238 | 1.29k | this->data(place).read(buf); |
239 | 1.29k | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 7 | Arena&) const override { | 238 | 7 | this->data(place).read(buf); | 239 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 7 | Arena&) const override { | 238 | 7 | this->data(place).read(buf); | 239 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 25 | Arena&) const override { | 238 | 25 | this->data(place).read(buf); | 239 | 25 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 7 | Arena&) const override { | 238 | 7 | this->data(place).read(buf); | 239 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 7 | Arena&) const override { | 238 | 7 | this->data(place).read(buf); | 239 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 1 | Arena&) const override { | 238 | 1 | this->data(place).read(buf); | 239 | 1 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 1 | Arena&) const override { | 238 | 1 | this->data(place).read(buf); | 239 | 1 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 6 | Arena&) const override { | 238 | 6 | this->data(place).read(buf); | 239 | 6 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 24 | Arena&) const override { | 238 | 24 | this->data(place).read(buf); | 239 | 24 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 7 | Arena&) const override { | 238 | 7 | this->data(place).read(buf); | 239 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 7 | Arena&) const override { | 238 | 7 | this->data(place).read(buf); | 239 | 7 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 6 | Arena&) const override { | 238 | 6 | this->data(place).read(buf); | 239 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 69 | Arena&) const override { | 238 | 69 | this->data(place).read(buf); | 239 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 69 | Arena&) const override { | 238 | 69 | this->data(place).read(buf); | 239 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 205 | Arena&) const override { | 238 | 205 | this->data(place).read(buf); | 239 | 205 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 69 | Arena&) const override { | 238 | 69 | this->data(place).read(buf); | 239 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 69 | Arena&) const override { | 238 | 69 | this->data(place).read(buf); | 239 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 69 | Arena&) const override { | 238 | 69 | this->data(place).read(buf); | 239 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 69 | Arena&) const override { | 238 | 69 | this->data(place).read(buf); | 239 | 69 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 68 | Arena&) const override { | 238 | 68 | this->data(place).read(buf); | 239 | 68 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 137 | Arena&) const override { | 238 | 137 | this->data(place).read(buf); | 239 | 137 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 136 | Arena&) const override { | 238 | 136 | this->data(place).read(buf); | 239 | 136 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 136 | Arena&) const override { | 238 | 136 | this->data(place).read(buf); | 239 | 136 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 94 | Arena&) const override { | 238 | 94 | this->data(place).read(buf); | 239 | 94 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE Line | Count | Source | 237 | 1 | Arena&) const override { | 238 | 1 | this->data(place).read(buf); | 239 | 1 | } |
|
240 | | |
241 | 801 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { |
242 | 801 | const std::string bucket_json = this->data(place).get(_argument_type); |
243 | 801 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( |
244 | 801 | bucket_json.c_str(), bucket_json.length()); |
245 | 801 | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE18insert_result_intoEPKcRNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 9 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 9 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 9 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 9 | bucket_json.c_str(), bucket_json.length()); | 245 | 9 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 9 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 9 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 9 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 9 | bucket_json.c_str(), bucket_json.length()); | 245 | 9 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 32 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 32 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 32 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 32 | bucket_json.c_str(), bucket_json.length()); | 245 | 32 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 9 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 9 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 9 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 9 | bucket_json.c_str(), bucket_json.length()); | 245 | 9 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 9 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 9 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 9 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 9 | bucket_json.c_str(), bucket_json.length()); | 245 | 9 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 7 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 7 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 7 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 7 | bucket_json.c_str(), bucket_json.length()); | 245 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 7 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 7 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 7 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 7 | bucket_json.c_str(), bucket_json.length()); | 245 | 7 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 12 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 12 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 12 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 12 | bucket_json.c_str(), bucket_json.length()); | 245 | 12 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE18insert_result_intoEPKcRNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 29 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 29 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 29 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 29 | bucket_json.c_str(), bucket_json.length()); | 245 | 29 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 14 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 14 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 14 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 14 | bucket_json.c_str(), bucket_json.length()); | 245 | 14 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 14 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 14 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 14 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 14 | bucket_json.c_str(), bucket_json.length()); | 245 | 14 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE18insert_result_intoEPKcRNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE18insert_result_intoEPKcRNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 2 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 2 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 2 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 2 | bucket_json.c_str(), bucket_json.length()); | 245 | 2 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 39 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 39 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 39 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 39 | bucket_json.c_str(), bucket_json.length()); | 245 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 39 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 39 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 39 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 39 | bucket_json.c_str(), bucket_json.length()); | 245 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 72 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 72 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 72 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 72 | bucket_json.c_str(), bucket_json.length()); | 245 | 72 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 56 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 56 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 56 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 56 | bucket_json.c_str(), bucket_json.length()); | 245 | 56 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 39 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 39 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 39 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 39 | bucket_json.c_str(), bucket_json.length()); | 245 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 39 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 39 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 39 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 39 | bucket_json.c_str(), bucket_json.length()); | 245 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 39 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 39 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 39 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 39 | bucket_json.c_str(), bucket_json.length()); | 245 | 39 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 37 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 37 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 37 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 37 | bucket_json.c_str(), bucket_json.length()); | 245 | 37 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE18insert_result_intoEPKcRNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 76 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 76 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 76 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 76 | bucket_json.c_str(), bucket_json.length()); | 245 | 76 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 74 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 74 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 74 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 74 | bucket_json.c_str(), bucket_json.length()); | 245 | 74 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 74 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 74 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 74 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 74 | bucket_json.c_str(), bucket_json.length()); | 245 | 74 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 63 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 63 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 63 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 63 | bucket_json.c_str(), bucket_json.length()); | 245 | 63 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE18insert_result_intoEPKcRNS_7IColumnE Line | Count | Source | 241 | 1 | void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override { | 242 | 1 | const std::string bucket_json = this->data(place).get(_argument_type); | 243 | 1 | assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data( | 244 | 1 | bucket_json.c_str(), bucket_json.length()); | 245 | 1 | } |
|
246 | | |
247 | 509 | void check_result_column_type(const IColumn& to) const override { |
248 | 509 | IAggregateFunction::check_result_column_type(to); |
249 | 509 | this->template check_result_column_type_as<ColumnString>(to); |
250 | 509 | } Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE24check_result_column_typeERKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 6 | void check_result_column_type(const IColumn& to) const override { | 248 | 6 | IAggregateFunction::check_result_column_type(to); | 249 | 6 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 6 | void check_result_column_type(const IColumn& to) const override { | 248 | 6 | IAggregateFunction::check_result_column_type(to); | 249 | 6 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 2 | void check_result_column_type(const IColumn& to) const override { | 248 | 2 | IAggregateFunction::check_result_column_type(to); | 249 | 2 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 2 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 6 | void check_result_column_type(const IColumn& to) const override { | 248 | 6 | IAggregateFunction::check_result_column_type(to); | 249 | 6 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 6 | void check_result_column_type(const IColumn& to) const override { | 248 | 6 | IAggregateFunction::check_result_column_type(to); | 249 | 6 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 6 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 4 | void check_result_column_type(const IColumn& to) const override { | 248 | 4 | IAggregateFunction::check_result_column_type(to); | 249 | 4 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 4 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 4 | void check_result_column_type(const IColumn& to) const override { | 248 | 4 | IAggregateFunction::check_result_column_type(to); | 249 | 4 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 4 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 10 | void check_result_column_type(const IColumn& to) const override { | 248 | 10 | IAggregateFunction::check_result_column_type(to); | 249 | 10 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 10 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb1EE24check_result_column_typeERKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb1EE24check_result_column_typeERKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb1EE24check_result_column_typeERKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 10 | void check_result_column_type(const IColumn& to) const override { | 248 | 10 | IAggregateFunction::check_result_column_type(to); | 249 | 10 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 10 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 10 | void check_result_column_type(const IColumn& to) const override { | 248 | 10 | IAggregateFunction::check_result_column_type(to); | 249 | 10 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 10 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb1EE24check_result_column_typeERKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE24check_result_column_typeERKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 2 | void check_result_column_type(const IColumn& to) const override { | 248 | 2 | IAggregateFunction::check_result_column_type(to); | 249 | 2 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 2 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 67 | void check_result_column_type(const IColumn& to) const override { | 248 | 67 | IAggregateFunction::check_result_column_type(to); | 249 | 67 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 67 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 26 | void check_result_column_type(const IColumn& to) const override { | 248 | 26 | IAggregateFunction::check_result_column_type(to); | 249 | 26 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 26 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 23 | void check_result_column_type(const IColumn& to) const override { | 248 | 23 | IAggregateFunction::check_result_column_type(to); | 249 | 23 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 23 | } |
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EEELb0EE24check_result_column_typeERKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EEELb0EE24check_result_column_typeERKNS_7IColumnE Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EEELb0EE24check_result_column_typeERKNS_7IColumnE _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 47 | void check_result_column_type(const IColumn& to) const override { | 248 | 47 | IAggregateFunction::check_result_column_type(to); | 249 | 47 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 47 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 46 | void check_result_column_type(const IColumn& to) const override { | 248 | 46 | IAggregateFunction::check_result_column_type(to); | 249 | 46 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 46 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 46 | void check_result_column_type(const IColumn& to) const override { | 248 | 46 | IAggregateFunction::check_result_column_type(to); | 249 | 46 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 46 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE43EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 49 | void check_result_column_type(const IColumn& to) const override { | 248 | 49 | IAggregateFunction::check_result_column_type(to); | 249 | 49 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 49 | } |
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE24check_result_column_typeERKNS_7IColumnE Line | Count | Source | 247 | 1 | void check_result_column_type(const IColumn& to) const override { | 248 | 1 | IAggregateFunction::check_result_column_type(to); | 249 | 1 | this->template check_result_column_type_as<ColumnString>(to); | 250 | 1 | } |
|
251 | | |
252 | | private: |
253 | | DataTypePtr _argument_type; |
254 | | }; |
255 | | |
256 | | } // namespace doris |