Coverage Report

Created: 2026-07-28 06:28

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
be/src/exec/common/columns_hashing.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
// This file is copied from
18
// https://github.com/ClickHouse/ClickHouse/blob/master/src/Common/ColumnsHashing.h
19
// and modified by Doris
20
21
#pragma once
22
23
#include <memory>
24
#include <span>
25
#include <type_traits>
26
27
#include "core/arena.h"
28
#include "core/assert_cast.h"
29
#include "core/column/column_string.h"
30
#include "core/string_ref.h"
31
#include "exec/common/columns_hashing_impl.h"
32
#include "exec/common/hash_table/ph_hash_map.h"
33
#include "exprs/aggregate/aggregate_function.h"
34
#include "util/unaligned.h"
35
36
namespace doris {
37
38
using Sizes = std::vector<size_t>;
39
40
84.9k
inline Sizes get_key_sizes(const std::vector<DataTypePtr>& data_types) {
41
84.9k
    Sizes key_sizes;
42
243k
    for (const auto& data_type : data_types) {
43
243k
        key_sizes.emplace_back(data_type->get_size_of_value_in_memory() - data_type->is_nullable());
44
243k
    }
45
84.9k
    return key_sizes;
46
84.9k
}
47
48
namespace ColumnsHashing {
49
50
/// For the case when there is one numeric key.
51
/// UInt8/16/32/64 for any type with corresponding bit width.
52
template <typename Value, typename Mapped, typename FieldType>
53
struct HashMethodOneNumber
54
        : public columns_hashing_impl::HashMethodBase<HashMethodOneNumber<Value, Mapped, FieldType>,
55
                                                      Value, Mapped, false> {
56
    using Self = HashMethodOneNumber<Value, Mapped, FieldType>;
57
    using Base = columns_hashing_impl::HashMethodBase<Self, Value, Mapped, false>;
58
59
118k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKhlElhEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
10
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKalElaEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
24
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKslElsEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKilEliEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
6
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKllEllEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
3
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKnlElnEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
2
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKflElfEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKdlEldEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm256EiEElElS5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKNS_16VecDateTimeValueElElS3_EC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKNS_11DateV2ValueINS_15DateV2ValueTypeEEElElS5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
59
2
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKNS_11DateV2ValueINS_19DateTimeV2ValueTypeEEElElS5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
59
5
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKNS_16TimestampTzValueElElS3_EC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKjlEljEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
1
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKolEloEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
1
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKhPcES4_hEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
3.21k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKtPcES4_tEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
739
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKjPcES4_jEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
20.0k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKmPcES4_mEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
9.58k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES7_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
59
427
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES7_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
59
8
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKhPNS_15PartitionBlocksEES5_hEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
59
4
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKtPNS_15PartitionBlocksEES5_tEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
59
12
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKjPNS_15PartitionBlocksEES5_jEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
59
94
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKmPNS_15PartitionBlocksEES5_mEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
59
265
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPNS_15PartitionBlocksEES8_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISE_EE
Line
Count
Source
59
4
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPNS_15PartitionBlocksEES8_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISE_EE
Line
Count
Source
59
4
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKhNS_14RowRefWithFlagEES4_hEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
21
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKtNS_14RowRefWithFlagEES4_tEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
13
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKjNS_14RowRefWithFlagEES4_jEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
494
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKmNS_14RowRefWithFlagEES4_mEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
52
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES7_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
59
10
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES7_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKhjEjhEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
260
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKtjEjtEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
130
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKjjEjjEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
608
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKmjEjmEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
414
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEjEjS5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
59
260
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEjEjS5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
_ZN5doris14ColumnsHashing19HashMethodOneNumberIvvhEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
59
737
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIvvtEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
59
172
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIvvjEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
59
2.19k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIvvmEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
59
26.0k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIvvN4wide7integerILm128EjEEEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
345
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIvvN4wide7integerILm256EjEEEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
59
2
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIPvS2_hEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
59
1.21k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIPvS2_tEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
59
893
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIPvS2_jEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
59
44.3k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIPvS2_mEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
59
5.65k
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIPvS2_N4wide7integerILm128EjEEEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
190
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodOneNumberIPvS2_N4wide7integerILm256EjEEEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
59
14
    HashMethodOneNumber(const ColumnRawPtrs& key_columns) {}
60
61
    using Base::find_key_with_hash;
62
};
63
64
/// For the case when there is one string key.
65
template <typename Value, typename Mapped, bool place_string_to_arena = true>
66
struct HashMethodString
67
        : public columns_hashing_impl::HashMethodBase<
68
                  HashMethodString<Value, Mapped, place_string_to_arena>, Value, Mapped, false> {
69
    using Self = HashMethodString<Value, Mapped, place_string_to_arena>;
70
    using Base = columns_hashing_impl::HashMethodBase<Self, Value, Mapped, false>;
71
72
8.13k
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringISt4pairIKNS_9StringRefElElLb1EEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
72
5
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringINS_10PairNoInitINS_9StringRefEPcEES4_Lb1EEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
72
5.30k
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringISt4pairIKNS_9StringRefEPcES5_Lb1EEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
72
120
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringINS_10PairNoInitINS_9StringRefEPNS_15PartitionBlocksEEES5_Lb1EEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
72
15
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES5_Lb1EEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
72
89
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringINS_10PairNoInitINS_9StringRefEjEEjLb1EEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
72
141
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringIvvLb1EEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
72
1.35k
    HashMethodString(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing16HashMethodStringIPvS2_Lb1EEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
72
1.09k
    HashMethodString(const ColumnRawPtrs& key_columns) {}
73
74
protected:
75
    friend class columns_hashing_impl::HashMethodBase<Self, Value, Mapped, false>;
76
};
77
78
/** Hash by concatenating serialized key values.
79
  * The serialized value differs in that it uniquely allows to deserialize it, having only the position with which it starts.
80
  * That is, for example, for strings, it contains first the serialized length of the string, and then the bytes.
81
  * Therefore, when aggregating by several strings, there is no ambiguity.
82
  */
83
template <typename Value, typename Mapped>
84
struct HashMethodSerialized
85
        : public columns_hashing_impl::HashMethodBase<HashMethodSerialized<Value, Mapped>, Value,
86
                                                      Mapped, false> {
87
    using Self = HashMethodSerialized<Value, Mapped>;
88
    using Base = columns_hashing_impl::HashMethodBase<Self, Value, Mapped, false>;
89
90
25.6k
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedISt4pairIKNS_9StringRefElElEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
90
24
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedISt4pairIKNS_9StringRefEPcES5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
90
20.2k
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedISt4pairIKNS_9StringRefEPNS_15PartitionBlocksEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
90
7
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
90
1.74k
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedINS_10PairNoInitINS_9StringRefEjEEjEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
90
32
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedIvvEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
90
3.39k
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing20HashMethodSerializedIPvS2_EC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
90
260
    HashMethodSerialized(const ColumnRawPtrs& key_columns) {}
91
92
protected:
93
    friend class columns_hashing_impl::HashMethodBase<Self, Value, Mapped, false>;
94
};
95
96
/// For the case when all keys are of fixed length, and they fit in N (for example, 128) bits.
97
template <typename Value, typename Key, typename Mapped>
98
struct HashMethodKeysFixed
99
        : public columns_hashing_impl::HashMethodBase<HashMethodKeysFixed<Value, Key, Mapped>,
100
                                                      Value, Mapped, false> {
101
    using Self = HashMethodKeysFixed<Value, Key, Mapped>;
102
    using BaseHashed = columns_hashing_impl::HashMethodBase<Self, Value, Mapped, false>;
103
104
15.0k
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKmPcEmS4_EC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
104
889
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt72EPcES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
630
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt96EPcES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
975
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt104EPcES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
581
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm128EjEEPcES5_S7_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
104
622
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt136EPcES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
1.76k
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm256EjEEPcES5_S7_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
104
1.16k
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKmPNS_15PartitionBlocksEEmS5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
4
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt72EPNS_15PartitionBlocksEES3_S6_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
104
3
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt96EPNS_15PartitionBlocksEES3_S6_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt104EPNS_15PartitionBlocksEES3_S6_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm128EjEEPNS_15PartitionBlocksEES5_S8_EC2ERKSt6vectorIPKNS_7IColumnESaISE_EE
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt136EPNS_15PartitionBlocksEES3_S6_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
104
4
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm256EjEEPNS_15PartitionBlocksEES5_S8_EC2ERKSt6vectorIPKNS_7IColumnESaISE_EE
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKmNS_14RowRefWithFlagEEmS4_EC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
104
15
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt72ENS_14RowRefWithFlagEES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
233
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt96ENS_14RowRefWithFlagEES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
6
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt104ENS_14RowRefWithFlagEES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
4
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES5_S7_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES5_S7_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
104
4
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt136ENS_14RowRefWithFlagEES3_S5_EC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
104
54
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKmjEmjEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
104
6
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt72EjES3_jEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
_ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_6UInt96EjES3_jEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
104
4
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt104EjES3_jEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm128EjEEjES5_jEC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKNS_7UInt136EjES3_jEC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedISt4pairIKN4wide7integerILm256EjEEjES5_jEC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvmvEC2ERKSt6vectorIPKNS_7IColumnESaIS6_EE
Line
Count
Source
104
351
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvNS_6UInt72EvEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
104
927
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvNS_6UInt96EvEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
104
19
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvNS_7UInt104EvEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
104
324
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvN4wide7integerILm128EjEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
104
267
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvNS_7UInt136EvEC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
104
785
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIvN4wide7integerILm256EjEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS9_EE
Line
Count
Source
104
1.04k
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvmS2_EC2ERKSt6vectorIPKNS_7IColumnESaIS7_EE
Line
Count
Source
104
4.15k
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvNS_6UInt72ES2_EC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
104
35
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvNS_6UInt96ES2_EC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
104
51
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvNS_7UInt104ES2_EC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
104
27
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvN4wide7integerILm128EjEES2_EC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
104
39
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvNS_7UInt136ES2_EC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
_ZN5doris14ColumnsHashing19HashMethodKeysFixedIPvN4wide7integerILm256EjEES2_EC2ERKSt6vectorIPKNS_7IColumnESaISA_EE
Line
Count
Source
104
24
    HashMethodKeysFixed(const ColumnRawPtrs& key_columns) {}
105
};
106
107
template <typename SingleColumnMethod, typename Mapped>
108
struct HashMethodSingleLowNullableColumn : public SingleColumnMethod {
109
    using Base = SingleColumnMethod;
110
111
    static constexpr bool has_mapped = !std::is_same<Mapped, void>::value;
112
    using FindResult = columns_hashing_impl::FindResultImpl<Mapped>;
113
114
    const ColumnNullable* key_column;
115
116
59.0k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
59.0k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
59.0k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
59.0k
        return {nested_col};
120
59.0k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringIvvLb1EEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
1.22k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
1.22k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
1.22k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
1.22k
        return {nested_col};
120
1.22k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm256EjEEEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
2
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
2
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
2
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
2
        return {nested_col};
120
2
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm128EjEEEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
333
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
333
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
333
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
333
        return {nested_col};
120
333
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvmEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
25.6k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
25.6k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
25.6k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
25.6k
        return {nested_col};
120
25.6k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvjEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
1.86k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
1.86k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
1.86k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
1.86k
        return {nested_col};
120
1.86k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvtEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
170
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
170
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
170
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
170
        return {nested_col};
120
170
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvhEEvE17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
695
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
695
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
695
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
695
        return {nested_col};
120
695
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
2.40k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
2.40k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
2.40k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
2.40k
        return {nested_col};
120
2.40k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
611
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
611
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
611
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
611
        return {nested_col};
120
611
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
14.1k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
14.1k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
14.1k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
14.1k
        return {nested_col};
120
14.1k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
6.94k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
6.94k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
6.94k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
6.94k
        return {nested_col};
120
6.94k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
232
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
232
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
232
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
232
        return {nested_col};
120
232
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
8
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
8
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
8
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
8
        return {nested_col};
120
8
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringINS_10PairNoInitINS_9StringRefEPcEES5_Lb1EEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
4.05k
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
4.05k
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
4.05k
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
4.05k
        return {nested_col};
120
4.05k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefEPcES6_Lb1EEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
10
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
10
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
10
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
10
        return {nested_col};
120
10
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPNS_15PartitionBlocksEES6_hEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
4
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
4
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
4
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
4
        return {nested_col};
120
4
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPNS_15PartitionBlocksEES6_tEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
12
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
12
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
12
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
12
        return {nested_col};
120
12
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPNS_15PartitionBlocksEES6_jEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
88
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
88
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
88
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
88
        return {nested_col};
120
88
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPNS_15PartitionBlocksEES6_mEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
163
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
163
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
163
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
163
        return {nested_col};
120
163
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPNS_15PartitionBlocksEES9_S6_EES9_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
4
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
4
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
4
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
4
        return {nested_col};
120
4
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPNS_15PartitionBlocksEES9_S6_EES9_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
4
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
4
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
4
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
4
        return {nested_col};
120
4
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringINS_10PairNoInitINS_9StringRefEPNS_15PartitionBlocksEEES6_Lb1EEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
10
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
10
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
10
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
10
        return {nested_col};
120
10
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES6_Lb1EEES6_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
54
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
54
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
54
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
54
        return {nested_col};
120
54
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhNS_14RowRefWithFlagEES5_hEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
19
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
19
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
19
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
19
        return {nested_col};
120
19
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtNS_14RowRefWithFlagEES5_tEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
8
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
8
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
8
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
8
        return {nested_col};
120
8
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjNS_14RowRefWithFlagEES5_jEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
300
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
300
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
300
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
300
        return {nested_col};
120
300
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmNS_14RowRefWithFlagEES5_mEES5_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
26
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
26
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
26
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
26
        return {nested_col};
120
26
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES8_S6_EES8_E17get_nested_columnEPKNS_7IColumnE
Line
Count
Source
116
10
    static ColumnRawPtrs get_nested_column(const IColumn* col) {
117
10
        const auto* nullable = assert_cast<const ColumnNullable*>(col);
118
10
        const auto* const nested_col = nullable->get_nested_column_ptr().get();
119
10
        return {nested_col};
120
10
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES8_S6_EES8_E17get_nested_columnEPKNS_7IColumnE
121
122
    HashMethodSingleLowNullableColumn(const ColumnRawPtrs& key_columns_nullable)
123
59.0k
            : Base(get_nested_column(key_columns_nullable[0])),
124
59.0k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
2.40k
            : Base(get_nested_column(key_columns_nullable[0])),
124
2.40k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
611
            : Base(get_nested_column(key_columns_nullable[0])),
124
611
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
14.1k
            : Base(get_nested_column(key_columns_nullable[0])),
124
14.1k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
6.94k
            : Base(get_nested_column(key_columns_nullable[0])),
124
6.94k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_EC2ERKSt6vectorIPKNS_7IColumnESaISF_EE
Line
Count
Source
123
232
            : Base(get_nested_column(key_columns_nullable[0])),
124
232
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_EC2ERKSt6vectorIPKNS_7IColumnESaISF_EE
Line
Count
Source
123
8
            : Base(get_nested_column(key_columns_nullable[0])),
124
8
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringINS_10PairNoInitINS_9StringRefEPcEES5_Lb1EEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
4.05k
            : Base(get_nested_column(key_columns_nullable[0])),
124
4.05k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefEPcES6_Lb1EEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
10
            : Base(get_nested_column(key_columns_nullable[0])),
124
10
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPNS_15PartitionBlocksEES6_hEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
4
            : Base(get_nested_column(key_columns_nullable[0])),
124
4
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPNS_15PartitionBlocksEES6_tEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
12
            : Base(get_nested_column(key_columns_nullable[0])),
124
12
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPNS_15PartitionBlocksEES6_jEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
88
            : Base(get_nested_column(key_columns_nullable[0])),
124
88
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPNS_15PartitionBlocksEES6_mEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
163
            : Base(get_nested_column(key_columns_nullable[0])),
124
163
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPNS_15PartitionBlocksEES9_S6_EES9_EC2ERKSt6vectorIPKNS_7IColumnESaISG_EE
Line
Count
Source
123
4
            : Base(get_nested_column(key_columns_nullable[0])),
124
4
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPNS_15PartitionBlocksEES9_S6_EES9_EC2ERKSt6vectorIPKNS_7IColumnESaISG_EE
Line
Count
Source
123
4
            : Base(get_nested_column(key_columns_nullable[0])),
124
4
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringINS_10PairNoInitINS_9StringRefEPNS_15PartitionBlocksEEES6_Lb1EEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
10
            : Base(get_nested_column(key_columns_nullable[0])),
124
10
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES6_Lb1EEES6_EC2ERKSt6vectorIPKNS_7IColumnESaISD_EE
Line
Count
Source
123
54
            : Base(get_nested_column(key_columns_nullable[0])),
124
54
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhNS_14RowRefWithFlagEES5_hEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
19
            : Base(get_nested_column(key_columns_nullable[0])),
124
19
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtNS_14RowRefWithFlagEES5_tEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
8
            : Base(get_nested_column(key_columns_nullable[0])),
124
8
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjNS_14RowRefWithFlagEES5_jEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
301
            : Base(get_nested_column(key_columns_nullable[0])),
124
301
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmNS_14RowRefWithFlagEES5_mEES5_EC2ERKSt6vectorIPKNS_7IColumnESaISC_EE
Line
Count
Source
123
26
            : Base(get_nested_column(key_columns_nullable[0])),
124
26
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES8_S6_EES8_EC2ERKSt6vectorIPKNS_7IColumnESaISF_EE
Line
Count
Source
123
10
            : Base(get_nested_column(key_columns_nullable[0])),
124
10
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES8_S6_EES8_EC2ERKSt6vectorIPKNS_7IColumnESaISF_EE
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvhEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
123
695
            : Base(get_nested_column(key_columns_nullable[0])),
124
695
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvtEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
123
170
            : Base(get_nested_column(key_columns_nullable[0])),
124
170
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvjEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
123
1.86k
            : Base(get_nested_column(key_columns_nullable[0])),
124
1.86k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvmEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
123
25.6k
            : Base(get_nested_column(key_columns_nullable[0])),
124
25.6k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm128EjEEEEvEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
123
333
            : Base(get_nested_column(key_columns_nullable[0])),
124
333
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm256EjEEEEvEC2ERKSt6vectorIPKNS_7IColumnESaISB_EE
Line
Count
Source
123
2
            : Base(get_nested_column(key_columns_nullable[0])),
124
2
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringIvvLb1EEEvEC2ERKSt6vectorIPKNS_7IColumnESaIS8_EE
Line
Count
Source
123
1.22k
            : Base(get_nested_column(key_columns_nullable[0])),
124
1.22k
              key_column(assert_cast<const ColumnNullable*>(key_columns_nullable[0])) {}
125
126
    template <typename Data, typename Func, typename CreatorForNull, typename KeyHolder>
127
    ALWAYS_INLINE Mapped* lazy_emplace_key(Data& data, size_t row, KeyHolder&& key,
128
                                           size_t hash_value, Func&& f,
129
18.9M
                                           CreatorForNull&& null_creator) {
130
18.9M
        if (key_column->is_null_at(row)) {
131
12.0k
            if constexpr (std::is_same_v<Mapped, void>) {
132
938
                if (!data.has_null_key_data()) {
133
366
                    std::forward<CreatorForNull>(null_creator)();
134
366
                    data.has_null_key_data() = true;
135
366
                }
136
938
                return nullptr;
137
11.1k
            } else {
138
11.1k
                if (!data.has_null_key_data()) {
139
1.61k
                    std::forward<CreatorForNull>(null_creator)(
140
1.61k
                            data.template get_null_key_data<Mapped>());
141
1.61k
                    data.has_null_key_data() = true;
142
1.61k
                }
143
11.1k
                return &data.template get_null_key_data<Mapped>();
144
11.1k
            }
145
12.0k
        }
146
0
        typename Data::LookupResult it;
147
18.9M
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
18.9M
        return lookup_result_get_mapped(it);
149
18.9M
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringIvvLb1EEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetINS_9StringRefE11DefaultHashIS8_vEEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_19MethodStringNoCacheISC_EEEEEEvSJ_EUlRKSI_RT0_RT1_E_RZZNSD_13emplace_blockESF_SH_ENKSL_ISP_EEvSJ_EUlvE_RS8_EEPvSJ_mOT2_mOSS_OSU_
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm256EjEEEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIS5_9HashCRC32IS5_EEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS5_SE_EEEEEEvSL_EUlRKSK_RT0_RT1_E_RZZNSF_13emplace_blockESH_SJ_ENKSN_ISR_EEvSL_EUlvE_RS5_EEPvSL_mOT2_mOSU_OSW_
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm128EjEEEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIS5_9HashCRC32IS5_EEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS5_SE_EEEEEEvSL_EUlRKSK_RT0_RT1_E_RZZNSF_13emplace_blockESH_SJ_ENKSN_ISR_EEvSL_EUlvE_RS5_EEPvSL_mOT2_mOSU_OSW_
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvmEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIm14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSD_EEEEEEvSK_EUlRKSJ_RT0_RT1_E_RZZNSE_13emplace_blockESG_SI_ENKSM_ISQ_EEvSK_EUlvE_RmEEPvSK_mOT2_mOST_OSV_
Line
Count
Source
129
94
                                           CreatorForNull&& null_creator) {
130
94
        if (key_column->is_null_at(row)) {
131
0
            if constexpr (std::is_same_v<Mapped, void>) {
132
0
                if (!data.has_null_key_data()) {
133
0
                    std::forward<CreatorForNull>(null_creator)();
134
0
                    data.has_null_key_data() = true;
135
0
                }
136
0
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
94
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
94
        return lookup_result_get_mapped(it);
149
94
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvjEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIj14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSD_EEEEEEvSK_EUlRKSJ_RT0_RT1_E_RZZNSE_13emplace_blockESG_SI_ENKSM_ISQ_EEvSK_EUlvE_RjEEPvSK_mOT2_mOST_OSV_
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvmEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIm9HashCRC32ImEEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSB_EEEEEEvSI_EUlRKSH_RT0_RT1_E_RZZNSC_13emplace_blockESE_SG_ENKSK_ISO_EEvSI_EUlvE_RmEEPvSI_mOT2_mOSR_OST_
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvjEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIj9HashCRC32IjEEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSB_EEEEEEvSI_EUlRKSH_RT0_RT1_E_RZZNSC_13emplace_blockESE_SG_ENKSK_ISO_EEvSI_EUlvE_RjEEPvSI_mOT2_mOSR_OST_
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvtEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIt9HashCRC32ItEEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSB_EEEEEEvSI_EUlRKSH_RT0_RT1_E_RZZNSC_13emplace_blockESE_SG_ENKSK_ISO_EEvSI_EUlvE_RtEEPvSI_mOT2_mOSR_OST_
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvhEEvE16lazy_emplace_keyINS_15DataWithNullKeyI21SmallFixedSizeHashSetIhEEERZZNS_17RecCTESharedState13emplace_blockEPNS_12RuntimeStateEONS_5BlockEENKUlRT_E_clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhS9_EEEEEEvSG_EUlRKSF_RT0_RT1_E_RZZNSA_13emplace_blockESC_SE_ENKSI_ISM_EEvSG_EUlvE_RhEEPvSG_mOT2_mOSP_OSR_
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RhEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
21.2k
                                           CreatorForNull&& null_creator) {
130
21.2k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2.00k
            } else {
138
2.00k
                if (!data.has_null_key_data()) {
139
503
                    std::forward<CreatorForNull>(null_creator)(
140
503
                            data.template get_null_key_data<Mapped>());
141
503
                    data.has_null_key_data() = true;
142
503
                }
143
2.00k
                return &data.template get_null_key_data<Mapped>();
144
2.00k
            }
145
2.00k
        }
146
0
        typename Data::LookupResult it;
147
21.2k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
21.2k
        return lookup_result_get_mapped(it);
149
21.2k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RtEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
8.50k
                                           CreatorForNull&& null_creator) {
130
8.50k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
736
            } else {
138
736
                if (!data.has_null_key_data()) {
139
20
                    std::forward<CreatorForNull>(null_creator)(
140
20
                            data.template get_null_key_data<Mapped>());
141
20
                    data.has_null_key_data() = true;
142
20
                }
143
736
                return &data.template get_null_key_data<Mapped>();
144
736
            }
145
736
        }
146
0
        typename Data::LookupResult it;
147
8.50k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
8.50k
        return lookup_result_get_mapped(it);
149
8.50k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RjEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
20.2k
                                           CreatorForNull&& null_creator) {
130
20.2k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
53
            } else {
138
53
                if (!data.has_null_key_data()) {
139
28
                    std::forward<CreatorForNull>(null_creator)(
140
28
                            data.template get_null_key_data<Mapped>());
141
28
                    data.has_null_key_data() = true;
142
28
                }
143
53
                return &data.template get_null_key_data<Mapped>();
144
53
            }
145
53
        }
146
0
        typename Data::LookupResult it;
147
20.2k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
20.2k
        return lookup_result_get_mapped(it);
149
20.2k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RmEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
196k
                                           CreatorForNull&& null_creator) {
130
196k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
83
            } else {
138
83
                if (!data.has_null_key_data()) {
139
49
                    std::forward<CreatorForNull>(null_creator)(
140
49
                            data.template get_null_key_data<Mapped>());
141
49
                    data.has_null_key_data() = true;
142
49
                }
143
83
                return &data.template get_null_key_data<Mapped>();
144
83
            }
145
83
        }
