Coverage Report

Created: 2026-07-09 21:43

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
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.09k
    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
463
    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_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
29
    void reset() { ordered_map.clear(); }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5resetEv
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5resetEv
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE5resetEv
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE5resetEv
Line
Count
Source
53
26
    void reset() { ordered_map.clear(); }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5resetEv
Line
Count
Source
53
3
    void reset() { ordered_map.clear(); }
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_13PrimitiveTypeE42EE5resetEv
54
55
2.40k
    void add(const StringRef& value, const UInt64& number = 1) {
56
2.40k
        std::string data = value.to_string();
57
2.40k
        auto it = ordered_map.find(data);
58
2.40k
        if (it != ordered_map.end()) {
59
129
            it->second = it->second + number;
60
2.27k
        } else {
61
2.27k
            ordered_map.insert({data, number});
62
2.27k
        }
63
2.40k
    }
64
65
3.68k
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
3.68k
        auto it = ordered_map.find(value);
67
3.68k
        if (it != ordered_map.end()) {
68
106
            it->second = it->second + number;
69
3.58k
        } else {
70
3.58k
            ordered_map.insert({value, number});
71
3.58k
        }
72
3.68k
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE3addERKhRKm
Line
Count
Source
65
15
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
15
        auto it = ordered_map.find(value);
67
15
        if (it != ordered_map.end()) {
68
9
            it->second = it->second + number;
69
9
        } else {
70
6
            ordered_map.insert({value, number});
71
6
        }
72
15
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE3addERKaRKm
Line
Count
Source
65
347
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
347
        auto it = ordered_map.find(value);
67
347
        if (it != ordered_map.end()) {
68
7
            it->second = it->second + number;
69
340
        } else {
70
340
            ordered_map.insert({value, number});
71
340
        }
72
347
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE3addERKsRKm
Line
Count
Source
65
358
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
358
        auto it = ordered_map.find(value);
67
358
        if (it != ordered_map.end()) {
68
6
            it->second = it->second + number;
69
352
        } else {
70
352
            ordered_map.insert({value, number});
71
352
        }
72
358
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE3addERKiRKm
Line
Count
Source
65
462
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
462
        auto it = ordered_map.find(value);
67
462
        if (it != ordered_map.end()) {
68
18
            it->second = it->second + number;
69
444
        } else {
70
444
            ordered_map.insert({value, number});
71
444
        }
72
462
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE3addERKlRKm
Line
Count
Source
65
362
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
362
        auto it = ordered_map.find(value);
67
362
        if (it != ordered_map.end()) {
68
8
            it->second = it->second + number;
69
354
        } else {
70
354
            ordered_map.insert({value, number});
71
354
        }
72
362
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE3addERKnRKm
Line
Count
Source
65
347
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
347
        auto it = ordered_map.find(value);
67
347
        if (it != ordered_map.end()) {
68
4
            it->second = it->second + number;
69
343
        } else {
70
343
            ordered_map.insert({value, number});
71
343
        }
72
347
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE3addERKfRKm
Line
Count
Source
65
332
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
332
        auto it = ordered_map.find(value);
67
332
        if (it != ordered_map.end()) {
68
4
            it->second = it->second + number;
69
328
        } else {
70
328
            ordered_map.insert({value, number});
71
328
        }
72
332
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE3addERKdRKm
Line
Count
Source
65
332
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
332
        auto it = ordered_map.find(value);
67
332
        if (it != ordered_map.end()) {
68
4
            it->second = it->second + number;
69
328
        } else {
70
328
            ordered_map.insert({value, number});
71
328
        }
72
332
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE3addERKNS_7DecimalIiEERKm
Line
Count
Source
65
171
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
171
        auto it = ordered_map.find(value);
67
171
        if (it != ordered_map.end()) {
68
8
            it->second = it->second + number;
69
163
        } else {
70
163
            ordered_map.insert({value, number});
71
163
        }
72
171
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE3addERKNS_7DecimalIlEERKm
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE3addERKNS_12Decimal128V3ERKm
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE3addERKNS_7DecimalIN4wide7integerILm256EiEEEERKm
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE3addERKNS_11DateV2ValueINS_15DateV2ValueTypeEEERKm
Line
Count
Source
65
479
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
479
        auto it = ordered_map.find(value);
67
479
        if (it != ordered_map.end()) {
68
18
            it->second = it->second + number;
69
461
        } else {
70
461
            ordered_map.insert({value, number});
71
461
        }
72
479
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE3addERKNS_11DateV2ValueINS_19DateTimeV2ValueTypeEEERKm
Line
Count
Source
65
478
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
478
        auto it = ordered_map.find(value);
67
478
        if (it != ordered_map.end()) {
68
20
            it->second = it->second + number;
69
458
        } else {
70
458
            ordered_map.insert({value, number});
71
458
        }
72
478
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE3addERKNS_16TimestampTzValueERKm
Line
Count
Source
65
3
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
3
        auto it = ordered_map.find(value);
67
3
        if (it != ordered_map.end()) {
68
0
            it->second = it->second + number;
69
3
        } else {
70
3
            ordered_map.insert({value, number});
71
3
        }
72
3
    }
73
74
1.17k
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
1.17k
        if (!rhs.max_num_buckets) {
78
87
            return;
79
87
        }
80
81
1.08k
        max_num_buckets = rhs.max_num_buckets;
82
83
3.81k
        for (auto rhs_it : rhs.ordered_map) {
84
3.81k
            auto lhs_it = ordered_map.find(rhs_it.first);
85
3.81k
            if (lhs_it != ordered_map.end()) {
86
2.05k
                lhs_it->second += rhs_it.second;
87
2.05k
            } else {
88
1.76k
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
1.76k
            }
90
3.81k
        }
91
1.08k
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5mergeERKS2_
Line
Count
Source
74
6
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
6
        if (!rhs.max_num_buckets) {
78
2
            return;
79
2
        }
80
81
4
        max_num_buckets = rhs.max_num_buckets;
82
83
6
        for (auto rhs_it : rhs.ordered_map) {
84
6
            auto lhs_it = ordered_map.find(rhs_it.first);
85
6
            if (lhs_it != ordered_map.end()) {
86
4
                lhs_it->second += rhs_it.second;
87
4
            } else {
88
2
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
2
            }
90
6
        }
91
4
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5mergeERKS2_
Line
Count
Source
74
76
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
76
        if (!rhs.max_num_buckets) {
78
7
            return;
79
7
        }
80
81
69
        max_num_buckets = rhs.max_num_buckets;
82
83
235
        for (auto rhs_it : rhs.ordered_map) {
84
235
            auto lhs_it = ordered_map.find(rhs_it.first);
85
235
            if (lhs_it != ordered_map.end()) {
86
100
                lhs_it->second += rhs_it.second;
87
135
            } else {
88
135
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
135
            }
90
235
        }
91
69
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE5mergeERKS2_
Line
Count
Source
74
75
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
75
        if (!rhs.max_num_buckets) {
78
5
            return;
79
5
        }
80
81
70
        max_num_buckets = rhs.max_num_buckets;
82
83
243
        for (auto rhs_it : rhs.ordered_map) {
84
243
            auto lhs_it = ordered_map.find(rhs_it.first);
85
243
            if (lhs_it != ordered_map.end()) {
86
104
                lhs_it->second += rhs_it.second;
87
139
            } else {
88
139
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
139
            }
90
243
        }
91
70
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE5mergeERKS2_
Line
Count
Source
74
205
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
205
        if (!rhs.max_num_buckets) {
78
15
            return;
79
15
        }
80
81
190
        max_num_buckets = rhs.max_num_buckets;
82
83
356
        for (auto rhs_it : rhs.ordered_map) {
84
356
            auto lhs_it = ordered_map.find(rhs_it.first);
85
356
            if (lhs_it != ordered_map.end()) {
86
164
                lhs_it->second += rhs_it.second;
87
192
            } else {
88
192
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
192
            }
90
356
        }
91
190
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5mergeERKS2_
Line
Count
Source
74
76
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
76
        if (!rhs.max_num_buckets) {
78
7
            return;
79
7
        }
80
81
69
        max_num_buckets = rhs.max_num_buckets;
82
83
232
        for (auto rhs_it : rhs.ordered_map) {
84
232
            auto lhs_it = ordered_map.find(rhs_it.first);
85
232
            if (lhs_it != ordered_map.end()) {
86
102
                lhs_it->second += rhs_it.second;
87
130
            } else {
88
130
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
130
            }
90
232
        }
