Coverage Report

Created: 2026-07-09 14:03

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
346
    void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE14set_parametersEm
Line
Count
Source
51
359
    void set_parameters(size_t input_max_num_buckets) { max_num_buckets = input_max_num_buckets; }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE14set_parametersEm
Line
Count
Source
51
462
    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
140
            it->second = it->second + number;
60
2.26k
        } else {
61
2.26k
            ordered_map.insert({data, number});
62
2.26k
        }
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
126
            it->second = it->second + number;
69
3.55k
        } else {
70
3.55k
            ordered_map.insert({value, number});
71
3.55k
        }
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
13
            it->second = it->second + number;
69
13
        } else {
70
2
            ordered_map.insert({value, number});
71
2
        }
72
15
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE3addERKaRKm
Line
Count
Source
65
346
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
346
        auto it = ordered_map.find(value);
67
346
        if (it != ordered_map.end()) {
68
7
            it->second = it->second + number;
69
339
        } else {
70
339
            ordered_map.insert({value, number});
71
339
        }
72
346
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EE3addERKsRKm
Line
Count
Source
65
359
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
359
        auto it = ordered_map.find(value);
67
359
        if (it != ordered_map.end()) {
68
10
            it->second = it->second + number;
69
349
        } else {
70
349
            ordered_map.insert({value, number});
71
349
        }
72
359
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EE3addERKiRKm
Line
Count
Source
65
461
    void add(const typename PrimitiveTypeTraits<T>::CppType& value, const UInt64& number = 1) {
66
461
        auto it = ordered_map.find(value);
67
461
        if (it != ordered_map.end()) {
68
21
            it->second = it->second + number;
69
440
        } else {
70
440
            ordered_map.insert({value, number});
71
440
        }
72
461
    }
_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
10
            it->second = it->second + number;
69
352
        } else {
70
352
            ordered_map.insert({value, number});
71
352
        }
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
10
            it->second = it->second + number;
69
161
        } else {
70
161
            ordered_map.insert({value, number});
71
161
        }
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
21
            it->second = it->second + number;
69
458
        } else {
70
458
            ordered_map.insert({value, number});
71
458
        }
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
22
            it->second = it->second + number;
69
456
        } else {
70
456
            ordered_map.insert({value, number});
71
456
        }
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.09k
    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.09k
        if (!rhs.max_num_buckets) {
78
64
            return;
79
64
        }
80
81
1.03k
        max_num_buckets = rhs.max_num_buckets;
82
83
3.64k
        for (auto rhs_it : rhs.ordered_map) {
84
3.64k
            auto lhs_it = ordered_map.find(rhs_it.first);
85
3.64k
            if (lhs_it != ordered_map.end()) {
86
2.02k
                lhs_it->second += rhs_it.second;
87
2.02k
            } else {
88
1.62k
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
1.62k
            }
90
3.64k
        }
91
1.03k
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5mergeERKS2_
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5mergeERKS2_
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_13PrimitiveTypeE4EE5mergeERKS2_
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_13PrimitiveTypeE5EE5mergeERKS2_
Line
Count
Source
74
193
    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
193
        if (!rhs.max_num_buckets) {
78
13
            return;
79
13
        }
80
81
180
        max_num_buckets = rhs.max_num_buckets;
82
83
335
        for (auto rhs_it : rhs.ordered_map) {
84
335
            auto lhs_it = ordered_map.find(rhs_it.first);
85
335
            if (lhs_it != ordered_map.end()) {
86
161
                lhs_it->second += rhs_it.second;
87
174
            } else {
88
174
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
174
            }
90
335
        }
91
180
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5mergeERKS2_
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_13PrimitiveTypeE7EE5mergeERKS2_
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_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
68
    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
68
        if (!rhs.max_num_buckets) {
78
4
            return;
79
4
        }
80
81
64
        max_num_buckets = rhs.max_num_buckets;
82
83
120
        for (auto rhs_it : rhs.ordered_map) {
84
120
            auto lhs_it = ordered_map.find(rhs_it.first);
85
120
            if (lhs_it != ordered_map.end()) {
86
0
                lhs_it->second += rhs_it.second;
87
120
            } else {
88
120
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
120
            }
90
120
        }
91
64
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5mergeERKS2_
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5mergeERKS2_
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5mergeERKS2_
Line
Count
Source
74
138
    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
