be/src/exprs/create_predicate_function.h
Line | Count | Source |
1 | | // Licensed to the Apache Software Foundation (ASF) under one |
2 | | // or more contributor license agreements. See the NOTICE file |
3 | | // distributed with this work for additional information |
4 | | // regarding copyright ownership. The ASF licenses this file |
5 | | // to you under the Apache License, Version 2.0 (the |
6 | | // "License"); you may not use this file except in compliance |
7 | | // with the License. You may obtain a copy of the License at |
8 | | // |
9 | | // http://www.apache.org/licenses/LICENSE-2.0 |
10 | | // |
11 | | // Unless required by applicable law or agreed to in writing, |
12 | | // software distributed under the License is distributed on an |
13 | | // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
14 | | // KIND, either express or implied. See the License for the |
15 | | // specific language governing permissions and limitations |
16 | | // under the License. |
17 | | |
18 | | #pragma once |
19 | | |
20 | | #include "common/exception.h" |
21 | | #include "common/status.h" |
22 | | #include "core/data_type/define_primitive_type.h" |
23 | | #include "exprs/function_filter.h" |
24 | | #include "exprs/hybrid_set.h" |
25 | | #include "exprs/minmax_predicate.h" |
26 | | #include "storage/predicate/bloom_filter_predicate.h" |
27 | | #include "storage/predicate/column_predicate.h" |
28 | | #include "storage/predicate/in_list_predicate.h" |
29 | | #include "storage/predicate/like_column_predicate.h" |
30 | | |
31 | | namespace doris { |
32 | | |
33 | | class MinmaxFunctionTraits { |
34 | | public: |
35 | | using BasePtr = MinMaxFuncBase*; |
36 | | template <PrimitiveType type, size_t N> |
37 | 14.4k | static BasePtr get_function(bool null_aware) { |
38 | 14.4k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
39 | 14.4k | return new MinMaxNumFunc< |
40 | 14.4k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( |
41 | 14.4k | null_aware); |
42 | 14.4k | } _ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 1 | static BasePtr get_function(bool null_aware) { | 38 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 1 | return new MinMaxNumFunc< | 40 | 1 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 1 | null_aware); | 42 | 1 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 5 | static BasePtr get_function(bool null_aware) { | 38 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 5 | return new MinMaxNumFunc< | 40 | 5 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 5 | null_aware); | 42 | 5 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 332 | static BasePtr get_function(bool null_aware) { | 38 | 332 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 332 | return new MinMaxNumFunc< | 40 | 332 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 332 | null_aware); | 42 | 332 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 328 | static BasePtr get_function(bool null_aware) { | 38 | 328 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 328 | return new MinMaxNumFunc< | 40 | 328 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 328 | null_aware); | 42 | 328 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 6.71k | static BasePtr get_function(bool null_aware) { | 38 | 6.71k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 6.71k | return new MinMaxNumFunc< | 40 | 6.71k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 6.71k | null_aware); | 42 | 6.71k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 4.70k | static BasePtr get_function(bool null_aware) { | 38 | 4.70k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 4.70k | return new MinMaxNumFunc< | 40 | 4.70k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 4.70k | null_aware); | 42 | 4.70k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 99 | static BasePtr get_function(bool null_aware) { | 38 | 99 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 99 | return new MinMaxNumFunc< | 40 | 99 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 99 | null_aware); | 42 | 99 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 1 | static BasePtr get_function(bool null_aware) { | 38 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 1 | return new MinMaxNumFunc< | 40 | 1 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 1 | null_aware); | 42 | 1 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 37 | static BasePtr get_function(bool null_aware) { | 38 | 37 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 37 | return new MinMaxNumFunc< | 40 | 37 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 37 | null_aware); | 42 | 37 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 52 | static BasePtr get_function(bool null_aware) { | 38 | 52 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 52 | return new MinMaxNumFunc< | 40 | 52 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 52 | null_aware); | 42 | 52 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 49 | static BasePtr get_function(bool null_aware) { | 38 | 49 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 49 | return new MinMaxNumFunc< | 40 | 49 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 49 | null_aware); | 42 | 49 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 494 | static BasePtr get_function(bool null_aware) { | 38 | 494 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 494 | return new MinMaxNumFunc< | 40 | 494 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 494 | null_aware); | 42 | 494 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 94 | static BasePtr get_function(bool null_aware) { | 38 | 94 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 94 | return new MinMaxNumFunc< | 40 | 94 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 94 | null_aware); | 42 | 94 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 8 | static BasePtr get_function(bool null_aware) { | 38 | 8 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 8 | return new MinMaxNumFunc< | 40 | 8 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 8 | null_aware); | 42 | 8 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 24 | static BasePtr get_function(bool null_aware) { | 38 | 24 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 24 | return new MinMaxNumFunc< | 40 | 24 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 24 | null_aware); | 42 | 24 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 848 | static BasePtr get_function(bool null_aware) { | 38 | 848 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 848 | return new MinMaxNumFunc< | 40 | 848 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 848 | null_aware); | 42 | 848 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 192 | static BasePtr get_function(bool null_aware) { | 38 | 192 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 192 | return new MinMaxNumFunc< | 40 | 192 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 192 | null_aware); | 42 | 192 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 29 | static BasePtr get_function(bool null_aware) { | 38 | 29 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 29 | return new MinMaxNumFunc< | 40 | 29 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 29 | null_aware); | 42 | 29 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 250 | static BasePtr get_function(bool null_aware) { | 38 | 250 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 250 | return new MinMaxNumFunc< | 40 | 250 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 250 | null_aware); | 42 | 250 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 173 | static BasePtr get_function(bool null_aware) { | 38 | 173 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 173 | return new MinMaxNumFunc< | 40 | 173 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 173 | null_aware); | 42 | 173 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 37 | static BasePtr get_function(bool null_aware) { | 38 | 37 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 37 | return new MinMaxNumFunc< | 40 | 37 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 37 | null_aware); | 42 | 37 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 13 | static BasePtr get_function(bool null_aware) { | 38 | 13 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 13 | return new MinMaxNumFunc< | 40 | 13 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 13 | null_aware); | 42 | 13 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 1 | static BasePtr get_function(bool null_aware) { | 38 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 1 | return new MinMaxNumFunc< | 40 | 1 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 1 | null_aware); | 42 | 1 | } |
|
43 | | }; |
44 | | |
45 | | class HybridSetTraits { |
46 | | public: |
47 | | using BasePtr = HybridSetBase*; |
48 | | template <PrimitiveType type, size_t N> |
49 | 29.8k | static BasePtr get_function(bool null_aware) { |
50 | 29.8k | if constexpr (is_string_type(type)) { |
51 | 1.40k | return new StringSet<>(null_aware); |
52 | 3.54k | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { |
53 | 3.54k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
54 | 3.54k | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); |
55 | 3.54k | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { |
56 | 953 | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
57 | 953 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); |
58 | 23.9k | } else { |
59 | 23.9k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
60 | 23.9k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); |
61 | 23.9k | } |
62 | 29.8k | } _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 6 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 6 | } else { | 59 | 6 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 6 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 6 | } | 62 | 6 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 11 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 11 | } else { | 59 | 11 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 11 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 11 | } | 62 | 11 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1.94k | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 1.94k | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 1.94k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 1.94k | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1.94k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1.57k | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 1.57k | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 1.57k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 1.57k | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1.57k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 13.5k | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 13.5k | } else { | 59 | 13.5k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 13.5k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 13.5k | } | 62 | 13.5k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5.92k | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 5.92k | } else { | 59 | 5.92k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 5.92k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 5.92k | } | 62 | 5.92k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 78 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 78 | } else { | 59 | 78 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 78 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 78 | } | 62 | 78 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 4 | } else { | 59 | 4 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 4 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 4 | } | 62 | 4 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 27 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 27 | } else { | 59 | 27 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 27 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 27 | } | 62 | 27 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 11 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 11 | } else { | 59 | 11 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 11 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 11 | } | 62 | 11 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 93 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 93 | } else { | 59 | 93 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 93 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 93 | } | 62 | 93 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 786 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 786 | } else { | 59 | 786 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 786 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 786 | } | 62 | 786 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2.82k | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 2.82k | } else { | 59 | 2.82k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 2.82k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 2.82k | } | 62 | 2.82k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 1 | } else { | 59 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 1 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 1 | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 183 | static BasePtr get_function(bool null_aware) { | 50 | 183 | if constexpr (is_string_type(type)) { | 51 | 183 | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 183 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1.04k | static BasePtr get_function(bool null_aware) { | 50 | 1.04k | if constexpr (is_string_type(type)) { | 51 | 1.04k | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1.04k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 180 | static BasePtr get_function(bool null_aware) { | 50 | 180 | if constexpr (is_string_type(type)) { | 51 | 180 | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 180 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 219 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 219 | } else { | 59 | 219 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 219 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 219 | } | 62 | 219 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 215 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 215 | } else { | 59 | 215 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 215 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 215 | } | 62 | 215 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 67 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 67 | } else { | 59 | 67 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 67 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 67 | } | 62 | 67 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 99 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 99 | } else { | 59 | 99 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 99 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 99 | } | 62 | 99 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 15 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 15 | } else { | 59 | 15 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 15 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 15 | } | 62 | 15 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | 3 | } else { | 59 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 3 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 3 | } | 62 | 3 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm1EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 2 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 2 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 1 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 1 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 5 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 5 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 5 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 5 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 5 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 5 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm1EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm1EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 8 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 8 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 8 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 8 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 8 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm1EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm2EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 5 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 5 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 5 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 1 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 1 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 552 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 552 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 552 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 552 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 552 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 71 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 71 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 71 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 71 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 71 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm2EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 36 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 36 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 36 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 36 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 36 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 27 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 27 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 27 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 27 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 27 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm2EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm2EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm2EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 4 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 4 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 4 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 4 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 5 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 5 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 5 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm2EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 9 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 9 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 9 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 9 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 9 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 8 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 8 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 8 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 8 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 8 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm3EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 4 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 4 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 4 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 4 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 5 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 5 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 5 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 61 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 61 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 61 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 61 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 61 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 19 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 19 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 19 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 19 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 5 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 5 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 5 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 5 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm3EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm3EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm3EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm4EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 1 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 1 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm4EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 19 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 19 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 19 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 19 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm4EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 6 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 6 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 6 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 6 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 6 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 6 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 6 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 6 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 6 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 6 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm4EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 8 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 8 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 8 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 8 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 8 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm5EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 13 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 13 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 13 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 13 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 13 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm5EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 4 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 4 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 4 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 4 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm5EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm5EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm6EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 4 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 4 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 4 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 4 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm6EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 4 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 4 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 4 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 4 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm6EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 1 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 1 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 1 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm7EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm7EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 3 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 3 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 3 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm7EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm7EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm7EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm7EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 2 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 2 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 2 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 2 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 2 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm8EEEPNS_13HybridSetBaseEb _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm8EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 10 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | 10 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 10 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 10 | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); | 58 | | } else { | 59 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | | } | 62 | 10 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm8EEEPNS_13HybridSetBaseEb |
63 | | }; |
64 | | |
65 | | class BloomFilterTraits { |
66 | | public: |
67 | | using BasePtr = BloomFilterFuncBase*; |
68 | | template <PrimitiveType type, size_t N> |
69 | 19.5k | static BasePtr get_function(bool null_aware) { |
70 | 19.5k | return new BloomFilterFunc<type>(null_aware); |
71 | 19.5k | } _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 7 | static BasePtr get_function(bool null_aware) { | 70 | 7 | return new BloomFilterFunc<type>(null_aware); | 71 | 7 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 10 | static BasePtr get_function(bool null_aware) { | 70 | 10 | return new BloomFilterFunc<type>(null_aware); | 71 | 10 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 356 | static BasePtr get_function(bool null_aware) { | 70 | 356 | return new BloomFilterFunc<type>(null_aware); | 71 | 356 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 418 | static BasePtr get_function(bool null_aware) { | 70 | 418 | return new BloomFilterFunc<type>(null_aware); | 71 | 418 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 10.2k | static BasePtr get_function(bool null_aware) { | 70 | 10.2k | return new BloomFilterFunc<type>(null_aware); | 71 | 10.2k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 5.27k | static BasePtr get_function(bool null_aware) { | 70 | 5.27k | return new BloomFilterFunc<type>(null_aware); | 71 | 5.27k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 185 | static BasePtr get_function(bool null_aware) { | 70 | 185 | return new BloomFilterFunc<type>(null_aware); | 71 | 185 | } |
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 6 | static BasePtr get_function(bool null_aware) { | 70 | 6 | return new BloomFilterFunc<type>(null_aware); | 71 | 6 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 54 | static BasePtr get_function(bool null_aware) { | 70 | 54 | return new BloomFilterFunc<type>(null_aware); | 71 | 54 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 72 | static BasePtr get_function(bool null_aware) { | 70 | 72 | return new BloomFilterFunc<type>(null_aware); | 71 | 72 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 742 | static BasePtr get_function(bool null_aware) { | 70 | 742 | return new BloomFilterFunc<type>(null_aware); | 71 | 742 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 279 | static BasePtr get_function(bool null_aware) { | 70 | 279 | return new BloomFilterFunc<type>(null_aware); | 71 | 279 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 24 | static BasePtr get_function(bool null_aware) { | 70 | 24 | return new BloomFilterFunc<type>(null_aware); | 71 | 24 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 95 | static BasePtr get_function(bool null_aware) { | 70 | 95 | return new BloomFilterFunc<type>(null_aware); | 71 | 95 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 831 | static BasePtr get_function(bool null_aware) { | 70 | 831 | return new BloomFilterFunc<type>(null_aware); | 71 | 831 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 246 | static BasePtr get_function(bool null_aware) { | 70 | 246 | return new BloomFilterFunc<type>(null_aware); | 71 | 246 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 168 | static BasePtr get_function(bool null_aware) { | 70 | 168 | return new BloomFilterFunc<type>(null_aware); | 71 | 168 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 213 | static BasePtr get_function(bool null_aware) { | 70 | 213 | return new BloomFilterFunc<type>(null_aware); | 71 | 213 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 225 | static BasePtr get_function(bool null_aware) { | 70 | 225 | return new BloomFilterFunc<type>(null_aware); | 71 | 225 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 48 | static BasePtr get_function(bool null_aware) { | 70 | 48 | return new BloomFilterFunc<type>(null_aware); | 71 | 48 | } |
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb |
72 | | }; |
73 | | |
74 | | template <class Traits> |
75 | | class PredicateFunctionCreator { |
76 | | public: |
77 | | template <PrimitiveType type, size_t N = 0> |
78 | 63.8k | static typename Traits::BasePtr create(bool null_aware) { |
79 | 63.8k | return Traits::template get_function<type, N>(null_aware); |
80 | 63.8k | } _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 6 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 6 | return Traits::template get_function<type, N>(null_aware); | 80 | 6 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 11 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 11 | return Traits::template get_function<type, N>(null_aware); | 80 | 11 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1.94k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1.94k | return Traits::template get_function<type, N>(null_aware); | 80 | 1.94k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1.57k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1.57k | return Traits::template get_function<type, N>(null_aware); | 80 | 1.57k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 13.5k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 13.5k | return Traits::template get_function<type, N>(null_aware); | 80 | 13.5k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5.93k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5.93k | return Traits::template get_function<type, N>(null_aware); | 80 | 5.93k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 78 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 78 | return Traits::template get_function<type, N>(null_aware); | 80 | 78 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4 | return Traits::template get_function<type, N>(null_aware); | 80 | 4 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 27 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 27 | return Traits::template get_function<type, N>(null_aware); | 80 | 27 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 11 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 11 | return Traits::template get_function<type, N>(null_aware); | 80 | 11 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 93 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 93 | return Traits::template get_function<type, N>(null_aware); | 80 | 93 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 787 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 787 | return Traits::template get_function<type, N>(null_aware); | 80 | 787 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2.84k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2.84k | return Traits::template get_function<type, N>(null_aware); | 80 | 2.84k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 183 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 183 | return Traits::template get_function<type, N>(null_aware); | 80 | 183 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1.04k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1.04k | return Traits::template get_function<type, N>(null_aware); | 80 | 1.04k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 180 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 180 | return Traits::template get_function<type, N>(null_aware); | 80 | 180 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 219 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 219 | return Traits::template get_function<type, N>(null_aware); | 80 | 219 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 215 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 215 | return Traits::template get_function<type, N>(null_aware); | 80 | 215 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 67 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 67 | return Traits::template get_function<type, N>(null_aware); | 80 | 67 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 99 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 99 | return Traits::template get_function<type, N>(null_aware); | 80 | 99 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 15 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 15 | return Traits::template get_function<type, N>(null_aware); | 80 | 15 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm1EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm1EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm1EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm1EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm1EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 8 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 8 | return Traits::template get_function<type, N>(null_aware); | 80 | 8 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm1EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm2EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 552 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 552 | return Traits::template get_function<type, N>(null_aware); | 80 | 552 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 71 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 71 | return Traits::template get_function<type, N>(null_aware); | 80 | 71 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm2EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 36 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 36 | return Traits::template get_function<type, N>(null_aware); | 80 | 36 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 27 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 27 | return Traits::template get_function<type, N>(null_aware); | 80 | 27 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm2EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm2EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm2EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4 | return Traits::template get_function<type, N>(null_aware); | 80 | 4 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm2EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 9 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 9 | return Traits::template get_function<type, N>(null_aware); | 80 | 9 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 8 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 8 | return Traits::template get_function<type, N>(null_aware); | 80 | 8 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm3EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4 | return Traits::template get_function<type, N>(null_aware); | 80 | 4 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 61 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 61 | return Traits::template get_function<type, N>(null_aware); | 80 | 61 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm3EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm3EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm3EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm4EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm4EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm4EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 6 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 6 | return Traits::template get_function<type, N>(null_aware); | 80 | 6 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 6 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 6 | return Traits::template get_function<type, N>(null_aware); | 80 | 6 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm4EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm4EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 8 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 8 | return Traits::template get_function<type, N>(null_aware); | 80 | 8 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm4EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm5EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 13 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 13 | return Traits::template get_function<type, N>(null_aware); | 80 | 13 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm5EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4 | return Traits::template get_function<type, N>(null_aware); | 80 | 4 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm5EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm5EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm5EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm5EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm6EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4 | return Traits::template get_function<type, N>(null_aware); | 80 | 4 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm6EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4 | return Traits::template get_function<type, N>(null_aware); | 80 | 4 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm6EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm6EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm6EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm7EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm7EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3 | return Traits::template get_function<type, N>(null_aware); | 80 | 3 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm7EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm7EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm7EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm7EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 2 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2 | return Traits::template get_function<type, N>(null_aware); | 80 | 2 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm7EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm8EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm8EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 10 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 10 | return Traits::template get_function<type, N>(null_aware); | 80 | 10 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm8EEEPNS_13HybridSetBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm8EEEPNS_13HybridSetBaseEb _ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 332 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 332 | return Traits::template get_function<type, N>(null_aware); | 80 | 332 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 326 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 326 | return Traits::template get_function<type, N>(null_aware); | 80 | 326 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 6.71k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 6.71k | return Traits::template get_function<type, N>(null_aware); | 80 | 6.71k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 4.69k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4.69k | return Traits::template get_function<type, N>(null_aware); | 80 | 4.69k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 99 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 99 | return Traits::template get_function<type, N>(null_aware); | 80 | 99 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 37 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 37 | return Traits::template get_function<type, N>(null_aware); | 80 | 37 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 52 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 52 | return Traits::template get_function<type, N>(null_aware); | 80 | 52 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 49 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 49 | return Traits::template get_function<type, N>(null_aware); | 80 | 49 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 494 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 494 | return Traits::template get_function<type, N>(null_aware); | 80 | 494 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 93 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 93 | return Traits::template get_function<type, N>(null_aware); | 80 | 93 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 8 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 8 | return Traits::template get_function<type, N>(null_aware); | 80 | 8 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 24 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 24 | return Traits::template get_function<type, N>(null_aware); | 80 | 24 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 848 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 848 | return Traits::template get_function<type, N>(null_aware); | 80 | 848 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 192 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 192 | return Traits::template get_function<type, N>(null_aware); | 80 | 192 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 29 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 29 | return Traits::template get_function<type, N>(null_aware); | 80 | 29 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 250 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 250 | return Traits::template get_function<type, N>(null_aware); | 80 | 250 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 173 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 173 | return Traits::template get_function<type, N>(null_aware); | 80 | 173 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 37 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 37 | return Traits::template get_function<type, N>(null_aware); | 80 | 37 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 13 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 13 | return Traits::template get_function<type, N>(null_aware); | 80 | 13 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 1 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1 | return Traits::template get_function<type, N>(null_aware); | 80 | 1 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 7 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 7 | return Traits::template get_function<type, N>(null_aware); | 80 | 7 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 10 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 10 | return Traits::template get_function<type, N>(null_aware); | 80 | 10 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 355 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 355 | return Traits::template get_function<type, N>(null_aware); | 80 | 355 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 418 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 418 | return Traits::template get_function<type, N>(null_aware); | 80 | 418 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 10.2k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 10.2k | return Traits::template get_function<type, N>(null_aware); | 80 | 10.2k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 5.27k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5.27k | return Traits::template get_function<type, N>(null_aware); | 80 | 5.27k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 185 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 185 | return Traits::template get_function<type, N>(null_aware); | 80 | 185 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 6 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 6 | return Traits::template get_function<type, N>(null_aware); | 80 | 6 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 54 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 54 | return Traits::template get_function<type, N>(null_aware); | 80 | 54 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 72 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 72 | return Traits::template get_function<type, N>(null_aware); | 80 | 72 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 742 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 742 | return Traits::template get_function<type, N>(null_aware); | 80 | 742 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 282 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 282 | return Traits::template get_function<type, N>(null_aware); | 80 | 282 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 24 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 24 | return Traits::template get_function<type, N>(null_aware); | 80 | 24 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 95 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 95 | return Traits::template get_function<type, N>(null_aware); | 80 | 95 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 831 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 831 | return Traits::template get_function<type, N>(null_aware); | 80 | 831 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 246 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 246 | return Traits::template get_function<type, N>(null_aware); | 80 | 246 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 168 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 168 | return Traits::template get_function<type, N>(null_aware); | 80 | 168 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 213 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 213 | return Traits::template get_function<type, N>(null_aware); | 80 | 213 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 225 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 225 | return Traits::template get_function<type, N>(null_aware); | 80 | 225 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 48 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 48 | return Traits::template get_function<type, N>(null_aware); | 80 | 48 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb |
81 | | }; |
82 | | |
83 | | #define APPLY_FOR_PRIMTYPE(M) \ |
84 | 2.64k | M(TYPE_TINYINT) \ |
85 | 2.64k | M(TYPE_SMALLINT) \ |
86 | 31.2k | M(TYPE_INT) \ |
87 | 31.2k | M(TYPE_BIGINT) \ |
88 | 16.0k | M(TYPE_LARGEINT) \ |
89 | 365 | M(TYPE_FLOAT) \ |
90 | 80 | M(TYPE_DOUBLE) \ |
91 | 127 | M(TYPE_DATE) \ |
92 | 224 | M(TYPE_DATETIME) \ |
93 | 2.06k | M(TYPE_DATEV2) \ |
94 | 3.24k | M(TYPE_DATETIMEV2) \ |
95 | 3.24k | M(TYPE_TIMESTAMPTZ) \ |
96 | 307 | M(TYPE_CHAR) \ |
97 | 3.06k | M(TYPE_VARCHAR) \ |
98 | 3.06k | M(TYPE_STRING) \ |
99 | 676 | M(TYPE_DECIMAL32) \ |
100 | 684 | M(TYPE_DECIMAL64) \ |
101 | 684 | M(TYPE_DECIMAL128I) \ |
102 | 475 | M(TYPE_DECIMAL256) \ |
103 | 192 | M(TYPE_IPV4) \ |
104 | 46 | M(TYPE_IPV6) |
105 | | |
106 | | template <class Traits, size_t N = 0> |
107 | 63.8k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { |
108 | 63.8k | using Creator = PredicateFunctionCreator<Traits>; |
109 | | |
110 | 63.8k | switch (type) { |
111 | 17 | case TYPE_BOOLEAN: { |
112 | 17 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); |
113 | 0 | } |
114 | 27 | case TYPE_DECIMALV2: { |
115 | 27 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); |
116 | 0 | } |
117 | 0 | #define M(NAME) \ |
118 | 63.8k | case NAME: { \ |
119 | 63.8k | return Creator::template create<NAME, N>(null_aware); \ |
120 | 63.8k | } |
121 | 63.8k | APPLY_FOR_PRIMTYPE(M) |
122 | 0 | #undef M |
123 | 0 | default: |
124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); |
125 | 63.8k | } |
126 | | |
127 | 0 | return nullptr; |
128 | 63.8k | } _ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 28.8k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 28.8k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 28.8k | switch (type) { | 111 | 6 | case TYPE_BOOLEAN: { | 112 | 6 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 11 | case TYPE_DECIMALV2: { | 115 | 11 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 11 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 28.8k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 28.8k | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm1EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 25 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 25 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 25 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 25 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 25 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm2EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 734 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 734 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 734 | switch (type) { | 111 | 3 | case TYPE_BOOLEAN: { | 112 | 3 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 734 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 734 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm3EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 117 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 117 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 117 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 1 | case TYPE_DECIMALV2: { | 115 | 1 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 1 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 117 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 117 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm4EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 45 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 45 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 45 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 45 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 45 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm5EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 24 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 24 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 24 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 24 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 24 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm6EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 10 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 10 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 10 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 10 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 10 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm7EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 7 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 7 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 7 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 7 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 7 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm8EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 10 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 10 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 10 | switch (type) { | 111 | 0 | case TYPE_BOOLEAN: { | 112 | 0 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 0 | case TYPE_DECIMALV2: { | 115 | 0 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 0 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 10 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 10 | } |
_ZN5doris25create_predicate_functionINS_20MinmaxFunctionTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 14.4k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 14.4k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 14.4k | switch (type) { | 111 | 1 | case TYPE_BOOLEAN: { | 112 | 1 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 5 | case TYPE_DECIMALV2: { | 115 | 5 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 5 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 14.4k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 14.4k | } |
_ZN5doris25create_predicate_functionINS_17BloomFilterTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 19.5k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 19.5k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 19.5k | switch (type) { | 111 | 7 | case TYPE_BOOLEAN: { | 112 | 7 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 10 | case TYPE_DECIMALV2: { | 115 | 10 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); | 116 | 0 | } | 117 | 0 | #define M(NAME) \ | 118 | 0 | case NAME: { \ | 119 | 0 | return Creator::template create<NAME, N>(null_aware); \ | 120 | 0 | } | 121 | 10 | APPLY_FOR_PRIMTYPE(M) | 122 | 0 | #undef M | 123 | 0 | default: | 124 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type)); | 125 | 19.5k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 19.5k | } |
|
129 | | |
130 | 14.4k | inline auto create_minmax_filter(PrimitiveType type, bool null_aware) { |
131 | 14.4k | return create_predicate_function<MinmaxFunctionTraits>(type, null_aware); |
132 | 14.4k | } |
133 | | |
134 | | template <size_t N = 0> |
135 | 29.9k | inline auto create_set(PrimitiveType type, bool null_aware) { |
136 | 29.9k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); |
137 | 29.9k | } _ZN5doris10create_setILm0EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 28.9k | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 28.9k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 28.9k | } |
_ZN5doris10create_setILm1EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 25 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 25 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 25 | } |
_ZN5doris10create_setILm2EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 734 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 734 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 734 | } |
_ZN5doris10create_setILm3EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 117 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 117 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 117 | } |
_ZN5doris10create_setILm4EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 45 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 45 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 45 | } |
_ZN5doris10create_setILm5EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 24 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 24 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 24 | } |
_ZN5doris10create_setILm6EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 10 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 10 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 10 | } |
_ZN5doris10create_setILm7EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 7 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 7 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 7 | } |
_ZN5doris10create_setILm8EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 10 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 10 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 10 | } |
|
138 | | |
139 | 955 | inline auto create_set(PrimitiveType type, size_t size, bool null_aware) { |
140 | 955 | if (size == 0) { |
141 | 12 | return create_set<0>(type, null_aware); |
142 | 943 | } else if (size == 1) { |
143 | 23 | return create_set<1>(type, null_aware); |
144 | 920 | } else if (size == 2) { |
145 | 732 | return create_set<2>(type, null_aware); |
146 | 732 | } else if (size == 3) { |
147 | 97 | return create_set<3>(type, null_aware); |
148 | 97 | } else if (size == 4) { |
149 | 43 | return create_set<4>(type, null_aware); |
150 | 48 | } else if (size == 5) { |
151 | 22 | return create_set<5>(type, null_aware); |
152 | 26 | } else if (size == 6) { |
153 | 8 | return create_set<6>(type, null_aware); |
154 | 18 | } else if (size == 7) { |
155 | 5 | return create_set<7>(type, null_aware); |
156 | 13 | } else if (size == FIXED_CONTAINER_MAX_SIZE) { |
157 | 7 | return create_set<FIXED_CONTAINER_MAX_SIZE>(type, null_aware); |
158 | 7 | } else { |
159 | 6 | return create_set(type, null_aware); |
160 | 6 | } |
161 | 955 | } |
162 | | |
163 | 330 | inline HybridSetBase* create_string_value_set(bool null_aware) { |
164 | 330 | return new StringValueSet(null_aware); |
165 | 330 | } |
166 | | |
167 | 330 | inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) { |
168 | 330 | return create_string_value_set(null_aware); |
169 | 330 | } |
170 | | |
171 | 19.5k | inline auto create_bloom_filter(PrimitiveType type, bool null_aware) { |
172 | 19.5k | return create_predicate_function<BloomFilterTraits>(type, null_aware); |
173 | 19.5k | } |
174 | | |
175 | | template <PrimitiveType PT> |
176 | | std::shared_ptr<const ColumnPredicate> create_olap_column_predicate( |
177 | | uint32_t column_id, const std::shared_ptr<BloomFilterFuncBase>& filter, const TabletColumn*, |
178 | | bool null_aware) { |
179 | | std::shared_ptr<BloomFilterFuncBase> filter_olap; |
180 | | filter_olap.reset(create_bloom_filter(PT, null_aware)); |
181 | | filter_olap->light_copy(filter.get()); |
182 | | // create a new filter to match the input filter and PT. For example, filter may be varchar, but PT is char |
183 | | return BloomFilterColumnPredicate<PT>::create_shared(column_id, filter_olap); |
184 | | } |
185 | | |
186 | | template <PrimitiveType PT> |
187 | | std::shared_ptr<const ColumnPredicate> create_olap_column_predicate( |
188 | | uint32_t column_id, const std::shared_ptr<HybridSetBase>& filter, |
189 | | const TabletColumn* column, bool) { |
190 | | return create_in_list_predicate<PT, PredicateType::IN_LIST>(column_id, filter, |
191 | | column->length()); |
192 | | } |
193 | | |
194 | | template <PrimitiveType PT> |
195 | | std::shared_ptr<ColumnPredicate> create_olap_column_predicate( |
196 | | uint32_t column_id, const std::shared_ptr<FunctionFilter>& filter, |
197 | 407 | const TabletColumn* column, bool) { |
198 | | // currently only support like predicate |
199 | 407 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { |
200 | 407 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), |
201 | 407 | filter->_fn_ctx, filter->_string_param); |
202 | 407 | } |
203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); |
204 | 407 | } Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE3EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE4EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE5EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE6EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE7EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE8EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE9EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE11EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE12EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE25EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE26EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE42EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE15EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 5 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 5 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 5 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 5 | filter->_fn_ctx, filter->_string_param); | 202 | 5 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 5 | } |
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE10EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 346 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 346 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 346 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 346 | filter->_fn_ctx, filter->_string_param); | 202 | 346 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 346 | } |
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE23EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 56 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 56 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 56 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 56 | filter->_fn_ctx, filter->_string_param); | 202 | 56 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 56 | } |
Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE28EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE29EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE30EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE35EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE36EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE37EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE20EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Unexecuted instantiation: _ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE2EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb |
205 | | |
206 | | template <typename T> |
207 | | std::shared_ptr<ColumnPredicate> create_column_predicate(uint32_t column_id, |
208 | | const std::shared_ptr<T>& filter, |
209 | | FieldType type, const TabletColumn* column, |
210 | 410 | bool null_aware = false) { |
211 | 410 | switch (type) { |
212 | 0 | #define M(NAME) \ |
213 | 410 | case FieldType::OLAP_FIELD_##NAME: { \ |
214 | 410 | return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \ |
215 | 410 | } |
216 | 410 | APPLY_FOR_PRIMTYPE(M) |
217 | 0 | #undef M |
218 | 0 | case FieldType::OLAP_FIELD_TYPE_DECIMAL: { |
219 | 0 | return create_olap_column_predicate<TYPE_DECIMALV2>(column_id, filter, column, null_aware); |
220 | 0 | } |
221 | 0 | case FieldType::OLAP_FIELD_TYPE_BOOL: { |
222 | 0 | return create_olap_column_predicate<TYPE_BOOLEAN>(column_id, filter, column, null_aware); |
223 | 0 | } |
224 | 0 | default: |
225 | 0 | return nullptr; |
226 | 410 | } |
227 | 410 | } |
228 | | |
229 | | } // namespace doris |