91
69
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE5mergeERKS2_
Line
Count
Source
74
75
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
75
        if (!rhs.max_num_buckets) {
78
7
            return;
79
7
        }
80
81
68
        max_num_buckets = rhs.max_num_buckets;
82
83
234
        for (auto rhs_it : rhs.ordered_map) {
84
234
            auto lhs_it = ordered_map.find(rhs_it.first);
85
234
            if (lhs_it != ordered_map.end()) {
86
100
                lhs_it->second += rhs_it.second;
87
134
            } else {
88
134
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
134
            }
90
234
        }
91
68
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE5mergeERKS2_
Line
Count
Source
74
70
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
70
        if (!rhs.max_num_buckets) {
78
5
            return;
79
5
        }
80
81
65
        max_num_buckets = rhs.max_num_buckets;
82
83
220
        for (auto rhs_it : rhs.ordered_map) {
84
220
            auto lhs_it = ordered_map.find(rhs_it.first);
85
220
            if (lhs_it != ordered_map.end()) {
86
100
                lhs_it->second += rhs_it.second;
87
120
            } else {
88
120
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
120
            }
90
220
        }
91
65
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE5mergeERKS2_
Line
Count
Source
74
70
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
70
        if (!rhs.max_num_buckets) {
78
5
            return;
79
5
        }
80
81
65
        max_num_buckets = rhs.max_num_buckets;
82
83
220
        for (auto rhs_it : rhs.ordered_map) {
84
220
            auto lhs_it = ordered_map.find(rhs_it.first);
85
220
            if (lhs_it != ordered_map.end()) {
86
100
                lhs_it->second += rhs_it.second;
87
120
            } else {
88
120
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
120
            }
90
220
        }
91
65
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE5mergeERKS2_
Line
Count
Source
74
74
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
74
        if (!rhs.max_num_buckets) {
78
6
            return;
79
6
        }
80
81
68
        max_num_buckets = rhs.max_num_buckets;
82
83
135
        for (auto rhs_it : rhs.ordered_map) {
84
135
            auto lhs_it = ordered_map.find(rhs_it.first);
85
135
            if (lhs_it != ordered_map.end()) {
86
2
                lhs_it->second += rhs_it.second;
87
133
            } else {
88
133
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
133
            }
90
135
        }
91
68
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5mergeERKS2_
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5mergeERKS2_
Line
Count
Source
74
161
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
161
        if (!rhs.max_num_buckets) {
78
8
            return;
79
8
        }
80
81
153
        max_num_buckets = rhs.max_num_buckets;
82
83
1.22k
        for (auto rhs_it : rhs.ordered_map) {
84
1.22k
            auto lhs_it = ordered_map.find(rhs_it.first);
85
1.22k
            if (lhs_it != ordered_map.end()) {
86
1.07k
                lhs_it->second += rhs_it.second;
87
1.07k
            } else {
88
153
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
153
            }
90
1.22k
        }
91
153
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5mergeERKS2_
Line
Count
Source
74
143
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
143
        if (!rhs.max_num_buckets) {
78
10
            return;
79
10
        }
80
81
133
        max_num_buckets = rhs.max_num_buckets;
82
83
353
        for (auto rhs_it : rhs.ordered_map) {
84
353
            auto lhs_it = ordered_map.find(rhs_it.first);
85
353
            if (lhs_it != ordered_map.end()) {
86
103
                lhs_it->second += rhs_it.second;
87
250
            } else {
88
250
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
250
            }
90
353
        }
91
133
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5mergeERKS2_
Line
Count
Source
74
143
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
143
        if (!rhs.max_num_buckets) {
78
10
            return;
79
10
        }
80
81
133
        max_num_buckets = rhs.max_num_buckets;
82
83
351
        for (auto rhs_it : rhs.ordered_map) {
84
351
            auto lhs_it = ordered_map.find(rhs_it.first);
85
351
            if (lhs_it != ordered_map.end()) {
86
102
                lhs_it->second += rhs_it.second;
87
249
            } else {
88
249
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
249
            }
90
351
        }
91
133
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE5mergeERKS2_
Line
Count
Source
74
1
    void merge(const AggregateFunctionHistogramData& rhs) {
75
        // if rhs.max_num_buckets == 0, it means the input block for serialization is all null
76
        // we should discard this data, because histogram only fouce on the not-null data
77
1
        if (!rhs.max_num_buckets) {
78
0
            return;
79
0
        }
80
81
1
        max_num_buckets = rhs.max_num_buckets;
82
83
3
        for (auto rhs_it : rhs.ordered_map) {
84
3
            auto lhs_it = ordered_map.find(rhs_it.first);
85
3
            if (lhs_it != ordered_map.end()) {
86
0
                lhs_it->second += rhs_it.second;
87
3
            } else {
88
3
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
3
            }
90
3
        }
91
1
    }