138
        if (!rhs.max_num_buckets) {
78
1
            return;
79
1
        }
80
81
137
        max_num_buckets = rhs.max_num_buckets;
82
83
1.19k
        for (auto rhs_it : rhs.ordered_map) {
84
1.19k
            auto lhs_it = ordered_map.find(rhs_it.first);
85
1.19k
            if (lhs_it != ordered_map.end()) {
86
1.06k
                lhs_it->second += rhs_it.second;
87
1.06k
            } else {
88
126
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
126
            }
90
1.19k
        }
91
137
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5mergeERKS2_
Line
Count
Source
74
137
    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
137
        if (!rhs.max_num_buckets) {
78
8
            return;
79
8
        }
80
81
129
        max_num_buckets = rhs.max_num_buckets;
82
83
340
        for (auto rhs_it : rhs.ordered_map) {
84
340
            auto lhs_it = ordered_map.find(rhs_it.first);
85
340
            if (lhs_it != ordered_map.end()) {
86
100
                lhs_it->second += rhs_it.second;
87
240
            } else {
88
240
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
240
            }
90
340
        }
91
129
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5mergeERKS2_
Line
Count
Source
74
137
    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
137
        if (!rhs.max_num_buckets) {
78
8
            return;
79
8
        }
80
81
129
        max_num_buckets = rhs.max_num_buckets;
82
83
340
        for (auto rhs_it : rhs.ordered_map) {
84
340
            auto lhs_it = ordered_map.find(rhs_it.first);
85
340
            if (lhs_it != ordered_map.end()) {
86
100
                lhs_it->second += rhs_it.second;
87
240
            } else {
88
240
                ordered_map.insert({rhs_it.first, rhs_it.second});
89
240
            }
90
340
        }
91
129
    }