146
0
        typename Data::LookupResult it;
147
196k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
196k
        return lookup_result_get_mapped(it);
149
196k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RjEESJ_SY_mOT2_mOS11_OS13_
Line
Count
Source
129
2.40M
                                           CreatorForNull&& null_creator) {
130
2.40M
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2.68k
            } else {
138
2.68k
                if (!data.has_null_key_data()) {
139
426
                    std::forward<CreatorForNull>(null_creator)(
140
426
                            data.template get_null_key_data<Mapped>());
141
426
                    data.has_null_key_data() = true;
142
426
                }
143
2.68k
                return &data.template get_null_key_data<Mapped>();
144
2.68k
            }
145
2.68k
        }
146
0
        typename Data::LookupResult it;
147
2.40M
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
2.40M
        return lookup_result_get_mapped(it);
149
2.40M
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RmEESJ_SY_mOT2_mOS11_OS13_
Line
Count
Source
129
241k
                                           CreatorForNull&& null_creator) {
130
241k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
4.56k
            } else {
138
4.56k
                if (!data.has_null_key_data()) {
139
153
                    std::forward<CreatorForNull>(null_creator)(
140
153
                            data.template get_null_key_data<Mapped>());
141
153
                    data.has_null_key_data() = true;
142
153
                }
143
4.56k
                return &data.template get_null_key_data<Mapped>();
144
4.56k
            }