92
93
1.21k
    void write(BufferWritable& buf) const {
94
1.21k
        buf.write_binary(max_num_buckets);
95
1.21k
        auto element_number = (size_t)ordered_map.size();
96
1.21k
        buf.write_binary(element_number);
97
98
1.21k
        auto pair_vector = map_to_vector();
99
100
5.07k
        for (auto i = 0; i < element_number; i++) {
101
3.85k
            auto element = pair_vector[i];
102
3.85k
            buf.write_binary(element.second);
103
3.85k
            buf.write_binary(element.first);
104
3.85k
        }
105
1.21k
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5writeERNS_14BufferWritableE
Line
Count
Source
93
6
    void write(BufferWritable& buf) const {
94
6
        buf.write_binary(max_num_buckets);
95
6
        auto element_number = (size_t)ordered_map.size();
96
6
        buf.write_binary(element_number);
97
98
6
        auto pair_vector = map_to_vector();
99
100
12
        for (auto i = 0; i < element_number; i++) {
101
6
            auto element = pair_vector[i];
102
6
            buf.write_binary(element.second);
103
6
            buf.write_binary(element.first);
104
6
        }
105
6
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5writeERNS_14BufferWritableE
Line
Count
Source
93
76
    void write(BufferWritable& buf) const {
94
76
        buf.write_binary(max_num_buckets);
95
76
        auto element_number = (size_t)ordered_map.size();
96
76
        buf.write_binary(element_number);
97
98
76
        auto pair_vector = map_to_vector();
99
100
311
        for (auto i = 0; i < element_number; i++) {
101
235
            auto element = pair_vector[i];
102
235
            buf.write_binary(element.second);
103
235
            buf.write_binary(element.first);
104
235
        }
105
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE5writeERNS_14BufferWritableE
Line
Count
Source
93
76
    void write(BufferWritable& buf) const {
94
76
        buf.write_binary(max_num_buckets);
95
76
        auto element_number = (size_t)ordered_map.size();
96
76
        buf.write_binary(element_number);
97
98
76
        auto pair_vector = map_to_vector();
99
100
320
        for (auto i = 0; i < element_number; i++) {
101
244
            auto element = pair_vector[i];
102
244
            buf.write_binary(element.second);
103
244
            buf.write_binary(element.first);
104
244
        }
105
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE5writeERNS_14BufferWritableE
Line
Count
Source
93
244
    void write(BufferWritable& buf) const {
94
244
        buf.write_binary(max_num_buckets);
95
244
        auto element_number = (size_t)ordered_map.size();
96
244
        buf.write_binary(element_number);
97
98
244
        auto pair_vector = map_to_vector();
99
100
639
        for (auto i = 0; i < element_number; i++) {
101
395
            auto element = pair_vector[i];
102
395
            buf.write_binary(element.second);
103
395
            buf.write_binary(element.first);
104
395
        }
105
244
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5writeERNS_14BufferWritableE
Line
Count
Source
93
76
    void write(BufferWritable& buf) const {
94
76
        buf.write_binary(max_num_buckets);
95
76
        auto element_number = (size_t)ordered_map.size();
96
76
        buf.write_binary(element_number);
97
98
76
        auto pair_vector = map_to_vector();
99
100
308
        for (auto i = 0; i < element_number; i++) {
101
232
            auto element = pair_vector[i];
102
232
            buf.write_binary(element.second);
103
232
            buf.write_binary(element.first);
104
232
        }
105
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE5writeERNS_14BufferWritableE
Line
Count
Source
93
76
    void write(BufferWritable& buf) const {
94
76
        buf.write_binary(max_num_buckets);
95
76
        auto element_number = (size_t)ordered_map.size();
96
76
        buf.write_binary(element_number);
97
98
76
        auto pair_vector = map_to_vector();
99
100
311
        for (auto i = 0; i < element_number; i++) {
101
235
            auto element = pair_vector[i];
102
235
            buf.write_binary(element.second);
103
235
            buf.write_binary(element.first);
104
235
        }
105
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE5writeERNS_14BufferWritableE
Line
Count
Source
93
70
    void write(BufferWritable& buf) const {
94
70
        buf.write_binary(max_num_buckets);
95
70
        auto element_number = (size_t)ordered_map.size();
96
70
        buf.write_binary(element_number);
97
98
70
        auto pair_vector = map_to_vector();
99
100
290
        for (auto i = 0; i < element_number; i++) {
101
220
            auto element = pair_vector[i];
102
220
            buf.write_binary(element.second);
103
220
            buf.write_binary(element.first);
104
220
        }
105
70
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE5writeERNS_14BufferWritableE
Line
Count
Source
93
70
    void write(BufferWritable& buf) const {
94
70
        buf.write_binary(max_num_buckets);
95
70
        auto element_number = (size_t)ordered_map.size();
96
70
        buf.write_binary(element_number);
97
98
70
        auto pair_vector = map_to_vector();
99
100
290
        for (auto i = 0; i < element_number; i++) {
101
220
            auto element = pair_vector[i];
102
220
            buf.write_binary(element.second);
103
220
            buf.write_binary(element.first);
104
220
        }
105
70
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE5writeERNS_14BufferWritableE
Line
Count
Source
93
74
    void write(BufferWritable& buf) const {
94
74
        buf.write_binary(max_num_buckets);
95
74
        auto element_number = (size_t)ordered_map.size();
96
74
        buf.write_binary(element_number);
97
98
74
        auto pair_vector = map_to_vector();
99
100
209
        for (auto i = 0; i < element_number; i++) {
101
135
            auto element = pair_vector[i];
102
135
            buf.write_binary(element.second);
103
135
            buf.write_binary(element.first);
104
135
        }
105
74
    }
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5writeERNS_14BufferWritableE
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5writeERNS_14BufferWritableE
Line
Count
Source
93
161
    void write(BufferWritable& buf) const {
94
161
        buf.write_binary(max_num_buckets);
95
161
        auto element_number = (size_t)ordered_map.size();
96
161
        buf.write_binary(element_number);
97
98
161
        auto pair_vector = map_to_vector();
99
100
1.38k
        for (auto i = 0; i < element_number; i++) {
101
1.22k
            auto element = pair_vector[i];
102
1.22k
            buf.write_binary(element.second);
103
1.22k
            buf.write_binary(element.first);
104
1.22k
        }
105
161
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5writeERNS_14BufferWritableE
Line
Count
Source
93
143
    void write(BufferWritable& buf) const {
94
143
        buf.write_binary(max_num_buckets);
95
143
        auto element_number = (size_t)ordered_map.size();
96
143
        buf.write_binary(element_number);
97
98
143
        auto pair_vector = map_to_vector();
99
100
496
        for (auto i = 0; i < element_number; i++) {
101
353
            auto element = pair_vector[i];
102
353
            buf.write_binary(element.second);
103
353
            buf.write_binary(element.first);
104
353
        }
105
143
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5writeERNS_14BufferWritableE
Line
Count
Source
93
143
    void write(BufferWritable& buf) const {
94
143
        buf.write_binary(max_num_buckets);
95
143
        auto element_number = (size_t)ordered_map.size();
96
143
        buf.write_binary(element_number);
97
98
143
        auto pair_vector = map_to_vector();
99
100
494
        for (auto i = 0; i < element_number; i++) {
101
351
            auto element = pair_vector[i];
102
351
            buf.write_binary(element.second);
103
351
            buf.write_binary(element.first);
104
351
        }
105
143
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE5writeERNS_14BufferWritableE
Line
Count
Source
93
1
    void write(BufferWritable& buf) const {
94
1
        buf.write_binary(max_num_buckets);
95
1
        auto element_number = (size_t)ordered_map.size();
96
1
        buf.write_binary(element_number);
97
98
1
        auto pair_vector = map_to_vector();
99
100
4
        for (auto i = 0; i < element_number; i++) {
101
3
            auto element = pair_vector[i];
102
3
            buf.write_binary(element.second);
103
3
            buf.write_binary(element.first);
104
3
        }
105
1
    }
106
107
1.17k
    void read(BufferReadable& buf) {
108
1.17k
        buf.read_binary(max_num_buckets);
109
110
1.17k
        size_t element_number = 0;
111
1.17k
        buf.read_binary(element_number);
112
113
1.17k
        ordered_map.clear();
114
1.17k
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
4.99k
        for (auto i = 0; i < element_number; i++) {
116
3.81k
            buf.read_binary(element.first);
117
3.81k
            buf.read_binary(element.second);
118
3.81k
            ordered_map.insert(element);
119
3.81k
        }
120
1.17k
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE4readERNS_14BufferReadableE
Line
Count
Source
107
6
    void read(BufferReadable& buf) {
108
6
        buf.read_binary(max_num_buckets);
109
110
6
        size_t element_number = 0;
111
6
        buf.read_binary(element_number);
112
113
6
        ordered_map.clear();
114
6
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
12
        for (auto i = 0; i < element_number; i++) {
116
6
            buf.read_binary(element.first);
117
6
            buf.read_binary(element.second);
118
6
            ordered_map.insert(element);
119
6
        }
120
6
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE4readERNS_14BufferReadableE
Line
Count
Source
107
76
    void read(BufferReadable& buf) {
108
76
        buf.read_binary(max_num_buckets);
109
110
76
        size_t element_number = 0;
111
76
        buf.read_binary(element_number);
112
113
76
        ordered_map.clear();
114
76
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
311
        for (auto i = 0; i < element_number; i++) {
116
235
            buf.read_binary(element.first);
117
235
            buf.read_binary(element.second);
118
235
            ordered_map.insert(element);
119
235
        }
120
76
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE4readERNS_14BufferReadableE
Line
Count
Source
107
76
    void read(BufferReadable& buf) {
108
76
        buf.read_binary(max_num_buckets);
109
110
76
        size_t element_number = 0;
111
76
        buf.read_binary(element_number);
112
113
76
        ordered_map.clear();
114
76
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
320
        for (auto i = 0; i < element_number; i++) {
116
244
            buf.read_binary(element.first);
117
244
            buf.read_binary(element.second);
118
244
            ordered_map.insert(element);
119
244
        }
120
76
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE4readERNS_14BufferReadableE
Line
Count
Source
107
205
    void read(BufferReadable& buf) {
108
205
        buf.read_binary(max_num_buckets);
109
110
205
        size_t element_number = 0;
111
205
        buf.read_binary(element_number);
112
113
205
        ordered_map.clear();
114
205
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
561
        for (auto i = 0; i < element_number; i++) {
116
356
            buf.read_binary(element.first);
117
356
            buf.read_binary(element.second);
118
356
            ordered_map.insert(element);
119
356
        }
120
205
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE4readERNS_14BufferReadableE
Line
Count
Source
107
76
    void read(BufferReadable& buf) {
108
76
        buf.read_binary(max_num_buckets);
109
110
76
        size_t element_number = 0;
111
76
        buf.read_binary(element_number);
112
113
76
        ordered_map.clear();
114
76
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
308
        for (auto i = 0; i < element_number; i++) {
116
232
            buf.read_binary(element.first);
117
232
            buf.read_binary(element.second);
118
232
            ordered_map.insert(element);
119
232
        }
120
76
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE4readERNS_14BufferReadableE
Line
Count
Source
107
76
    void read(BufferReadable& buf) {
108
76
        buf.read_binary(max_num_buckets);
109
110
76
        size_t element_number = 0;
111
76
        buf.read_binary(element_number);
112
113
76
        ordered_map.clear();
114
76
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
311
        for (auto i = 0; i < element_number; i++) {
116
235
            buf.read_binary(element.first);
117
235
            buf.read_binary(element.second);
118
235
            ordered_map.insert(element);
119
235
        }
120
76
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE4readERNS_14BufferReadableE
Line
Count
Source
107
70
    void read(BufferReadable& buf) {
108
70
        buf.read_binary(max_num_buckets);
109
110
70
        size_t element_number = 0;
111
70
        buf.read_binary(element_number);
112
113
70
        ordered_map.clear();
114
70
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
290
        for (auto i = 0; i < element_number; i++) {
116
220
            buf.read_binary(element.first);
117
220
            buf.read_binary(element.second);
118
220
            ordered_map.insert(element);
119
220
        }
120
70
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE4readERNS_14BufferReadableE
Line
Count
Source
107
70
    void read(BufferReadable& buf) {
108
70
        buf.read_binary(max_num_buckets);
109
110
70
        size_t element_number = 0;
111
70
        buf.read_binary(element_number);
112
113
70
        ordered_map.clear();
114
70
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
290
        for (auto i = 0; i < element_number; i++) {
116
220
            buf.read_binary(element.first);
117
220
            buf.read_binary(element.second);
118
220
            ordered_map.insert(element);
119
220
        }
120
70
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE4readERNS_14BufferReadableE
Line
Count
Source
107
74
    void read(BufferReadable& buf) {
108
74
        buf.read_binary(max_num_buckets);
109
110
74
        size_t element_number = 0;
111
74
        buf.read_binary(element_number);
112
113
74
        ordered_map.clear();
114
74
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
209
        for (auto i = 0; i < element_number; i++) {
116
135
            buf.read_binary(element.first);
117
135
            buf.read_binary(element.second);
118
135
            ordered_map.insert(element);
119
135
        }
120
74
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE4readERNS_14BufferReadableE
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE4readERNS_14BufferReadableE
Line
Count
Source
107
161
    void read(BufferReadable& buf) {
108
161
        buf.read_binary(max_num_buckets);
109
110
161
        size_t element_number = 0;
111
161
        buf.read_binary(element_number);
112
113
161
        ordered_map.clear();
114
161
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
1.38k
        for (auto i = 0; i < element_number; i++) {
116
1.22k
            buf.read_binary(element.first);
117
1.22k
            buf.read_binary(element.second);
118
1.22k
            ordered_map.insert(element);
119
1.22k
        }
120
161
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE4readERNS_14BufferReadableE
Line
Count
Source
107
143
    void read(BufferReadable& buf) {
108
143
        buf.read_binary(max_num_buckets);
109
110
143
        size_t element_number = 0;
111
143
        buf.read_binary(element_number);
112
113
143
        ordered_map.clear();
114
143
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
496
        for (auto i = 0; i < element_number; i++) {
116
353
            buf.read_binary(element.first);
117
353
            buf.read_binary(element.second);
118
353
            ordered_map.insert(element);
119
353
        }
120
143
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE4readERNS_14BufferReadableE
Line
Count
Source
107
143
    void read(BufferReadable& buf) {
108
143
        buf.read_binary(max_num_buckets);
109
110
143
        size_t element_number = 0;
111
143
        buf.read_binary(element_number);
112
113
143
        ordered_map.clear();
114
143
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
494
        for (auto i = 0; i < element_number; i++) {
116
351
            buf.read_binary(element.first);
117
351
            buf.read_binary(element.second);
118
351
            ordered_map.insert(element);
119
351
        }
120
143
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE4readERNS_14BufferReadableE
Line
Count
Source
107
1
    void read(BufferReadable& buf) {
108
1
        buf.read_binary(max_num_buckets);
109
110
1
        size_t element_number = 0;
111
1
        buf.read_binary(element_number);
112
113
1
        ordered_map.clear();
114
1
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
4
        for (auto i = 0; i < element_number; i++) {
116
3
            buf.read_binary(element.first);
117
3
            buf.read_binary(element.second);
118
3
            ordered_map.insert(element);
119
3
        }
120
1
    }
121
122
    void insert_result_into(IColumn& to) const {
123
        auto pair_vector = map_to_vector();
124
        for (auto i = 0; i < pair_vector.size(); i++) {
125
            const auto& element = pair_vector[i];
126
            if constexpr (is_string_type(T)) {
127
                assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
128
                        element.second.c_str(), element.second.length());
129
            } else {
130
                assert_cast<ColVecType&, TypeCheckOnRelease::DISABLE>(to).get_data().push_back(
131
                        element.second);
132
            }
133
        }
134
    }
135
136
701
    std::string get(const DataTypePtr& data_type) const {
137
701
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
701
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
701
        build_histogram(
144
701
                buckets, ordered_map,
145
701
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
701
        histogram_to_json(buffer, buckets, data_type);
147
701
        return {buffer.GetString()};
148
701
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
2
    std::string get(const DataTypePtr& data_type) const {
137
2
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
2
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
2
        build_histogram(
144
2
                buckets, ordered_map,
145
2
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
2
        histogram_to_json(buffer, buckets, data_type);
147
2
        return {buffer.GetString()};
148
2
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
48
    std::string get(const DataTypePtr& data_type) const {
137
48
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
48
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
48
        build_histogram(
144
48
                buckets, ordered_map,
145
48
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
48
        histogram_to_json(buffer, buckets, data_type);
147
48
        return {buffer.GetString()};
148
48
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
48
    std::string get(const DataTypePtr& data_type) const {
137
48
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
48
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
48
        build_histogram(
144
48
                buckets, ordered_map,
145
48
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
48
        histogram_to_json(buffer, buckets, data_type);
147
48
        return {buffer.GetString()};
148
48
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
67
    std::string get(const DataTypePtr& data_type) const {
137
67
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
67
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
67
        build_histogram(
144
67
                buckets, ordered_map,
145
67
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
67
        histogram_to_json(buffer, buckets, data_type);
147
67
        return {buffer.GetString()};
148
67
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
65
    std::string get(const DataTypePtr& data_type) const {
137
65
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
65
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
65
        build_histogram(
144
65
                buckets, ordered_map,
145
65
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
65
        histogram_to_json(buffer, buckets, data_type);
147
65
        return {buffer.GetString()};
148
65
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
48
    std::string get(const DataTypePtr& data_type) const {
137
48
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
48
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
48
        build_histogram(
144
48
                buckets, ordered_map,
145
48
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
48
        histogram_to_json(buffer, buckets, data_type);
147
48
        return {buffer.GetString()};
148
48
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
46
    std::string get(const DataTypePtr& data_type) const {
137
46
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
46
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
46
        build_histogram(
144
46
                buckets, ordered_map,
145
46
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
46
        histogram_to_json(buffer, buckets, data_type);
147
46
        return {buffer.GetString()};
148
46
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
46
    std::string get(const DataTypePtr& data_type) const {
137
46
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
46
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
46
        build_histogram(
144
46
                buckets, ordered_map,
145
46
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
46
        histogram_to_json(buffer, buckets, data_type);
147
46
        return {buffer.GetString()};
148
46
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
49
    std::string get(const DataTypePtr& data_type) const {
137
49
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
49
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
49
        build_histogram(
144
49
                buckets, ordered_map,
145
49
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
49
        histogram_to_json(buffer, buckets, data_type);
147
49
        return {buffer.GetString()};
148
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
136
105
    std::string get(const DataTypePtr& data_type) const {
137
105
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
105
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
105
        build_histogram(
144
105
                buckets, ordered_map,
145
105
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
105
        histogram_to_json(buffer, buckets, data_type);
147
105
        return {buffer.GetString()};
148
105
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
88
    std::string get(const DataTypePtr& data_type) const {
137
88
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
88
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
88
        build_histogram(
144
88
                buckets, ordered_map,
145
88
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
88
        histogram_to_json(buffer, buckets, data_type);
147
88
        return {buffer.GetString()};
148
88
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
88
    std::string get(const DataTypePtr& data_type) const {
137
88
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
88
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
88
        build_histogram(
144
88
                buckets, ordered_map,
145
88
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
88
        histogram_to_json(buffer, buckets, data_type);
147
88
        return {buffer.GetString()};
148
88
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE3getB5cxx11ERKSt10shared_ptrIKNS_9IDataTypeEE
Line
Count
Source
136
1
    std::string get(const DataTypePtr& data_type) const {
137
1
        std::vector<Bucket<typename PrimitiveTypeTraits<T>::CppType>> buckets;
138
1
        rapidjson::StringBuffer buffer;
139
        // NOTE: We need an extral branch for to handle max_num_buckets == 0,
140
        // when target column is nullable, and input block is all null,
141
        // set_parameters will not be called because of the short-circuit in
142
        // AggregateFunctionNullVariadicInline, so max_num_buckets will be 0 in this situation.
143
1
        build_histogram(
144
1
                buckets, ordered_map,
145
1
                max_num_buckets == BUCKET_NUM_INIT_VALUE ? DEFAULT_BUCKET_NUM : max_num_buckets);
146
1
        histogram_to_json(buffer, buckets, data_type);
147
1
        return {buffer.GetString()};
148
1
    }
149
150
1.21k
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
1.21k
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
3.85k
        for (auto it : ordered_map) {
153
3.85k
            pair_vector.emplace_back(it.second, it.first);
154
3.85k
        }
155
1.21k
        return pair_vector;
156
1.21k
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE13map_to_vectorEv
Line
Count
Source
150
6
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
6
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
6
        for (auto it : ordered_map) {
153
6
            pair_vector.emplace_back(it.second, it.first);
154
6
        }
155
6
        return pair_vector;
156
6
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE13map_to_vectorEv
Line
Count
Source
150
76
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
76
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
235
        for (auto it : ordered_map) {
153
235
            pair_vector.emplace_back(it.second, it.first);
154
235
        }
155
76
        return pair_vector;
156
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE13map_to_vectorEv
Line
Count
Source
150
76
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
76
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
244
        for (auto it : ordered_map) {
153
244
            pair_vector.emplace_back(it.second, it.first);
154
244
        }
155
76
        return pair_vector;
156
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE13map_to_vectorEv
Line
Count
Source
150
244
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
244
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
395
        for (auto it : ordered_map) {
153
395
            pair_vector.emplace_back(it.second, it.first);
154
395
        }
155
244
        return pair_vector;
156
244
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE13map_to_vectorEv
Line
Count
Source
150
76
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
76
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
232
        for (auto it : ordered_map) {
153
232
            pair_vector.emplace_back(it.second, it.first);
154
232
        }
155
76
        return pair_vector;
156
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EE13map_to_vectorEv
Line
Count
Source
150
76
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
76
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
235
        for (auto it : ordered_map) {
153
235
            pair_vector.emplace_back(it.second, it.first);
154
235
        }
155
76
        return pair_vector;
156
76
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EE13map_to_vectorEv
Line
Count
Source
150
70
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
70
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
220
        for (auto it : ordered_map) {
153
220
            pair_vector.emplace_back(it.second, it.first);
154
220
        }
155
70
        return pair_vector;
156
70
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EE13map_to_vectorEv
Line
Count
Source
150
70
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
70
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
220
        for (auto it : ordered_map) {
153
220
            pair_vector.emplace_back(it.second, it.first);
154
220
        }
155
70
        return pair_vector;
156
70
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EE13map_to_vectorEv
Line
Count
Source
150
74
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
74
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
135
        for (auto it : ordered_map) {
153
135
            pair_vector.emplace_back(it.second, it.first);
154
135
        }
155
74
        return pair_vector;
156
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
150
161
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
161
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
1.22k
        for (auto it : ordered_map) {
153
1.22k
            pair_vector.emplace_back(it.second, it.first);
154
1.22k
        }
155
161
        return pair_vector;
156
161
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE13map_to_vectorEv
Line
Count
Source
150
143
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
143
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
353
        for (auto it : ordered_map) {
153
353
            pair_vector.emplace_back(it.second, it.first);
154
353
        }
155
143
        return pair_vector;
156
143
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE13map_to_vectorEv
Line
Count
Source
150
143
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
143
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
351
        for (auto it : ordered_map) {
153
351
            pair_vector.emplace_back(it.second, it.first);
154
351
        }
155
143
        return pair_vector;
156
143
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EE13map_to_vectorEv
Line
Count
Source
150
1
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
1
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
3
        for (auto it : ordered_map) {
153
3
            pair_vector.emplace_back(it.second, it.first);
154
3
        }
155
1
        return pair_vector;
156
1
    }
157
158
private:
159
    size_t max_num_buckets = BUCKET_NUM_INIT_VALUE;
160
    std::map<typename PrimitiveTypeTraits<T>::CppType, size_t> ordered_map;
161
};
162
163
template <typename Data, bool has_input_param>
164
class AggregateFunctionHistogram final
165
        : public IAggregateFunctionDataHelper<Data,
166
                                              AggregateFunctionHistogram<Data, has_input_param>>,
167
          VarargsExpression,
168
          NotNullableAggregateFunction {
169
public:
170
    AggregateFunctionHistogram() = default;
171
    AggregateFunctionHistogram(const DataTypes& argument_types_)
172
718
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
718
                      argument_types_),
174
718
              _argument_type(argument_types_[0]) {}
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
9
                      argument_types_),
174
9
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
9
                      argument_types_),
174
9
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
5
                      argument_types_),
174
5
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
9
                      argument_types_),
174
9
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
9
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
9
                      argument_types_),
174
9
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
5
                      argument_types_),
174
5
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
5
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
5
                      argument_types_),
174
5
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
12
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
12
                      argument_types_),
174
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
172
31
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
31
                      argument_types_),
174
31
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
13
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
13
                      argument_types_),
174
13
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
13
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
13
                      argument_types_),
174
13
              _argument_type(argument_types_[0]) {}
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
4
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
4
                      argument_types_),
174
4
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
20
                      argument_types_),
174
20
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
20
                      argument_types_),
174
20
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
336
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
336
                      argument_types_),
174
336
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
21
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
21
                      argument_types_),
174
21
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
20
                      argument_types_),
174
20
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
20
                      argument_types_),
174
20
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
20
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
20
                      argument_types_),
174
20
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
19
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
19
                      argument_types_),
174
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
172
40
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
40
                      argument_types_),
174
40
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
38
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
38
                      argument_types_),
174
38
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
38
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
38
                      argument_types_),
174
38
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
2
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
2
                      argument_types_),
174
2
              _argument_type(argument_types_[0]) {}
175
176
31
    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_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
176
20
    std::string get_name() const override { return "histogram"; }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE8get_nameB5cxx11Ev
Line
Count
Source
176
10
    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
176
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_13PrimitiveTypeE42EEELb0EE8get_nameB5cxx11Ev
177
178
1.51k
    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
178
31
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE15get_return_typeEv
Line
Count
Source
178
31
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE15get_return_typeEv
Line
Count
Source
178
12
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE15get_return_typeEv
Line
Count
Source
178
31
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE15get_return_typeEv
Line
Count
Source
178
31
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE15get_return_typeEv
Line
Count
Source
178
19
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE15get_return_typeEv
Line
Count
Source
178
19
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE15get_return_typeEv
Line
Count
Source
178
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
178
114
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE15get_return_typeEv
Line
Count
Source
178
50
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE15get_return_typeEv
Line
Count
Source
178
50
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE15get_return_typeEv
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE15get_return_typeEv
Line
Count
Source
178
12
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE15get_return_typeEv
Line
Count
Source
178
70
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE15get_return_typeEv
Line
Count
Source
178
70
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE15get_return_typeEv
Line
Count
Source
178
132
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE15get_return_typeEv
Line
Count
Source
178
87
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE15get_return_typeEv
Line
Count
Source
178
70
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE15get_return_typeEv
Line
Count
Source
178
70
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE15get_return_typeEv
Line
Count
Source
178
70
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE15get_return_typeEv
Line
Count
Source
178
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
178
142
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE15get_return_typeEv
Line
Count
Source
178
140
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE15get_return_typeEv
Line
Count
Source
178
140
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE15get_return_typeEv
Line
Count
Source
178
6
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
179
180
    void add(AggregateDataPtr __restrict place, const IColumn** columns, ssize_t row_num,
181
6.09k
             Arena&) const override {
182
6.09k
        if constexpr (has_input_param) {
183
4.40k
            Int32 input_max_num_buckets =
184
4.40k
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
4.40k
                            ->get_element(row_num);
186
4.40k
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
4.40k
            this->data(place).set_parameters(input_max_num_buckets);
193
4.40k
        } else {
194
1.69k
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
1.69k
        }
196
197
2.40k
        if constexpr (is_string_type(Data::Ptype)) {
198
2.40k
            this->data(place).add(
199
2.40k
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
2.40k
                            .get_data_at(row_num));
201
3.68k
        } else {
202
3.68k
            this->data(place).add(
203
3.68k
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
3.68k
                            *columns[0])
205
3.68k
                            .get_data()[row_num]);
206
3.68k
        }
207
6.09k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
239
             Arena&) const override {
182
239
        if constexpr (has_input_param) {
183
239
            Int32 input_max_num_buckets =
184
239
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
239
                            ->get_element(row_num);
186
239
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
239
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
239
        } else {
202
239
            this->data(place).add(
203
239
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
239
                            *columns[0])
205
239
                            .get_data()[row_num]);
206
239
        }
207
239
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
251
             Arena&) const override {
182
251
        if constexpr (has_input_param) {
183
251
            Int32 input_max_num_buckets =
184
251
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
251
                            ->get_element(row_num);
186
251
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
251
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
251
        } else {
202
251
            this->data(place).add(
203
251
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
251
                            *columns[0])
205
251
                            .get_data()[row_num]);
206
251
        }
207
251
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
215
             Arena&) const override {
182
215
        if constexpr (has_input_param) {
183
215
            Int32 input_max_num_buckets =
184
215
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
215
                            ->get_element(row_num);
186
215
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
215
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
215
        } else {
202
215
            this->data(place).add(
203
215
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
215
                            *columns[0])
205
215
                            .get_data()[row_num]);
206
215
        }
207
215
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
239
             Arena&) const override {
182
239
        if constexpr (has_input_param) {
183
239
            Int32 input_max_num_buckets =
184
239
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
239
                            ->get_element(row_num);
186
239
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
239
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
239
        } else {
202
239
            this->data(place).add(
203
239
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
239
                            *columns[0])
205
239
                            .get_data()[row_num]);
206
239
        }
207
239
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
239
             Arena&) const override {
182
239
        if constexpr (has_input_param) {
183
239
            Int32 input_max_num_buckets =
184
239
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
239
                            ->get_element(row_num);
186
239
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
239
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
239
        } else {
202
239
            this->data(place).add(
203
239
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
239
                            *columns[0])
205
239
                            .get_data()[row_num]);
206
239
        }
207
239
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
224
             Arena&) const override {
182
224
        if constexpr (has_input_param) {
183
224
            Int32 input_max_num_buckets =
184
224
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
224
                            ->get_element(row_num);
186
224
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
224
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
224
        } else {
202
224
            this->data(place).add(
203
224
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
224
                            *columns[0])
205
224
                            .get_data()[row_num]);
206
224
        }
207
224
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
224
             Arena&) const override {
182
224
        if constexpr (has_input_param) {
183
224
            Int32 input_max_num_buckets =
184
224
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
224
                            ->get_element(row_num);
186
224
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
224
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
224
        } else {
202
224
            this->data(place).add(
203
224
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
224
                            *columns[0])
205
224
                            .get_data()[row_num]);
206
224
        }
207
224
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
63
             Arena&) const override {
182
63
        if constexpr (has_input_param) {
183
63
            Int32 input_max_num_buckets =
184
63
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
63
                            ->get_element(row_num);
186
63
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
63
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
63
        } else {
202
63
            this->data(place).add(
203
63
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
63
                            *columns[0])
205
63
                            .get_data()[row_num]);
206
63
        }
207
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
181
2.18k
             Arena&) const override {
182
2.18k
        if constexpr (has_input_param) {
183
2.18k
            Int32 input_max_num_buckets =
184
2.18k
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
2.18k
                            ->get_element(row_num);
186
2.18k
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
2.18k
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
2.18k
        if constexpr (is_string_type(Data::Ptype)) {
198
2.18k
            this->data(place).add(
199
2.18k
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
2.18k
                            .get_data_at(row_num));
201
        } else {
202
            this->data(place).add(
203
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
                            *columns[0])
205
                            .get_data()[row_num]);
206
        }
207
2.18k
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
263
             Arena&) const override {
182
263
        if constexpr (has_input_param) {
183
263
            Int32 input_max_num_buckets =
184
263
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
263
                            ->get_element(row_num);
186
263
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
263
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
263
        } else {
202
263
            this->data(place).add(
203
263
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
263
                            *columns[0])
205
263
                            .get_data()[row_num]);
206
263
        }
207
263
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
263
             Arena&) const override {
182
263
        if constexpr (has_input_param) {
183
263
            Int32 input_max_num_buckets =
184
263
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
263
                            ->get_element(row_num);
186
263
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
0
                throw doris::Exception(
188
0
                        ErrorCode::INVALID_ARGUMENT,
189
0
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
0
                        input_max_num_buckets, row_num);
191
0
            }
192
263
            this->data(place).set_parameters(input_max_num_buckets);
193
        } else {
194
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
263
        } else {
202
263
            this->data(place).add(
203
263
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
263
                            *columns[0])
205
263
                            .get_data()[row_num]);
206
263
        }
207
263
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
15
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
15
        } else {
194
15
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
15
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
15
        } else {
202
15
            this->data(place).add(
203
15
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
15
                            *columns[0])
205
15
                            .get_data()[row_num]);
206
15
        }
207
15
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
108
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
108
        } else {
194
108
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
108
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
108
        } else {
202
108
            this->data(place).add(
203
108
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
108
                            *columns[0])
205
108
                            .get_data()[row_num]);
206
108
        }
207
108
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
107
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
107
        } else {
194
107
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
107
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
107
        } else {
202
107
            this->data(place).add(
203
107
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
107
                            *columns[0])
205
107
                            .get_data()[row_num]);
206
107
        }
207
107
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
248
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
248
        } else {
194
248
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
248
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
248
        } else {
202
248
            this->data(place).add(
203
248
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
248
                            *columns[0])
205
248
                            .get_data()[row_num]);
206
248
        }
207
248
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
123
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
123
        } else {
194
123
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
123
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
123
        } else {
202
123
            this->data(place).add(
203
123
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
123
                            *columns[0])
205
123
                            .get_data()[row_num]);
206
123
        }
207
123
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
108
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
108
        } else {
194
108
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
108
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
108
        } else {
202
108
            this->data(place).add(
203
108
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
108
                            *columns[0])
205
108
                            .get_data()[row_num]);
206
108
        }
207
108
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
108
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
108
        } else {
194
108
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
108
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
108
        } else {
202
108
            this->data(place).add(
203
108
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
108
                            *columns[0])
205
108
                            .get_data()[row_num]);