_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.13k
    void write(BufferWritable& buf) const {
94
1.13k
        buf.write_binary(max_num_buckets);
95
1.13k
        auto element_number = (size_t)ordered_map.size();
96
1.13k
        buf.write_binary(element_number);
97
98
1.13k
        auto pair_vector = map_to_vector();
99
100
4.82k
        for (auto i = 0; i < element_number; i++) {
101
3.68k
            auto element = pair_vector[i];
102
3.68k
            buf.write_binary(element.second);
103
3.68k
            buf.write_binary(element.first);
104
3.68k
        }
105
1.13k
    }
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE5writeERNS_14BufferWritableE
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE5writeERNS_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_13PrimitiveTypeE4EE5writeERNS_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_13PrimitiveTypeE5EE5writeERNS_14BufferWritableE
Line
Count
Source
93
232
    void write(BufferWritable& buf) const {
94
232
        buf.write_binary(max_num_buckets);
95
232
        auto element_number = (size_t)ordered_map.size();
96
232
        buf.write_binary(element_number);
97
98
232
        auto pair_vector = map_to_vector();
99
100
606
        for (auto i = 0; i < element_number; i++) {
101
374
            auto element = pair_vector[i];
102
374
            buf.write_binary(element.second);
103
374
            buf.write_binary(element.first);
104
374
        }
105
232
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE5writeERNS_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_13PrimitiveTypeE7EE5writeERNS_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_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
68
    void write(BufferWritable& buf) const {
94
68
        buf.write_binary(max_num_buckets);
95
68
        auto element_number = (size_t)ordered_map.size();
96
68
        buf.write_binary(element_number);
97
98
68
        auto pair_vector = map_to_vector();
99
100
188
        for (auto i = 0; i < element_number; i++) {
101
120
            auto element = pair_vector[i];
102
120
            buf.write_binary(element.second);
103
120
            buf.write_binary(element.first);
104
120
        }
105
68
    }
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE5writeERNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE5writeERNS_14BufferWritableE
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE5writeERNS_14BufferWritableE
Line
Count
Source
93
138
    void write(BufferWritable& buf) const {
94
138
        buf.write_binary(max_num_buckets);
95
138
        auto element_number = (size_t)ordered_map.size();
96
138
        buf.write_binary(element_number);
97
98
138
        auto pair_vector = map_to_vector();
99
100
1.32k
        for (auto i = 0; i < element_number; i++) {
101
1.19k
            auto element = pair_vector[i];
102
1.19k
            buf.write_binary(element.second);
103
1.19k
            buf.write_binary(element.first);
104
1.19k
        }
105
138
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE5writeERNS_14BufferWritableE
Line
Count
Source
93
137
    void write(BufferWritable& buf) const {
94
137
        buf.write_binary(max_num_buckets);
95
137
        auto element_number = (size_t)ordered_map.size();
96
137
        buf.write_binary(element_number);
97
98
137
        auto pair_vector = map_to_vector();
99
100
477
        for (auto i = 0; i < element_number; i++) {
101
340
            auto element = pair_vector[i];
102
340
            buf.write_binary(element.second);
103
340
            buf.write_binary(element.first);
104
340
        }
105
137
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE5writeERNS_14BufferWritableE
Line
Count
Source
93
137
    void write(BufferWritable& buf) const {
94
137
        buf.write_binary(max_num_buckets);
95
137
        auto element_number = (size_t)ordered_map.size();
96
137
        buf.write_binary(element_number);
97
98
137
        auto pair_vector = map_to_vector();
99
100
477
        for (auto i = 0; i < element_number; i++) {
101
340
            auto element = pair_vector[i];
102
340
            buf.write_binary(element.second);
103
340
            buf.write_binary(element.first);
104
340
        }
105
137
    }
_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.09k
    void read(BufferReadable& buf) {
108
1.09k
        buf.read_binary(max_num_buckets);
109
110
1.09k
        size_t element_number = 0;
111
1.09k
        buf.read_binary(element_number);
112
113
1.09k
        ordered_map.clear();
114
1.09k
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
4.74k
        for (auto i = 0; i < element_number; i++) {
116
3.64k
            buf.read_binary(element.first);
117
3.64k
            buf.read_binary(element.second);
118
3.64k
            ordered_map.insert(element);
119
3.64k
        }
120
1.09k
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE4readERNS_14BufferReadableE
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE4readERNS_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_13PrimitiveTypeE4EE4readERNS_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_13PrimitiveTypeE5EE4readERNS_14BufferReadableE
Line
Count
Source
107
193
    void read(BufferReadable& buf) {
108
193
        buf.read_binary(max_num_buckets);
109
110
193
        size_t element_number = 0;
111
193
        buf.read_binary(element_number);
112
113
193
        ordered_map.clear();
114
193
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
528
        for (auto i = 0; i < element_number; i++) {
116
335
            buf.read_binary(element.first);
117
335
            buf.read_binary(element.second);
118
335
            ordered_map.insert(element);
119
335
        }
120
193
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE4readERNS_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_13PrimitiveTypeE7EE4readERNS_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_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
68
    void read(BufferReadable& buf) {
108
68
        buf.read_binary(max_num_buckets);
109
110
68
        size_t element_number = 0;
111
68
        buf.read_binary(element_number);
112
113
68
        ordered_map.clear();
114
68
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
188
        for (auto i = 0; i < element_number; i++) {
116
120
            buf.read_binary(element.first);
117
120
            buf.read_binary(element.second);
118
120
            ordered_map.insert(element);
119
120
        }
120
68
    }
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE29EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE30EE4readERNS_14BufferReadableE
Unexecuted instantiation: _ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE35EE4readERNS_14BufferReadableE
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE10EE4readERNS_14BufferReadableE
Line
Count
Source
107
138
    void read(BufferReadable& buf) {
108
138
        buf.read_binary(max_num_buckets);
109
110
138
        size_t element_number = 0;
111
138
        buf.read_binary(element_number);
112
113
138
        ordered_map.clear();
114
138
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
1.32k
        for (auto i = 0; i < element_number; i++) {
116
1.19k
            buf.read_binary(element.first);
117
1.19k
            buf.read_binary(element.second);
118
1.19k
            ordered_map.insert(element);
119
1.19k
        }
120
138
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE4readERNS_14BufferReadableE
Line
Count
Source
107
137
    void read(BufferReadable& buf) {
108
137
        buf.read_binary(max_num_buckets);
109
110
137
        size_t element_number = 0;
111
137
        buf.read_binary(element_number);
112
113
137
        ordered_map.clear();
114
137
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
477
        for (auto i = 0; i < element_number; i++) {
116
340
            buf.read_binary(element.first);
117
340
            buf.read_binary(element.second);
118
340
            ordered_map.insert(element);
119
340
        }
120
137
    }
_ZN5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE4readERNS_14BufferReadableE
Line
Count
Source
107
137
    void read(BufferReadable& buf) {
108
137
        buf.read_binary(max_num_buckets);
109
110
137
        size_t element_number = 0;
111
137
        buf.read_binary(element_number);
112
113
137
        ordered_map.clear();
114
137
        std::pair<typename PrimitiveTypeTraits<T>::CppType, size_t> element;
115
477
        for (auto i = 0; i < element_number; i++) {
116
340
            buf.read_binary(element.first);
117
340
            buf.read_binary(element.second);
118
340
            ordered_map.insert(element);
119
340
        }
120
137
    }
_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.13k
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
1.13k
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
3.68k
        for (auto it : ordered_map) {
153
3.68k
            pair_vector.emplace_back(it.second, it.first);
154
3.68k
        }
155
1.13k
        return pair_vector;
156
1.13k
    }
Unexecuted instantiation: _ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EE13map_to_vectorEv
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EE13map_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_13PrimitiveTypeE4EE13map_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_13PrimitiveTypeE5EE13map_to_vectorEv
Line
Count
Source
150
231
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
231
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
374
        for (auto it : ordered_map) {
153
374
            pair_vector.emplace_back(it.second, it.first);
154
374
        }
155
231
        return pair_vector;
156
231
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EE13map_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_13PrimitiveTypeE7EE13map_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_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
68
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
68
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
120
        for (auto it : ordered_map) {
153
120
            pair_vector.emplace_back(it.second, it.first);
154
120
        }
155
68
        return pair_vector;
156
68
    }
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
138
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
138
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
1.19k
        for (auto it : ordered_map) {
153
1.19k
            pair_vector.emplace_back(it.second, it.first);
154
1.19k
        }
155
138
        return pair_vector;
156
138
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EE13map_to_vectorEv
Line
Count
Source
150
137
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
137
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
340
        for (auto it : ordered_map) {
153
340
            pair_vector.emplace_back(it.second, it.first);
154
340
        }
155
137
        return pair_vector;
156
137
    }
_ZNK5doris30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EE13map_to_vectorEv
Line
Count
Source
150
137
    std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> map_to_vector() const {
151
137
        std::vector<std::pair<size_t, typename PrimitiveTypeTraits<T>::CppType>> pair_vector;
152
340
        for (auto it : ordered_map) {
153
340
            pair_vector.emplace_back(it.second, it.first);
154
340
        }
155
137
        return pair_vector;
156
137
    }
_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
692
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
692
                      argument_types_),
174
692
              _argument_type(argument_types_[0]) {}
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
7
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
7
                      argument_types_),
174
7
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
7
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
7
                      argument_types_),