145
4.56k
        }
146
0
        typename Data::LookupResult it;
147
241k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
241k
        return lookup_result_get_mapped(it);
149
241k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
Line
Count
Source
129
249
                                           CreatorForNull&& null_creator) {
130
249
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
13
            } else {
138
13
                if (!data.has_null_key_data()) {
139
6
                    std::forward<CreatorForNull>(null_creator)(
140
6
                            data.template get_null_key_data<Mapped>());
141
6
                    data.has_null_key_data() = true;
142
6
                }
143
13
                return &data.template get_null_key_data<Mapped>();
144
13
            }
145
13
        }
146
0
        typename Data::LookupResult it;
147
249
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
249
        return lookup_result_get_mapped(it);
149
249
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
Line
Count
Source
129
6
                                           CreatorForNull&& null_creator) {
130
6
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
6
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
6
        return lookup_result_get_mapped(it);
149
6
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RhEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
14
                                           CreatorForNull&& null_creator) {
130
14
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
1
            } else {
138
1
                if (!data.has_null_key_data()) {
139
1
                    std::forward<CreatorForNull>(null_creator)(
140
1
                            data.template get_null_key_data<Mapped>());
141
1
                    data.has_null_key_data() = true;
142
1
                }
143
1
                return &data.template get_null_key_data<Mapped>();
144
1
            }