206
108
        }
207
108
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
108
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
108
        } else {
194
108
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
108
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
108
        } else {
202
108
            this->data(place).add(
203
108
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
108
                            *columns[0])
205
108
                            .get_data()[row_num]);
206
108
        }
207
108
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
108
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
108
        } else {
194
108
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
108
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
108
        } else {
202
108
            this->data(place).add(
203
108
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
108
                            *columns[0])
205
108
                            .get_data()[row_num]);
206
108
        }
207
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
181
226
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
226
        } else {
194
226
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
226
        }
196
197
226
        if constexpr (is_string_type(Data::Ptype)) {
198
226
            this->data(place).add(
199
226
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
226
                            .get_data_at(row_num));
201
        } else {
202
            this->data(place).add(
203
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
                            *columns[0])
205
                            .get_data()[row_num]);
206
        }
207
226
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
216
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
216
        } else {
194
216
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
216
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
216
        } else {
202
216
            this->data(place).add(
203
216
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
216
                            *columns[0])
205
216
                            .get_data()[row_num]);
206
216
        }
207
216
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
216
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
216
        } else {
194
216
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
216
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
216
        } else {
202
216
            this->data(place).add(
203
216
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
216
                            *columns[0])
205
216
                            .get_data()[row_num]);
206
216
        }