174
7
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
3
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
3
                      argument_types_),
174
3
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
7
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
7
                      argument_types_),
174
7
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
7
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
7
                      argument_types_),
174
7
              _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
10
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
10
                      argument_types_),
174
10
              _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
24
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
24
                      argument_types_),
174
24
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
11
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
11
                      argument_types_),
174
11
              _argument_type(argument_types_[0]) {}
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
Line
Count
Source
172
11
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
11
                      argument_types_),
174
11
              _argument_type(argument_types_[0]) {}
Unexecuted instantiation: _ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EEC2ERKSt6vectorISt10shared_ptrIKNS_9IDataTypeEESaIS9_EE
_ZN5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EEC2ERKSt6vectorISt10shared_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]) {}
_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
335
            : IAggregateFunctionDataHelper<Data, AggregateFunctionHistogram<Data, has_input_param>>(
173
335
                      argument_types_),
174
335
              _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
37
    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
16
    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.49k
    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
29
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE15get_return_typeEv
Line
Count
Source
178
29
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE15get_return_typeEv
Line
Count
Source
178
10
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE15get_return_typeEv
Line
Count
Source
178
29
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE15get_return_typeEv
Line
Count
Source
178
29
    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
48
    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
107
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE15get_return_typeEv
Line
Count
Source
178
48
    DataTypePtr get_return_type() const override { return std::make_shared<DataTypeString>(); }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE15get_return_typeEv
Line
Count
Source
178
48
    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