145
1
        }
146
0
        typename Data::LookupResult it;
147
14
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
14
        return lookup_result_get_mapped(it);
149
14
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RtEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
2
                                           CreatorForNull&& null_creator) {
130
2
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
2
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
2
        return lookup_result_get_mapped(it);
149
2
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RjEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
5.40k
                                           CreatorForNull&& null_creator) {
130
5.40k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
5.40k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
5.40k
        return lookup_result_get_mapped(it);
149
5.40k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RmEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
54
                                           CreatorForNull&& null_creator) {
130
54
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
28
            } else {
138
28
                if (!data.has_null_key_data()) {
139
4
                    std::forward<CreatorForNull>(null_creator)(
140
4
                            data.template get_null_key_data<Mapped>());
141
4
                    data.has_null_key_data() = true;
142
4
                }
143
28
                return &data.template get_null_key_data<Mapped>();
144
28
            }
145
28
        }
146
0
        typename Data::LookupResult it;
147
54
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
54
        return lookup_result_get_mapped(it);
149
54
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSI_37_emplace_into_hash_table_inline_countESP_jENKSR_ISV_EEvSX_EUlSX_E_RjEEPS5_SX_mOT2_mOS10_OS12_
Line
Count
Source
129
13
                                           CreatorForNull&& null_creator) {
130
13
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
13
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
13
        return lookup_result_get_mapped(it);
149
13
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSI_37_emplace_into_hash_table_inline_countESP_jENKSR_ISV_EEvSX_EUlSX_E_RmEEPS5_SX_mOT2_mOS10_OS12_
Line
Count
Source
129
151
                                           CreatorForNull&& null_creator) {
130
151
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
3
            } else {
138
3
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
3
                return &data.template get_null_key_data<Mapped>();
144
3
            }
145
3
        }
146
0
        typename Data::LookupResult it;
147
151
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
151
        return lookup_result_get_mapped(it);
149
151
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSJ_37_emplace_into_hash_table_inline_countESQ_jENKSS_ISW_EEvSY_EUlSY_E_RS6_EEPS8_SY_mOT2_mOS11_OS13_
Line
Count
Source
129
5
                                           CreatorForNull&& null_creator) {
130
5
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
1
            } else {
138
1
                if (!data.has_null_key_data()) {
139
1
                    std::forward<CreatorForNull>(null_creator)(
140
1
                            data.template get_null_key_data<Mapped>());
141
1
                    data.has_null_key_data() = true;
142
1
                }
143
1
                return &data.template get_null_key_data<Mapped>();
144
1
            }
145
1
        }
146
0
        typename Data::LookupResult it;
147
5
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
5
        return lookup_result_get_mapped(it);
149
5
    }
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSJ_37_emplace_into_hash_table_inline_countESQ_jENKSS_ISW_EEvSY_EUlSY_E_RS6_EEPS8_SY_mOT2_mOS11_OS13_
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EESK_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_35_merge_into_hash_table_inline_countESN_SK_jENKSP_IST_EEvSV_EUlSV_E_RhEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
79
                                           CreatorForNull&& null_creator) {
130
79
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
7
            } else {
138
7
                if (!data.has_null_key_data()) {
139
7
                    std::forward<CreatorForNull>(null_creator)(
140
7
                            data.template get_null_key_data<Mapped>());
141
7
                    data.has_null_key_data() = true;
142
7
                }
143
7
                return &data.template get_null_key_data<Mapped>();
144
7
            }
145
7
        }
146
0
        typename Data::LookupResult it;
147
79
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
79
        return lookup_result_get_mapped(it);
149
79
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EESK_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_35_merge_into_hash_table_inline_countESN_SK_jENKSP_IST_EEvSV_EUlSV_E_RtEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
9
                                           CreatorForNull&& null_creator) {
130
9
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
9
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
9
        return lookup_result_get_mapped(it);
149
9
    }
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EESK_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_35_merge_into_hash_table_inline_countESN_SK_jENKSP_IST_EEvSV_EUlSV_E_RjEEPS5_SV_mOT2_mOSY_OS10_
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EESK_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_35_merge_into_hash_table_inline_countESN_SK_jENKSP_IST_EEvSV_EUlSV_E_RmEEPS5_SV_mOT2_mOSY_OS10_
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISM_EESM_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSI_35_merge_into_hash_table_inline_countESP_SM_jENKSR_ISV_EEvSX_EUlSX_E_RjEEPS5_SX_mOT2_mOS10_OS12_
Line
Count
Source
129
2.29k
                                           CreatorForNull&& null_creator) {
130
2.29k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
44
            } else {
138
44
                if (!data.has_null_key_data()) {
139
39
                    std::forward<CreatorForNull>(null_creator)(
140
39
                            data.template get_null_key_data<Mapped>());
141
39
                    data.has_null_key_data() = true;
142
39
                }
143
44
                return &data.template get_null_key_data<Mapped>();
144
44
            }
145
44
        }
146
0
        typename Data::LookupResult it;
147
2.29k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
2.29k
        return lookup_result_get_mapped(it);
149
2.29k
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISM_EESM_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSI_35_merge_into_hash_table_inline_countESP_SM_jENKSR_ISV_EEvSX_EUlSX_E_RmEEPS5_SX_mOT2_mOS10_OS12_
Line
Count
Source
129
580
                                           CreatorForNull&& null_creator) {
130
580
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
71
            } else {
138
71
                if (!data.has_null_key_data()) {
139
71
                    std::forward<CreatorForNull>(null_creator)(
140
71
                            data.template get_null_key_data<Mapped>());
141
71
                    data.has_null_key_data() = true;
142
71
                }
143
71
                return &data.template get_null_key_data<Mapped>();
144
71
            }
145
71
        }
146
0
        typename Data::LookupResult it;
147
580
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
580
        return lookup_result_get_mapped(it);
149
580
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISN_EESN_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSJ_35_merge_into_hash_table_inline_countESQ_SN_jENKSS_ISW_EEvSY_EUlSY_E_RS6_EEPS8_SY_mOT2_mOS11_OS13_
Line
Count
Source
129
5
                                           CreatorForNull&& null_creator) {
130
5
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
1
            } else {
138
1
                if (!data.has_null_key_data()) {
139
1
                    std::forward<CreatorForNull>(null_creator)(
140
1
                            data.template get_null_key_data<Mapped>());
141
1
                    data.has_null_key_data() = true;
142
1
                }
143
1
                return &data.template get_null_key_data<Mapped>();
144
1
            }
145
1
        }
146
0
        typename Data::LookupResult it;
147
5
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
5
        return lookup_result_get_mapped(it);
149
5
    }
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState35_merge_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISN_EESN_jENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSJ_35_merge_into_hash_table_inline_countESQ_SN_jENKSS_ISW_EEvSY_EUlSY_E_RS6_EEPS8_SY_mOT2_mOS11_OS13_
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERKSt6vectorIiSaIiEERSK_IPKNS_7IColumnESaISR_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEbOT_EUlRKS12_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SO_SU_jENKSW_IS11_EEbS13_EUlRS12_E_RhEESH_S1C_mOT2_mOS16_OS18_
Line
Count
Source
129
18
                                           CreatorForNull&& null_creator) {
130
18
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
18
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
18
        return lookup_result_get_mapped(it);
149
18
    }
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERKSt6vectorIiSaIiEERSK_IPKNS_7IColumnESaISR_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEbOT_EUlRKS12_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SO_SU_jENKSW_IS11_EEbS13_EUlRS12_E_RtEESH_S1C_mOT2_mOS16_OS18_
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERKSt6vectorIiSaIiEERSK_IPKNS_7IColumnESaISR_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEbOT_EUlRKS12_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SO_SU_jENKSW_IS11_EEbS13_EUlRS12_E_RjEESH_S1C_mOT2_mOS16_OS18_
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERKSt6vectorIiSaIiEERSK_IPKNS_7IColumnESaISR_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEbOT_EUlRKS12_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SO_SU_jENKSW_IS11_EEbS13_EUlRS12_E_RmEESH_S1C_mOT2_mOS16_OS18_
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERKSt6vectorIiSaIiEERSM_IPKNS_7IColumnESaIST_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEbOT_EUlRKS14_RT0_RT1_E_RZZNSI_30_emplace_into_hash_table_limitESJ_SL_SQ_SW_jENKSY_IS13_EEbS15_EUlRS14_E_RjEESJ_S1E_mOT2_mOS18_OS1A_
Line
Count
Source
129
23
                                           CreatorForNull&& null_creator) {
130
23
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
23
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
23
        return lookup_result_get_mapped(it);
149
23
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERKSt6vectorIiSaIiEERSM_IPKNS_7IColumnESaIST_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEbOT_EUlRKS14_RT0_RT1_E_RZZNSI_30_emplace_into_hash_table_limitESJ_SL_SQ_SW_jENKSY_IS13_EEbS15_EUlRS14_E_RmEESJ_S1E_mOT2_mOS18_OS1A_
Line
Count
Source
129
32
                                           CreatorForNull&& null_creator) {
130
32
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
1
                    std::forward<CreatorForNull>(null_creator)(
140
1
                            data.template get_null_key_data<Mapped>());
141
1
                    data.has_null_key_data() = true;
142
1
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
32
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
32
        return lookup_result_get_mapped(it);
149
32
    }
aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS8_PNS_5BlockERKSt6vectorIiSaIiEERSN_IPKNS_7IColumnESaISU_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEbOT_EUlRKS15_RT0_RT1_E_RZZNSJ_30_emplace_into_hash_table_limitESK_SM_SR_SX_jENKSZ_IS14_EEbS16_EUlRS15_E_RS6_EESK_S1F_mOT2_mOS19_OS1B_
Line
Count
Source
129
6
                                           CreatorForNull&& null_creator) {
130
6
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
6
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
6
        return lookup_result_get_mapped(it);
149
6
    }
Unexecuted instantiation: aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_17AggSinkLocalState30_emplace_into_hash_table_limitEPS8_PNS_5BlockERKSt6vectorIiSaIiEERSN_IPKNS_7IColumnESaISU_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEbOT_EUlRKS15_RT0_RT1_E_RZZNSJ_30_emplace_into_hash_table_limitESK_SM_SR_SX_jENKSZ_IS14_EEbS16_EUlRS15_E_RS6_EESK_S1F_mOT2_mOS19_OS1B_
Unexecuted instantiation: bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RhEESH_SW_mOT2_mOSZ_OS11_
bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RtEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
282
                                           CreatorForNull&& null_creator) {
130
282
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
282
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
282
        return lookup_result_get_mapped(it);
149
282
    }
bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RjEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
45
                                           CreatorForNull&& null_creator) {
130
45
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
45
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
45
        return lookup_result_get_mapped(it);
149
45
    }
bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RmEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
416
                                           CreatorForNull&& null_creator) {
130
416
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
5
            } else {
138
5
                if (!data.has_null_key_data()) {
139
4
                    std::forward<CreatorForNull>(null_creator)(
140
4
                            data.template get_null_key_data<Mapped>());
141
4
                    data.has_null_key_data() = true;
142
4
                }
143
5
                return &data.template get_null_key_data<Mapped>();
144
5
            }
145
5
        }
146
0
        typename Data::LookupResult it;
147
416
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
416
        return lookup_result_get_mapped(it);
149
416
    }
Unexecuted instantiation: bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RjEESJ_SY_mOT2_mOS11_OS13_
Unexecuted instantiation: bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RmEESJ_SY_mOT2_mOS11_OS13_
Unexecuted instantiation: bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
Unexecuted instantiation: bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
bucketed_aggregation_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefEPcES6_Lb1EEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS4_S6_11DefaultHashIS4_vEEEERZZNS_25BucketedAggSinkLocalState24_emplace_into_hash_tableEPS6_RSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_19MethodStringNoCacheISG_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSH_24_emplace_into_hash_tableESI_SP_jENKSR_ISV_EEvSX_EUlSX_E_RS4_EESI_SX_mOT2_mOS10_OS12_
Line
Count
Source
129
32
                                           CreatorForNull&& null_creator) {
130
32
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
32
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
32
        return lookup_result_get_mapped(it);
149
32
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPNS_15PartitionBlocksEES6_hEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS6_9HashCRC32IhEEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISL_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSG_EEEEEENS_6StatusERT_EUlRKS11_RT0_RT1_E_RZZNSH_24_emplace_into_hash_tableESP_SR_ST_bENKSV_ISZ_EES10_S12_EUlS12_E_RhEEPS6_S12_mOT2_mOS15_OS17_
Line
Count
Source
129
15
                                           CreatorForNull&& null_creator) {
130
15
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
15
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
15
        return lookup_result_get_mapped(it);
149
15
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPNS_15PartitionBlocksEES6_tEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS6_9HashCRC32ItEEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISL_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSG_EEEEEENS_6StatusERT_EUlRKS11_RT0_RT1_E_RZZNSH_24_emplace_into_hash_tableESP_SR_ST_bENKSV_ISZ_EES10_S12_EUlS12_E_RtEEPS6_S12_mOT2_mOS15_OS17_
Line
Count
Source
129
45
                                           CreatorForNull&& null_creator) {
130
45
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
45
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
45
        return lookup_result_get_mapped(it);
149
45
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPNS_15PartitionBlocksEES6_jEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS6_9HashCRC32IjEEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISL_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSG_EEEEEENS_6StatusERT_EUlRKS11_RT0_RT1_E_RZZNSH_24_emplace_into_hash_tableESP_SR_ST_bENKSV_ISZ_EES10_S12_EUlS12_E_RjEEPS6_S12_mOT2_mOS15_OS17_
Line
Count
Source
129
3.80k
                                           CreatorForNull&& null_creator) {
130
3.80k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
3.80k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
3.80k
        return lookup_result_get_mapped(it);
149
3.80k
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPNS_15PartitionBlocksEES6_mEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS6_9HashCRC32ImEEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISL_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSG_EEEEEENS_6StatusERT_EUlRKS11_RT0_RT1_E_RZZNSH_24_emplace_into_hash_tableESP_SR_ST_bENKSV_ISZ_EES10_S12_EUlS12_E_RmEEPS6_S12_mOT2_mOS15_OS17_
Line
Count
Source
129
1.01k
                                           CreatorForNull&& null_creator) {
130
1.01k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
1.01k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
1.01k
        return lookup_result_get_mapped(it);
149
1.01k
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPNS_15PartitionBlocksEES9_S6_EES9_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S9_9HashCRC32IS6_EEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISO_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SJ_EEEEEENS_6StatusERT_EUlRKS14_RT0_RT1_E_RZZNSK_24_emplace_into_hash_tableESS_SU_SW_bENKSY_IS12_EES13_S15_EUlS15_E_RS6_EEPS9_S15_mOT2_mOS18_OS1A_
Line
Count
Source
129
15
                                           CreatorForNull&& null_creator) {
130
15
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
15
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
15
        return lookup_result_get_mapped(it);
149
15
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPNS_15PartitionBlocksEES9_S6_EES9_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S9_9HashCRC32IS6_EEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISO_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SJ_EEEEEENS_6StatusERT_EUlRKS14_RT0_RT1_E_RZZNSK_24_emplace_into_hash_tableESS_SU_SW_bENKSY_IS12_EES13_S15_EUlS15_E_RS6_EEPS9_S15_mOT2_mOS18_OS1A_
Line
Count
Source
129
15
                                           CreatorForNull&& null_creator) {
130
15
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
15
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
15
        return lookup_result_get_mapped(it);
149
15
    }
partition_sort_sink_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringINS_10PairNoInitINS_9StringRefEPNS_15PartitionBlocksEEES6_Lb1EEES6_E16lazy_emplace_keyINS_15DataWithNullKeyINS_13StringHashMapIS6_NS_9AllocatorILb1ELb1ELb0ENS_22DefaultMemoryAllocatorELb1EEEEEEERZZNS_26PartitionSortSinkOperatorX24_emplace_into_hash_tableERKSt6vectorIPKNS_7IColumnESaISM_EEPNS_5BlockERNS_27PartitionSortSinkLocalStateEbENK3$_1clINS_26MethodSingleNullableColumnINS_19MethodStringNoCacheISH_EEEEEENS_6StatusERT_EUlRKS12_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESQ_SS_SU_bENKSW_IS10_EES11_S13_EUlS13_E_RS4_EEPS6_S13_mOT2_mOS16_OS18_
Line
Count
Source
129
57
                                           CreatorForNull&& null_creator) {
130
57
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
3
            } else {
138
3
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
3
                return &data.template get_null_key_data<Mapped>();
144
3
            }
145
3
        }
146
0
        typename Data::LookupResult it;
147
57
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
57
        return lookup_result_get_mapped(it);
149
57
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES6_Lb1EEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS4_S6_11DefaultHashIS4_vEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_19MethodStringNoCacheISG_EEEELb1EEclERSL_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSM_clESN_SP_EUlRSQ_E_RS4_EEPS6_SZ_mOT2_mOST_OSV_
Line
Count
Source
129
18
                                           CreatorForNull&& null_creator) {
130
18
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
18
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
18
        return lookup_result_get_mapped(it);
149
18
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhNS_14RowRefWithFlagEES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEELb1EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RhEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
8
                                           CreatorForNull&& null_creator) {
130
8
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
3
            } else {
138
3
                if (!data.has_null_key_data()) {
139
3
                    std::forward<CreatorForNull>(null_creator)(
140
3
                            data.template get_null_key_data<Mapped>());
141
3
                    data.has_null_key_data() = true;
142
3
                }
143
3
                return &data.template get_null_key_data<Mapped>();
144
3
            }
145
3
        }
146
0
        typename Data::LookupResult it;
147
8
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
8
        return lookup_result_get_mapped(it);
149
8
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtNS_14RowRefWithFlagEES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEELb1EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RtEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
4
                                           CreatorForNull&& null_creator) {
130
4
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
4
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
4
        return lookup_result_get_mapped(it);
149
4
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjNS_14RowRefWithFlagEES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEELb1EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RjEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
2.06k
                                           CreatorForNull&& null_creator) {
130
2.06k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
12
            } else {
138
12
                if (!data.has_null_key_data()) {
139
8
                    std::forward<CreatorForNull>(null_creator)(
140
8
                            data.template get_null_key_data<Mapped>());
141
8
                    data.has_null_key_data() = true;
142
8
                }
143
12
                return &data.template get_null_key_data<Mapped>();
144
12
            }
145
12
        }
146
0
        typename Data::LookupResult it;