207
216
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE3addEPcPPKNS_7IColumnElRNS_5ArenaE
Line
Count
Source
181
3
             Arena&) const override {
182
        if constexpr (has_input_param) {
183
            Int32 input_max_num_buckets =
184
                    assert_cast<const ColumnInt32*, TypeCheckOnRelease::DISABLE>(columns[1])
185
                            ->get_element(row_num);
186
            if (input_max_num_buckets <= 0 || input_max_num_buckets > 1000000) {
187
                throw doris::Exception(
188
                        ErrorCode::INVALID_ARGUMENT,
189
                        "Invalid max_num_buckets {}, row_num {}, should be in (0, 1000000]",
190
                        input_max_num_buckets, row_num);
191
            }
192
            this->data(place).set_parameters(input_max_num_buckets);
193
3
        } else {
194
3
            this->data(place).set_parameters(Data::DEFAULT_BUCKET_NUM);
195
3
        }
196
197
        if constexpr (is_string_type(Data::Ptype)) {
198
            this->data(place).add(
199
                    assert_cast<const ColumnString&, TypeCheckOnRelease::DISABLE>(*columns[0])
200
                            .get_data_at(row_num));
201
3
        } else {
202
3
            this->data(place).add(
203
3
                    assert_cast<const typename Data::ColVecType&, TypeCheckOnRelease::DISABLE>(
204
3
                            *columns[0])
205
3
                            .get_data()[row_num]);
206
3
        }
207
3
    }