10
    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
91
    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
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_13PrimitiveTypeE4EEELb0EE3addEPcPPKNS_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_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
612
    void check_input_columns_type(const IColumn** columns) const override {
210
612
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
612
        if constexpr (has_input_param) {
212
87
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
87
        }
214
612
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE24check_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_13PrimitiveTypeE4EEELb1EE24check_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_13PrimitiveTypeE5EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
2
    void check_input_columns_type(const IColumn** columns) const override {
210
2
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
2
        if constexpr (has_input_param) {
212
2
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
2
        }
214
2
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE24check_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_13PrimitiveTypeE7EEELb1EE24check_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_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
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
    }
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
23
    void check_input_columns_type(const IColumn** columns) const override {
210
23
        this->template check_argument_column_type<typename Data::ColVecType>(columns[0]);
211
23
        if constexpr (has_input_param) {
212
23
            this->template check_argument_column_type<ColumnInt32>(columns[1]);
213
23
        }
214
23
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE24check_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_13PrimitiveTypeE26EEELb1EE24check_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
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE24check_input_columns_typeEPPKNS_7IColumnE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
2
    void check_input_columns_type(const IColumn** columns) const override {
210
2
        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
2
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb0EE24check_input_columns_typeEPPKNS_7IColumnE
Line
Count
Source
209
35
    void check_input_columns_type(const IColumn** columns) const override {
210
35
        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
35
    }
_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
53
    void check_input_columns_type(const IColumn** columns) const override {
210
53
        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
53
    }
_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.09k
               Arena&) const override {
220
1.09k
        this->data(place).merge(this->data(rhs));
221
1.09k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE5mergeEPcPKcRNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_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
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE5mergeEPcPKcRNS_5ArenaE
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
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE5mergeEPcPKcRNS_5ArenaE
Line
Count
Source
219
1
               Arena&) const override {
220
1
        this->data(place).merge(this->data(rhs));
221
1
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE5mergeEPcPKcRNS_5ArenaE
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE5mergeEPcPKcRNS_5ArenaE
_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
192
               Arena&) const override {
220
192
        this->data(place).merge(this->data(rhs));
221
192
    }
_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
69
               Arena&) const override {
220
69
        this->data(place).merge(this->data(rhs));
221
69
    }
_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.13k
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1.13k
        this->data(place).write(buf);
225
1.13k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE9serializeEPKcRNS_14BufferWritableE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE9serializeEPKcRNS_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_13PrimitiveTypeE4EEELb1EE9serializeEPKcRNS_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_13PrimitiveTypeE5EEELb1EE9serializeEPKcRNS_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_13PrimitiveTypeE6EEELb1EE9serializeEPKcRNS_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_13PrimitiveTypeE7EEELb1EE9serializeEPKcRNS_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_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
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE9serializeEPKcRNS_14BufferWritableE
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
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1
        this->data(place).write(buf);
225
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE9serializeEPKcRNS_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_13PrimitiveTypeE26EEELb1EE9serializeEPKcRNS_14BufferWritableE
Line
Count
Source
223
1
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
1
        this->data(place).write(buf);
225
1
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE9serializeEPKcRNS_14BufferWritableE
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE9serializeEPKcRNS_14BufferWritableE
_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
231
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
231
        this->data(place).write(buf);
225
231
    }
_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
69
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
69
        this->data(place).write(buf);
225
69
    }
_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
135
    void serialize(ConstAggregateDataPtr __restrict place, BufferWritable& buf) const override {
224
135
        this->data(place).write(buf);
225
135
    }
_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.09k
                     Arena&) const override {
229
1.09k
        this->data(place).read(buf);
230
1.09k
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE3EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE4EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE5EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE6EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE7EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_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
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE28EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
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
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE25EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
_ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE26EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Line
Count
Source
228
1
                     Arena&) const override {
229
1
        this->data(place).read(buf);
230
1
    }
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE42EEELb1EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
Unexecuted instantiation: _ZNK5doris26AggregateFunctionHistogramINS_30AggregateFunctionHistogramDataILNS_13PrimitiveTypeE2EEELb0EE11deserializeEPcRNS_14BufferReadableERNS_5ArenaE
_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
192
                     Arena&) const override {
229
192
        this->data(place).read(buf);
230
192
    }
_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