147
2.06k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
2.06k
        return lookup_result_get_mapped(it);
149
2.06k
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmNS_14RowRefWithFlagEES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEELb1EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RmEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
14
                                           CreatorForNull&& null_creator) {
130
14
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
14
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
14
        return lookup_result_get_mapped(it);
149
14
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEELb1EEclERSN_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSO_clESP_SR_EUlRSS_E_RS6_EEPS8_S11_mOT2_mOSV_OSX_
Line
Count
Source
129
4
                                           CreatorForNull&& null_creator) {
130
4
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
4
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
4
        return lookup_result_get_mapped(it);
149
4
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEELb1EEclERSN_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSO_clESP_SR_EUlRSS_E_RS6_EEPS8_S11_mOT2_mOSV_OSX_
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES6_Lb1EEES6_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS4_S6_11DefaultHashIS4_vEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_19MethodStringNoCacheISG_EEEELb0EEclERSL_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSM_clESN_SP_EUlRSQ_E_RS4_EEPS6_SZ_mOT2_mOST_OSV_
Line
Count
Source
129
24
                                           CreatorForNull&& null_creator) {
130
24
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
1
            } else {
138
1
                if (!data.has_null_key_data()) {
139
1
                    std::forward<CreatorForNull>(null_creator)(
140
1
                            data.template get_null_key_data<Mapped>());
141
1
                    data.has_null_key_data() = true;
142
1
                }
143
1
                return &data.template get_null_key_data<Mapped>();
144
1
            }
145
1
        }
146
0
        typename Data::LookupResult it;
147
24
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
24
        return lookup_result_get_mapped(it);
149
24
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhNS_14RowRefWithFlagEES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEELb0EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RhEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
18
                                           CreatorForNull&& null_creator) {
130
18
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
18
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
18
        return lookup_result_get_mapped(it);
149
18
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtNS_14RowRefWithFlagEES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEELb0EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RtEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
6
                                           CreatorForNull&& null_creator) {
130
6
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
6
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
6
        return lookup_result_get_mapped(it);
149
6
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjNS_14RowRefWithFlagEES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEELb0EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RjEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
50
                                           CreatorForNull&& null_creator) {
130
50
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
10
            } else {
138
10
                if (!data.has_null_key_data()) {
139
7
                    std::forward<CreatorForNull>(null_creator)(
140
7
                            data.template get_null_key_data<Mapped>());
141
7
                    data.has_null_key_data() = true;
142
7
                }
143
10
                return &data.template get_null_key_data<Mapped>();
144
10
            }
145
10
        }
146
0
        typename Data::LookupResult it;
147
50
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
50
        return lookup_result_get_mapped(it);
149
50
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmNS_14RowRefWithFlagEES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEELb0EEclERSK_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSL_clESM_SO_EUlRSP_E_RmEEPS5_SY_mOT2_mOSS_OSU_
Line
Count
Source
129
13
                                           CreatorForNull&& null_creator) {
130
13
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
1
            } else {
138
1
                if (!data.has_null_key_data()) {
139
1
                    std::forward<CreatorForNull>(null_creator)(
140
1
                            data.template get_null_key_data<Mapped>());
141
1
                    data.has_null_key_data() = true;
142
1
                }
143
1
                return &data.template get_null_key_data<Mapped>();
144
1
            }
145
1
        }
146
0
        typename Data::LookupResult it;
147
13
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
13
        return lookup_result_get_mapped(it);
149
13
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEELb0EEclERSN_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSO_clESP_SR_EUlRSS_E_RS6_EEPS8_S11_mOT2_mOSV_OSX_
Line
Count
Source
129
4
                                           CreatorForNull&& null_creator) {
130
4
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
4
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
4
        return lookup_result_get_mapped(it);
149
4
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZNS_14HashTableBuildINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEELb0EEclERSN_RNS_5ArenaEEUlRKT_RT0_RT1_E_RZNSO_clESP_SR_EUlRSS_E_RS6_EEPS8_S11_mOT2_mOSV_OSX_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RhEESH_SW_mOT2_mOSZ_OS11_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RtEESH_SW_mOT2_mOSZ_OS11_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RjEESH_SW_mOT2_mOSZ_OS11_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RmEESH_SW_mOT2_mOSZ_OS11_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RjEESJ_SY_mOT2_mOS11_OS13_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RmEESJ_SY_mOT2_mOS11_OS13_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
Unexecuted instantiation: aggregation_source_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_13AggLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEbOT_EUlRKSY_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SQ_jENKSS_ISX_EEbSZ_EUlRSY_E_RhEESH_S18_mOT2_mOS12_OS14_
Line
Count
Source
129
11.4k
                                           CreatorForNull&& null_creator) {
130
11.4k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
11.4k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
11.4k
        return lookup_result_get_mapped(it);
149
11.4k
    }
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEbOT_EUlRKSY_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SQ_jENKSS_ISX_EEbSZ_EUlRSY_E_RtEESH_S18_mOT2_mOS12_OS14_
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEbOT_EUlRKSY_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SQ_jENKSS_ISX_EEbSZ_EUlRSY_E_RjEESH_S18_mOT2_mOS12_OS14_
Line
Count
Source
129
30.0k
                                           CreatorForNull&& null_creator) {
130
30.0k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
30.0k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
30.0k
        return lookup_result_get_mapped(it);
149
30.0k
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEbOT_EUlRKSY_RT0_RT1_E_RZZNSG_30_emplace_into_hash_table_limitESH_SJ_SQ_jENKSS_ISX_EEbSZ_EUlRSY_E_RmEESH_S18_mOT2_mOS12_OS14_
Line
Count
Source
129
15.8k
                                           CreatorForNull&& null_creator) {
130
15.8k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
15.8k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
15.8k
        return lookup_result_get_mapped(it);
149
15.8k
    }
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISP_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEbOT_EUlRKS10_RT0_RT1_E_RZZNSI_30_emplace_into_hash_table_limitESJ_SL_SS_jENKSU_ISZ_EEbS11_EUlRS10_E_RjEESJ_S1A_mOT2_mOS14_OS16_
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS5_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISP_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEbOT_EUlRKS10_RT0_RT1_E_RZZNSI_30_emplace_into_hash_table_limitESJ_SL_SS_jENKSU_ISZ_EEbS11_EUlRS10_E_RmEESJ_S1A_mOT2_mOS14_OS16_
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS8_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISQ_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEbOT_EUlRKS11_RT0_RT1_E_RZZNSJ_30_emplace_into_hash_table_limitESK_SM_ST_jENKSV_IS10_EEbS12_EUlRS11_E_RS6_EESK_S1B_mOT2_mOS15_OS17_
Line
Count
Source
129
20.5k
                                           CreatorForNull&& null_creator) {
130
20.5k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
20.5k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
20.5k
        return lookup_result_get_mapped(it);
149
20.5k
    }
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_22StreamingAggLocalState30_emplace_into_hash_table_limitEPS8_PNS_5BlockERSt6vectorIPKNS_7IColumnESaISQ_EEjENK3$_1clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEbOT_EUlRKS11_RT0_RT1_E_RZZNSJ_30_emplace_into_hash_table_limitESK_SM_ST_jENKSV_IS10_EEbS12_EUlRS11_E_RS6_EESK_S1B_mOT2_mOS15_OS17_
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RhEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
12.3k
                                           CreatorForNull&& null_creator) {
130
12.3k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
5
            } else {
138
5
                if (!data.has_null_key_data()) {
139
5
                    std::forward<CreatorForNull>(null_creator)(
140
5
                            data.template get_null_key_data<Mapped>());
141
5
                    data.has_null_key_data() = true;
142
5
                }
143
5
                return &data.template get_null_key_data<Mapped>();
144
5
            }
145
5
        }
146
0
        typename Data::LookupResult it;
147
12.3k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
12.3k
        return lookup_result_get_mapped(it);
149
12.3k
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RtEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
38
                                           CreatorForNull&& null_creator) {
130
38
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
38
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
38
        return lookup_result_get_mapped(it);
149
38
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RjEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
224k
                                           CreatorForNull&& null_creator) {
130
224k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
79
            } else {
138
79
                if (!data.has_null_key_data()) {
139
43
                    std::forward<CreatorForNull>(null_creator)(
140
43
                            data.template get_null_key_data<Mapped>());
141
43
                    data.has_null_key_data() = true;
142
43
                }
143
79
                return &data.template get_null_key_data<Mapped>();
144
79
            }
145
79
        }
146
0
        typename Data::LookupResult it;
147
224k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
224k
        return lookup_result_get_mapped(it);
149
224k
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISL_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSV_RT0_RT1_E_RZZNSG_24_emplace_into_hash_tableESH_SO_jENKSQ_ISU_EEvSW_EUlSW_E_RmEESH_SW_mOT2_mOSZ_OS11_
Line
Count
Source
129
80.2k
                                           CreatorForNull&& null_creator) {
130
80.2k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
523
            } else {
138
523
                if (!data.has_null_key_data()) {
139
76
                    std::forward<CreatorForNull>(null_creator)(
140
76
                            data.template get_null_key_data<Mapped>());
141
76
                    data.has_null_key_data() = true;
142
76
                }
143
523
                return &data.template get_null_key_data<Mapped>();
144
523
            }
145
523
        }
146
0
        typename Data::LookupResult it;
147
80.2k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
80.2k
        return lookup_result_get_mapped(it);