208
209
666
    void check_input_columns_type(const IColumn** columns) const override {
210
666
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
666
        if constexpr (has_input_param) {
212
135
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
135
        }
214
666
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
10
    void check_input_columns_type(const IColumn** columns) const override {
210
10
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
10
        if constexpr (has_input_param) {
212
10
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
10
        }
214
10
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
10
    void check_input_columns_type(const IColumn** columns) const override {
210
10
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
10
        if constexpr (has_input_param) {
212
10
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
10
        }
214
10
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
6
    void check_input_columns_type(const IColumn** columns) const override {
210
6
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
6
        if constexpr (has_input_param) {
212
6
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
6
        }
214
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
10
    void check_input_columns_type(const IColumn** columns) const override {
210
10
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
10
        if constexpr (has_input_param) {
212
10
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
10
        }
214
10
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
10
    void check_input_columns_type(const IColumn** columns) const override {
210
10
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
10
        if constexpr (has_input_param) {
212
10
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
10
        }
214
10
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
4
    void check_input_columns_type(const IColumn** columns) const override {
210
4
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
4
        if constexpr (has_input_param) {
212
4
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
4
        }
214
4
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
4
    void check_input_columns_type(const IColumn** columns) const override {
210
4
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
4
        if constexpr (has_input_param) {
212
4
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
4
        }
214
4
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
14
    void check_input_columns_type(const IColumn** columns) const override {
210
14
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
14
        if constexpr (has_input_param) {
212
14
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
14
        }
214
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
209
39
    void check_input_columns_type(const IColumn** columns) const override {
210
39
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
39
        if constexpr (has_input_param) {
212
39
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
39
        }
214
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
14
    void check_input_columns_type(const IColumn** columns) const override {
210
14
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
14
        if constexpr (has_input_param) {
212
14
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
14
        }
214
14
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
14
    void check_input_columns_type(const IColumn** columns) const override {
210
14
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
14
        if constexpr (has_input_param) {
212
14
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
14
        }
214
14
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
6
    void check_input_columns_type(const IColumn** columns) const override {
210
6
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
36
    void check_input_columns_type(const IColumn** columns) const override {
210
36
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
36
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
36
    void check_input_columns_type(const IColumn** columns) const override {
210
36
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
36
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
54
    void check_input_columns_type(const IColumn** columns) const override {
210
54
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
54
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
39
    void check_input_columns_type(const IColumn** columns) const override {
210
39
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
36
    void check_input_columns_type(const IColumn** columns) const override {
210
36
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
36
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
36
    void check_input_columns_type(const IColumn** columns) const override {
210
36
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
36
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
36
    void check_input_columns_type(const IColumn** columns) const override {
210
36
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
36
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
36
    void check_input_columns_type(const IColumn** columns) const override {
210
36
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
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
209
72
    void check_input_columns_type(const IColumn** columns) const override {
210
72
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
72
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
72
    void check_input_columns_type(const IColumn** columns) const override {
210
72
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
72
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
71
    void check_input_columns_type(const IColumn** columns) const override {
210
71
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
71
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
1
    void check_input_columns_type(const IColumn** columns) const override {
210
1
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
        if constexpr (has_input_param) {
212
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
        }
214
1
    }
215
216
29
    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
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE5resetEPc
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_13PrimitiveTypeE42EEELb1EE5resetEPc
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE5resetEPc
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE5resetEPc
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE5resetEPc
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE5resetEPc
Line
Count
Source
216
26
    void reset(AggregateDataPtr place) const override { this->data(place).reset(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE5resetEPc
Line
Count
Source
216
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_13PrimitiveTypeE42EEELb0EE5resetEPc
217
218
    void merge(AggregateDataPtr __restrict place, ConstAggregateDataPtr rhs,
219
1.17k
               Arena&) const override {
220
1.17k
        this->data(place).merge(this->data(rhs));
221
1.17k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
6
               Arena&) const override {
220
6
        this->data(place).merge(this->data(rhs));
221
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
219
24
               Arena&) const override {
220
24
        this->data(place).merge(this->data(rhs));
221
24
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
7
               Arena&) const override {
220
7
        this->data(place).merge(this->data(rhs));
221
7
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
6
               Arena&) const override {
220
6
        this->data(place).merge(this->data(rhs));
221
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
69
               Arena&) const override {
220
69
        this->data(place).merge(this->data(rhs));
221
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
69
               Arena&) const override {
220
69
        this->data(place).merge(this->data(rhs));
221
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
198
               Arena&) const override {
220
198
        this->data(place).merge(this->data(rhs));
221
198
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
69
               Arena&) const override {
220
69
        this->data(place).merge(this->data(rhs));
221
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
68
               Arena&) const override {
220
68
        this->data(place).merge(this->data(rhs));
221
68
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
69
               Arena&) const override {
220
69
        this->data(place).merge(this->data(rhs));
221
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
69
               Arena&) const override {
220
69
        this->data(place).merge(this->data(rhs));
221
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
68
               Arena&) const override {
220
68
        this->data(place).merge(this->data(rhs));
221
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
219
137
               Arena&) const override {
220
137
        this->data(place).merge(this->data(rhs));
221
137
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
136
               Arena&) const override {
220
136
        this->data(place).merge(this->data(rhs));
221
136
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
136
               Arena&) const override {
220
136
        this->data(place).merge(this->data(rhs));
221
136
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
222
223
1.21k
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1.21k
        this->data(place).write(buf);
225
1.21k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
6
        this->data(place).write(buf);
225
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
7
        this->data(place).write(buf);
225
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
7
        this->data(place).write(buf);
225
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
7
        this->data(place).write(buf);
225
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
7
        this->data(place).write(buf);
225
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1
        this->data(place).write(buf);
225
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1
        this->data(place).write(buf);
225
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
6
        this->data(place).write(buf);
225
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
223
24
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
24
        this->data(place).write(buf);
225
24
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
7
        this->data(place).write(buf);
225
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
7
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
7
        this->data(place).write(buf);
225
7
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
6
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
6
        this->data(place).write(buf);
225
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
69
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
69
        this->data(place).write(buf);
225
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
69
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
69
        this->data(place).write(buf);
225
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
237
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
237
        this->data(place).write(buf);
225
237
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
69
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
69
        this->data(place).write(buf);
225
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
68
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
68
        this->data(place).write(buf);
225
68
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
69
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
69
        this->data(place).write(buf);
225
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
69
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
69
        this->data(place).write(buf);
225
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
68
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
68
        this->data(place).write(buf);
225
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
223
137
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
137
        this->data(place).write(buf);
225
137
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
136
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
136
        this->data(place).write(buf);
225
136
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
136
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
136
        this->data(place).write(buf);
225
136
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1
        this->data(place).write(buf);
225
1
    }
226
227
    void deserialize(AggregateDataPtr __restrict place, BufferReadable& buf,
228
1.17k
                     Arena&) const override {
229
1.17k
        this->data(place).read(buf);
230
1.17k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
6
                     Arena&) const override {
229
6
        this->data(place).read(buf);
230
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
228
24
                     Arena&) const override {
229
24
        this->data(place).read(buf);
230
24
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
7
                     Arena&) const override {
229
7
        this->data(place).read(buf);
230
7
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
6
                     Arena&) const override {
229
6
        this->data(place).read(buf);
230
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
69
                     Arena&) const override {
229
69
        this->data(place).read(buf);
230
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
69
                     Arena&) const override {
229
69
        this->data(place).read(buf);
230
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
198
                     Arena&) const override {
229
198
        this->data(place).read(buf);
230
198
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
69
                     Arena&) const override {
229
69
        this->data(place).read(buf);
230
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
69
                     Arena&) const override {
229
69
        this->data(place).read(buf);
230
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
69
                     Arena&) const override {
229
69
        this->data(place).read(buf);
230
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
69
                     Arena&) const override {
229
69
        this->data(place).read(buf);
230
69
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
68
                     Arena&) const override {
229
68
        this->data(place).read(buf);
230
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
228
137
                     Arena&) const override {
229
137
        this->data(place).read(buf);
230
137
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
136
                     Arena&) const override {
229
136
        this->data(place).read(buf);
230
136
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
136
                     Arena&) const override {
229
136
        this->data(place).read(buf);
230
136
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
231
232
701
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
701
        const std::string bucket_json = this->data(place).get(_argument_type);
234
701
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
701
                bucket_json.c_str(), bucket_json.length());
236
701
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
9
        const std::string bucket_json = this->data(place).get(_argument_type);
234
9
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
9
                bucket_json.c_str(), bucket_json.length());
236
9
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
9
        const std::string bucket_json = this->data(place).get(_argument_type);
234
9
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
9
                bucket_json.c_str(), bucket_json.length());
236
9
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
4
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
4
        const std::string bucket_json = this->data(place).get(_argument_type);
234
4
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
4
                bucket_json.c_str(), bucket_json.length());
236
4
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
9
        const std::string bucket_json = this->data(place).get(_argument_type);
234
9
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
9
                bucket_json.c_str(), bucket_json.length());
236
9
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
9
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
9
        const std::string bucket_json = this->data(place).get(_argument_type);
234
9
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
9
                bucket_json.c_str(), bucket_json.length());
236
9
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
7
        const std::string bucket_json = this->data(place).get(_argument_type);
234
7
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
7
                bucket_json.c_str(), bucket_json.length());
236
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
7
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
7
        const std::string bucket_json = this->data(place).get(_argument_type);
234
7
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
7
                bucket_json.c_str(), bucket_json.length());
236
7
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
12
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
12
        const std::string bucket_json = this->data(place).get(_argument_type);
234
12
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
12
                bucket_json.c_str(), bucket_json.length());
236
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
232
29
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
29
        const std::string bucket_json = this->data(place).get(_argument_type);
234
29
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
29
                bucket_json.c_str(), bucket_json.length());
236
29
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
14
        const std::string bucket_json = this->data(place).get(_argument_type);
234
14
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
14
                bucket_json.c_str(), bucket_json.length());
236
14
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
14
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
14
        const std::string bucket_json = this->data(place).get(_argument_type);
234
14
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
14
                bucket_json.c_str(), bucket_json.length());
236
14
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE18insert_result_intoEPKcRNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
2
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
2
        const std::string bucket_json = this->data(place).get(_argument_type);
234
2
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
2
                bucket_json.c_str(), bucket_json.length());
236
2
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
39
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
39
        const std::string bucket_json = this->data(place).get(_argument_type);
234
39
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
39
                bucket_json.c_str(), bucket_json.length());
236
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
39
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
39
        const std::string bucket_json = this->data(place).get(_argument_type);
234
39
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
39
                bucket_json.c_str(), bucket_json.length());
236
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
63
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
63
        const std::string bucket_json = this->data(place).get(_argument_type);
234
63
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
63
                bucket_json.c_str(), bucket_json.length());
236
63
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
56
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
56
        const std::string bucket_json = this->data(place).get(_argument_type);
234
56
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
56
                bucket_json.c_str(), bucket_json.length());
236
56
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
39
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
39
        const std::string bucket_json = this->data(place).get(_argument_type);
234
39
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
39
                bucket_json.c_str(), bucket_json.length());
236
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
39
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
39
        const std::string bucket_json = this->data(place).get(_argument_type);
234
39
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
39
                bucket_json.c_str(), bucket_json.length());
236
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
39
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
39
        const std::string bucket_json = this->data(place).get(_argument_type);
234
39
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
39
                bucket_json.c_str(), bucket_json.length());
236
39
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
37
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
37
        const std::string bucket_json = this->data(place).get(_argument_type);
234
37
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
37
                bucket_json.c_str(), bucket_json.length());
236
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
232
76
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
76
        const std::string bucket_json = this->data(place).get(_argument_type);
234
76
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
76
                bucket_json.c_str(), bucket_json.length());
236
76
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
74
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
74
        const std::string bucket_json = this->data(place).get(_argument_type);
234
74
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
74
                bucket_json.c_str(), bucket_json.length());
236
74
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
74
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
74
        const std::string bucket_json = this->data(place).get(_argument_type);
234
74
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
74
                bucket_json.c_str(), bucket_json.length());
236
74
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE18insert_result_intoEPKcRNS_7IColumnE
Line
Count
Source
232
1
    void insert_result_into(ConstAggregateDataPtr __restrict place, IColumn& to) const override {
233
1
        const std::string bucket_json = this->data(place).get(_argument_type);
234
1
        assert_cast<ColumnString&, TypeCheckOnRelease::DISABLE>(to).insert_data(
235
1
                bucket_json.c_str(), bucket_json.length());
236
1
    }
237
238
438
    void check_result_column_type(const IColumn& to) const override {
239
438
        IAggregateFunction::check_result_column_type(to);
240
438
        this->template check_result_column_type_as<ColumnString>(to);
241
438
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
6
    void check_result_column_type(const IColumn& to) const override {
239
6
        IAggregateFunction::check_result_column_type(to);
240
6
        this->template check_result_column_type_as<ColumnString>(to);
241
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
6
    void check_result_column_type(const IColumn& to) const override {
239
6
        IAggregateFunction::check_result_column_type(to);
240
6
        this->template check_result_column_type_as<ColumnString>(to);
241
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
2
    void check_result_column_type(const IColumn& to) const override {
239
2
        IAggregateFunction::check_result_column_type(to);
240
2
        this->template check_result_column_type_as<ColumnString>(to);
241
2
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
6
    void check_result_column_type(const IColumn& to) const override {
239
6
        IAggregateFunction::check_result_column_type(to);
240
6
        this->template check_result_column_type_as<ColumnString>(to);
241
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
6
    void check_result_column_type(const IColumn& to) const override {
239
6
        IAggregateFunction::check_result_column_type(to);
240
6
        this->template check_result_column_type_as<ColumnString>(to);
241
6
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
4
    void check_result_column_type(const IColumn& to) const override {
239
4
        IAggregateFunction::check_result_column_type(to);
240
4
        this->template check_result_column_type_as<ColumnString>(to);
241
4
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
4
    void check_result_column_type(const IColumn& to) const override {
239
4
        IAggregateFunction::check_result_column_type(to);
240
4
        this->template check_result_column_type_as<ColumnString>(to);
241
4
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
10
    void check_result_column_type(const IColumn& to) const override {
239
10
        IAggregateFunction::check_result_column_type(to);
240
10
        this->template check_result_column_type_as<ColumnString>(to);
241
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
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
10
    void check_result_column_type(const IColumn& to) const override {
239
10
        IAggregateFunction::check_result_column_type(to);
240
10
        this->template check_result_column_type_as<ColumnString>(to);
241
10
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
10
    void check_result_column_type(const IColumn& to) const override {
239
10
        IAggregateFunction::check_result_column_type(to);
240
10
        this->template check_result_column_type_as<ColumnString>(to);
241
10
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE24check_result_column_typeERKNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
2
    void check_result_column_type(const IColumn& to) const override {
239
2
        IAggregateFunction::check_result_column_type(to);
240
2
        this->template check_result_column_type_as<ColumnString>(to);
241
2
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
45
    void check_result_column_type(const IColumn& to) const override {
239
45
        IAggregateFunction::check_result_column_type(to);
240
45
        this->template check_result_column_type_as<ColumnString>(to);
241
45
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
26
    void check_result_column_type(const IColumn& to) const override {
239
26
        IAggregateFunction::check_result_column_type(to);
240
26
        this->template check_result_column_type_as<ColumnString>(to);
241
26
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE8EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE9EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
23
    void check_result_column_type(const IColumn& to) const override {
239
23
        IAggregateFunction::check_result_column_type(to);
240
23
        this->template check_result_column_type_as<ColumnString>(to);
241
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
238
47
    void check_result_column_type(const IColumn& to) const override {
239
47
        IAggregateFunction::check_result_column_type(to);
240
47
        this->template check_result_column_type_as<ColumnString>(to);
241
47
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
46
    void check_result_column_type(const IColumn& to) const override {
239
46
        IAggregateFunction::check_result_column_type(to);
240
46
        this->template check_result_column_type_as<ColumnString>(to);
241
46
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
46
    void check_result_column_type(const IColumn& to) const override {
239
46
        IAggregateFunction::check_result_column_type(to);
240
46
        this->template check_result_column_type_as<ColumnString>(to);
241
46
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb0EE24check_result_column_typeERKNS_7IColumnE
Line
Count
Source
238
1
    void check_result_column_type(const IColumn& to) const override {
239
1
        IAggregateFunction::check_result_column_type(to);
240
1
        this->template check_result_column_type_as<ColumnString>(to);
241
1
    }
242
243
private:
244
    DataTypePtr _argument_type;
245
};
246
247
} // namespace doris