149
80.2k
    }
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RjEESJ_SY_mOT2_mOS11_OS13_
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS5_RSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSI_24_emplace_into_hash_tableESJ_SQ_jENKSS_ISW_EEvSY_EUlSY_E_RmEESJ_SY_mOT2_mOS11_OS13_
Line
Count
Source
129
18
                                           CreatorForNull&& null_creator) {
130
18
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
18
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
18
        return lookup_result_get_mapped(it);
149
18
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
Line
Count
Source
129
12.3k
                                           CreatorForNull&& null_creator) {
130
12.3k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
2
            } else {
138
2
                if (!data.has_null_key_data()) {
139
2
                    std::forward<CreatorForNull>(null_creator)(
140
2
                            data.template get_null_key_data<Mapped>());
141
2
                    data.has_null_key_data() = true;
142
2
                }
143
2
                return &data.template get_null_key_data<Mapped>();
144
2
            }
145
2
        }
146
0
        typename Data::LookupResult it;
147
12.3k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
12.3k
        return lookup_result_get_mapped(it);
149
12.3k
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_22StreamingAggLocalState24_emplace_into_hash_tableEPS8_RSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSJ_24_emplace_into_hash_tableESK_SR_jENKST_ISX_EEvSZ_EUlSZ_E_RS6_EESK_SZ_mOT2_mOS12_OS14_
Line
Count
Source
129
8
                                           CreatorForNull&& null_creator) {
130
8
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
8
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
8
        return lookup_result_get_mapped(it);
149
8
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RhEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
334
                                           CreatorForNull&& null_creator) {
130
334
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
12
            } else {
138
12
                if (!data.has_null_key_data()) {
139
12
                    std::forward<CreatorForNull>(null_creator)(
140
12
                            data.template get_null_key_data<Mapped>());
141
12
                    data.has_null_key_data() = true;
142
12
                }
143
12
                return &data.template get_null_key_data<Mapped>();
144
12
            }
145
12
        }
146
0
        typename Data::LookupResult it;
147
334
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
334
        return lookup_result_get_mapped(it);
149
334
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RtEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
11
                                           CreatorForNull&& null_creator) {
130
11
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
0
            } else {
138
0
                if (!data.has_null_key_data()) {
139
0
                    std::forward<CreatorForNull>(null_creator)(
140
0
                            data.template get_null_key_data<Mapped>());
141
0
                    data.has_null_key_data() = true;
142
0
                }
143
0
                return &data.template get_null_key_data<Mapped>();
144
0
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
11
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
11
        return lookup_result_get_mapped(it);
149
11
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RjEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
17.8k
                                           CreatorForNull&& null_creator) {
130
17.8k
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
98
            } else {
138
98
                if (!data.has_null_key_data()) {
139
61
                    std::forward<CreatorForNull>(null_creator)(
140
61
                            data.template get_null_key_data<Mapped>());
141
61
                    data.has_null_key_data() = true;
142
61
                }
143
98
                return &data.template get_null_key_data<Mapped>();
144
98
            }
145
98
        }
146
0
        typename Data::LookupResult it;
147
17.8k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
17.8k
        return lookup_result_get_mapped(it);
149
17.8k
    }
streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSF_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSG_37_emplace_into_hash_table_inline_countESN_jENKSP_IST_EEvSV_EUlSV_E_RmEEPS5_SV_mOT2_mOSY_OS10_
Line
Count
Source
129
624
                                           CreatorForNull&& null_creator) {
130
624
        if (key_column->is_null_at(row)) {
131
            if constexpr (std::is_same_v<Mapped, void>) {
132
                if (!data.has_null_key_data()) {
133
                    std::forward<CreatorForNull>(null_creator)();
134
                    data.has_null_key_data() = true;
135
                }
136
                return nullptr;
137
62
            } else {
138
62
                if (!data.has_null_key_data()) {
139
62
                    std::forward<CreatorForNull>(null_creator)(
140
62
                            data.template get_null_key_data<Mapped>());
141
62
                    data.has_null_key_data() = true;
142
62
                }
143
62
                return &data.template get_null_key_data<Mapped>();
144
62
            }
145
62
        }
146
0
        typename Data::LookupResult it;
147
624
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
624
        return lookup_result_get_mapped(it);
149
624
    }
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSH_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSI_37_emplace_into_hash_table_inline_countESP_jENKSR_ISV_EEvSX_EUlSX_E_RjEEPS5_SX_mOT2_mOS10_OS12_
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSH_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSI_37_emplace_into_hash_table_inline_countESP_jENKSR_ISV_EEvSX_EUlSX_E_RmEEPS5_SX_mOT2_mOS10_OS12_
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSJ_37_emplace_into_hash_table_inline_countESQ_jENKSS_ISW_EEvSY_EUlSY_E_RS6_EEPS8_SY_mOT2_mOS11_OS13_
Unexecuted instantiation: streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEERZZNS_22StreamingAggLocalState37_emplace_into_hash_table_inline_countERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS6_SI_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSJ_37_emplace_into_hash_table_inline_countESQ_jENKSS_ISW_EEvSY_EUlSY_E_RS6_EEPS8_SY_mOT2_mOS11_OS13_
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvhEEvE16lazy_emplace_keyINS_15DataWithNullKeyI21SmallFixedSizeHashSetIhEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISK_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIhS9_EEEEEEvRT_EUlRKSU_RT0_RT1_E_RZZNSA_36_emplace_into_hash_table_to_distinctESG_SN_jENKSP_IST_EEvSV_EUlvE_RhEEPvSV_mOT2_mOSY_OS10_
Line
Count
Source
129
1.25k
                                           CreatorForNull&& null_creator) {
130
1.25k
        if (key_column->is_null_at(row)) {
131
26
            if constexpr (std::is_same_v<Mapped, void>) {
132
26
                if (!data.has_null_key_data()) {
133
21
                    std::forward<CreatorForNull>(null_creator)();
134
21
                    data.has_null_key_data() = true;
135
21
                }
136
26
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
26
        }
146
0
        typename Data::LookupResult it;
147
1.25k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
1.25k
        return lookup_result_get_mapped(it);
149
1.25k
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvtEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIt9HashCRC32ItEEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberItSB_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSC_36_emplace_into_hash_table_to_distinctESI_SP_jENKSR_ISV_EEvSX_EUlvE_RtEEPvSX_mOT2_mOS10_OS12_
Line
Count
Source
129
546
                                           CreatorForNull&& null_creator) {
130
546
        if (key_column->is_null_at(row)) {
131
7
            if constexpr (std::is_same_v<Mapped, void>) {
132
7
                if (!data.has_null_key_data()) {
133
6
                    std::forward<CreatorForNull>(null_creator)();
134
6
                    data.has_null_key_data() = true;
135
6
                }
136
7
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
7
        }
146
0
        typename Data::LookupResult it;
147
546
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
546
        return lookup_result_get_mapped(it);
149
546
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvjEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIj9HashCRC32IjEEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSB_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSC_36_emplace_into_hash_table_to_distinctESI_SP_jENKSR_ISV_EEvSX_EUlvE_RjEEPvSX_mOT2_mOS10_OS12_
Line
Count
Source
129
3.91k
                                           CreatorForNull&& null_creator) {
130
3.91k
        if (key_column->is_null_at(row)) {
131
64
            if constexpr (std::is_same_v<Mapped, void>) {
132
64
                if (!data.has_null_key_data()) {
133
18
                    std::forward<CreatorForNull>(null_creator)();
134
18
                    data.has_null_key_data() = true;
135
18
                }
136
64
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
64
        }
146
0
        typename Data::LookupResult it;
147
3.91k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
3.91k
        return lookup_result_get_mapped(it);
149
3.91k
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvmEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIm9HashCRC32ImEEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISM_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSB_EEEEEEvRT_EUlRKSW_RT0_RT1_E_RZZNSC_36_emplace_into_hash_table_to_distinctESI_SP_jENKSR_ISV_EEvSX_EUlvE_RmEEPvSX_mOT2_mOS10_OS12_
Line
Count
Source
129
8.63M
                                           CreatorForNull&& null_creator) {
130
8.63M
        if (key_column->is_null_at(row)) {
131
42
            if constexpr (std::is_same_v<Mapped, void>) {
132
42
                if (!data.has_null_key_data()) {
133
29
                    std::forward<CreatorForNull>(null_creator)();
134
29
                    data.has_null_key_data() = true;
135
29
                }
136
42
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
42
        }
146
0
        typename Data::LookupResult it;
147
8.63M
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
8.63M
        return lookup_result_get_mapped(it);
149
8.63M
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvjEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIj14HashMixWrapperIj9HashCRC32IjEEEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIjSD_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSE_36_emplace_into_hash_table_to_distinctESK_SR_jENKST_ISX_EEvSZ_EUlvE_RjEEPvSZ_mOT2_mOS12_OS14_
Line
Count
Source
129
2.05k
                                           CreatorForNull&& null_creator) {
130
2.05k
        if (key_column->is_null_at(row)) {
131
33
            if constexpr (std::is_same_v<Mapped, void>) {
132
33
                if (!data.has_null_key_data()) {
133
22
                    std::forward<CreatorForNull>(null_creator)();
134
22
                    data.has_null_key_data() = true;
135
22
                }
136
33
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
33
        }
146
0
        typename Data::LookupResult it;
147
2.05k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
2.05k
        return lookup_result_get_mapped(it);
149
2.05k
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvmEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIm14HashMixWrapperIm9HashCRC32ImEEEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISO_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberImSD_EEEEEEvRT_EUlRKSY_RT0_RT1_E_RZZNSE_36_emplace_into_hash_table_to_distinctESK_SR_jENKST_ISX_EEvSZ_EUlvE_RmEEPvSZ_mOT2_mOS12_OS14_
Line
Count
Source
129
6.89M
                                           CreatorForNull&& null_creator) {
130
6.89M
        if (key_column->is_null_at(row)) {
131
51
            if constexpr (std::is_same_v<Mapped, void>) {
132
51
                if (!data.has_null_key_data()) {
133
32
                    std::forward<CreatorForNull>(null_creator)();
134
32
                    data.has_null_key_data() = true;
135
32
                }
136
51
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
51
        }
146
0
        typename Data::LookupResult it;
147
6.89M
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
6.89M
        return lookup_result_get_mapped(it);
149
6.89M
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm128EjEEEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIS5_9HashCRC32IS5_EEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISP_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS5_SE_EEEEEEvRT_EUlRKSZ_RT0_RT1_E_RZZNSF_36_emplace_into_hash_table_to_distinctESL_SS_jENKSU_ISY_EEvS10_EUlvE_RS5_EEPvS10_mOT2_mOS13_OS15_
Line
Count
Source
129
1.20k
                                           CreatorForNull&& null_creator) {
130
1.20k
        if (key_column->is_null_at(row)) {
131
0
            if constexpr (std::is_same_v<Mapped, void>) {
132
0
                if (!data.has_null_key_data()) {
133
0
                    std::forward<CreatorForNull>(null_creator)();
134
0
                    data.has_null_key_data() = true;
135
0
                }
136
0
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
1.20k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
1.20k
        return lookup_result_get_mapped(it);
149
1.20k
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberIvvN4wide7integerILm256EjEEEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetIS5_9HashCRC32IS5_EEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISP_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_15MethodOneNumberIS5_SE_EEEEEEvRT_EUlRKSZ_RT0_RT1_E_RZZNSF_36_emplace_into_hash_table_to_distinctESL_SS_jENKSU_ISY_EEvS10_EUlvE_RS5_EEPvS10_mOT2_mOS13_OS15_
Line
Count
Source
129
2
                                           CreatorForNull&& null_creator) {
130
2
        if (key_column->is_null_at(row)) {
131
0
            if constexpr (std::is_same_v<Mapped, void>) {
132
0
                if (!data.has_null_key_data()) {
133
0
                    std::forward<CreatorForNull>(null_creator)();
134
0
                    data.has_null_key_data() = true;
135
0
                }
136
0
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
0
        }
146
0
        typename Data::LookupResult it;
147
2
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
2
        return lookup_result_get_mapped(it);
149
2
    }
distinct_streaming_aggregation_operator.cpp:_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringIvvLb1EEEvE16lazy_emplace_keyINS_15DataWithNullKeyI9PHHashSetINS_9StringRefE11DefaultHashIS8_vEEEERZZNS_30DistinctStreamingAggLocalState36_emplace_into_hash_table_to_distinctERNS_8PODArrayIjLm4096ENS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEELm16ELm15EEERSt6vectorIPKNS_7IColumnESaISN_EEjENK3$_1clINS_26MethodSingleNullableColumnINS_19MethodStringNoCacheISC_EEEEEEvRT_EUlRKSX_RT0_RT1_E_RZZNSD_36_emplace_into_hash_table_to_distinctESJ_SQ_jENKSS_ISW_EEvSY_EUlvE_RS8_EEPvSY_mOT2_mOS11_OS13_
Line
Count
Source
129
82.4k
                                           CreatorForNull&& null_creator) {
130
82.4k
        if (key_column->is_null_at(row)) {
131
715
            if constexpr (std::is_same_v<Mapped, void>) {
132
715
                if (!data.has_null_key_data()) {
133
238
                    std::forward<CreatorForNull>(null_creator)();
134
238
                    data.has_null_key_data() = true;
135
238
                }
136
715
                return nullptr;
137
            } else {
138
                if (!data.has_null_key_data()) {
139
                    std::forward<CreatorForNull>(null_creator)(
140
                            data.template get_null_key_data<Mapped>());
141
                    data.has_null_key_data() = true;
142
                }
143
                return &data.template get_null_key_data<Mapped>();
144
            }
145
715
        }
146
0
        typename Data::LookupResult it;
147
82.4k
        data.lazy_emplace(std::forward<KeyHolder>(key), it, hash_value, std::forward<Func>(f));
148
82.4k
        return lookup_result_get_mapped(it);
149
82.4k
    }
150
151
    template <typename Data, typename Key>
152
344
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
344
        if (key_column->is_null_at(i)) {
154
51
            if (data.has_null_key_data()) {
155
50
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
50
            } else {
157
1
                return FindResult {nullptr, false};
158
1
            }
159
51
        }
160
293
        return Base::find_key_impl(key, hash_value, data);
161
344
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhPcES5_hEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEEhEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtPcES5_tEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEEtEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEEjEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Line
Count
Source
152
5
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
5
        if (key_column->is_null_at(i)) {
154
2
            if (data.has_null_key_data()) {
155
1
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
1
            } else {
157
1
                return FindResult {nullptr, false};
158
1
            }
159
2
        }
160
3
        return Base::find_key_impl(key, hash_value, data);
161
5
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEEmEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjPcES5_jEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIjS5_14HashMixWrapperIj9HashCRC32IjEEEEEjEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmPcES5_mEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapImS5_14HashMixWrapperIm9HashCRC32ImEEEEEmEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEEPcES8_S6_EES8_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEES6_EENS0_20columns_hashing_impl14FindResultImplIS8_EERT_mT0_m
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEEPcES8_S6_EES8_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEES6_EENS0_20columns_hashing_impl14FindResultImplIS8_EERT_mT0_m
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_16HashMethodStringISt4pairIKNS_9StringRefENS_14RowRefWithFlagEES6_Lb1EEES6_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIS4_S6_11DefaultHashIS4_vEEEES4_EENS0_20columns_hashing_impl14FindResultImplIS6_EERT_mT0_m
Line
Count
Source
152
38
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
38
        if (key_column->is_null_at(i)) {
154
0
            if (data.has_null_key_data()) {
155
0
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
0
            } else {
157
0
                return FindResult {nullptr, false};
158
0
            }
159
0
        }
160
38
        return Base::find_key_impl(key, hash_value, data);
161
38
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKhNS_14RowRefWithFlagEES5_hEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIhS5_9HashCRC32IhEEEEhEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Line
Count
Source
152
14
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
14
        if (key_column->is_null_at(i)) {
154
5
            if (data.has_null_key_data()) {
155
5
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
5
            } else {
157
0
                return FindResult {nullptr, false};
158
0
            }
159
5
        }
160
9
        return Base::find_key_impl(key, hash_value, data);
161
14
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKtNS_14RowRefWithFlagEES5_tEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapItS5_9HashCRC32ItEEEEtEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Line
Count
Source
152
8
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
8
        if (key_column->is_null_at(i)) {
154
4
            if (data.has_null_key_data()) {
155
4
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
4
            } else {
157
0
                return FindResult {nullptr, false};
158
0
            }
159
4
        }
160
4
        return Base::find_key_impl(key, hash_value, data);
161
8
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKjNS_14RowRefWithFlagEES5_jEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIjS5_9HashCRC32IjEEEEjEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Line
Count
Source
152
242
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
242
        if (key_column->is_null_at(i)) {
154
36
            if (data.has_null_key_data()) {
155
36
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
36
            } else {
157
0
                return FindResult {nullptr, false};
158
0
            }
159
36
        }
160
206
        return Base::find_key_impl(key, hash_value, data);
161
242
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKmNS_14RowRefWithFlagEES5_mEES5_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapImS5_9HashCRC32ImEEEEmEENS0_20columns_hashing_impl14FindResultImplIS5_EERT_mT0_m
Line
Count
Source
152
31
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
31
        if (key_column->is_null_at(i)) {
154
4
            if (data.has_null_key_data()) {
155
4
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
4
            } else {
157
0
                return FindResult {nullptr, false};
158
0
            }
159
4
        }
160
27
        return Base::find_key_impl(key, hash_value, data);
161
31
    }
_ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm128EjEENS_14RowRefWithFlagEES8_S6_EES8_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEES6_EENS0_20columns_hashing_impl14FindResultImplIS8_EERT_mT0_m
Line
Count
Source
152
6
    ALWAYS_INLINE FindResult find_key_with_hash(Data& data, size_t i, Key key, size_t hash_value) {
153
6
        if (key_column->is_null_at(i)) {
154
0
            if (data.has_null_key_data()) {
155
0
                return FindResult {&data.template get_null_key_data<Mapped>(), true};
156
0
            } else {
157
0
                return FindResult {nullptr, false};
158
0
            }
159
0
        }
160
6
        return Base::find_key_impl(key, hash_value, data);
161
6
    }
Unexecuted instantiation: _ZN5doris14ColumnsHashing33HashMethodSingleLowNullableColumnINS0_19HashMethodOneNumberISt4pairIKN4wide7integerILm256EjEENS_14RowRefWithFlagEES8_S6_EES8_E18find_key_with_hashINS_15DataWithNullKeyI9PHHashMapIS6_S8_9HashCRC32IS6_EEEES6_EENS0_20columns_hashing_impl14FindResultImplIS8_EERT_mT0_m
162
};
163
164
} // namespace ColumnsHashing
165
} // namespace doris