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 | 25.4k | static BasePtr get_function(bool null_aware) { |
38 | 25.4k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
39 | 25.4k | return new MinMaxNumFunc< |
40 | 25.4k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( |
41 | 25.4k | null_aware); |
42 | 25.4k | } _ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 237 | static BasePtr get_function(bool null_aware) { | 38 | 237 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 237 | return new MinMaxNumFunc< | 40 | 237 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 237 | null_aware); | 42 | 237 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 15 | static BasePtr get_function(bool null_aware) { | 38 | 15 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 15 | return new MinMaxNumFunc< | 40 | 15 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 15 | null_aware); | 42 | 15 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 462 | static BasePtr get_function(bool null_aware) { | 38 | 462 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 462 | return new MinMaxNumFunc< | 40 | 462 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 462 | null_aware); | 42 | 462 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 425 | static BasePtr get_function(bool null_aware) { | 38 | 425 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 425 | return new MinMaxNumFunc< | 40 | 425 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 425 | null_aware); | 42 | 425 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 14.2k | static BasePtr get_function(bool null_aware) { | 38 | 14.2k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 14.2k | return new MinMaxNumFunc< | 40 | 14.2k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 14.2k | null_aware); | 42 | 14.2k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 3.00k | static BasePtr get_function(bool null_aware) { | 38 | 3.00k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 3.00k | return new MinMaxNumFunc< | 40 | 3.00k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 3.00k | null_aware); | 42 | 3.00k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 89 | static BasePtr get_function(bool null_aware) { | 38 | 89 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 89 | return new MinMaxNumFunc< | 40 | 89 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 89 | null_aware); | 42 | 89 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 289 | static BasePtr get_function(bool null_aware) { | 38 | 289 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 289 | return new MinMaxNumFunc< | 40 | 289 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 289 | null_aware); | 42 | 289 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 40 | static BasePtr get_function(bool null_aware) { | 38 | 40 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 40 | return new MinMaxNumFunc< | 40 | 40 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 40 | null_aware); | 42 | 40 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_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_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 36 | static BasePtr get_function(bool null_aware) { | 38 | 36 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 36 | return new MinMaxNumFunc< | 40 | 36 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 36 | null_aware); | 42 | 36 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 836 | static BasePtr get_function(bool null_aware) { | 38 | 836 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 836 | return new MinMaxNumFunc< | 40 | 836 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 836 | null_aware); | 42 | 836 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 3.45k | static BasePtr get_function(bool null_aware) { | 38 | 3.45k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 3.45k | return new MinMaxNumFunc< | 40 | 3.45k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 3.45k | null_aware); | 42 | 3.45k | } |
_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 | 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_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 639 | static BasePtr get_function(bool null_aware) { | 38 | 639 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 639 | return new MinMaxNumFunc< | 40 | 639 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 639 | null_aware); | 42 | 639 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 773 | static BasePtr get_function(bool null_aware) { | 38 | 773 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 773 | return new MinMaxNumFunc< | 40 | 773 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 773 | null_aware); | 42 | 773 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 662 | static BasePtr get_function(bool null_aware) { | 38 | 662 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 662 | return new MinMaxNumFunc< | 40 | 662 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 662 | null_aware); | 42 | 662 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 197 | static BasePtr get_function(bool null_aware) { | 38 | 197 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 197 | return new MinMaxNumFunc< | 40 | 197 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 197 | null_aware); | 42 | 197 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 33 | static BasePtr get_function(bool null_aware) { | 38 | 33 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 33 | return new MinMaxNumFunc< | 40 | 33 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 33 | null_aware); | 42 | 33 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 3 | static BasePtr get_function(bool null_aware) { | 38 | 3 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 3 | return new MinMaxNumFunc< | 40 | 3 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 3 | null_aware); | 42 | 3 | } |
_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 | 31.6k | static BasePtr get_function(bool null_aware) { |
50 | 31.6k | if constexpr (is_string_type(type)) { |
51 | 1.23k | return new StringSet<>(null_aware); |
52 | 1.23k | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { |
53 | 659 | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
54 | 659 | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); |
55 | 2.23k | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { |
56 | 2.23k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
57 | 2.23k | return new HybridSet<type, FixedContainer<CppType, N>>(null_aware); |
58 | 27.4k | } else { |
59 | 27.4k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
60 | 27.4k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); |
61 | 27.4k | } |
62 | 31.6k | } _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 238 | 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 | 238 | } else { | 59 | 238 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 238 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 238 | } | 62 | 238 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 31 | 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 | 31 | } else { | 59 | 31 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 31 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 31 | } | 62 | 31 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 378 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 378 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 378 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 378 | 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 | 378 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 258 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 258 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 258 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 258 | 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 | 258 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 16.9k | 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 | 16.9k | } else { | 59 | 16.9k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 16.9k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 16.9k | } | 62 | 16.9k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 4.25k | 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.25k | } else { | 59 | 4.25k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 4.25k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 4.25k | } | 62 | 4.25k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 128 | 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 | 128 | } else { | 59 | 128 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 128 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 128 | } | 62 | 128 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 292 | 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 | 292 | } else { | 59 | 292 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 292 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 292 | } | 62 | 292 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_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_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 23 | 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 | 23 | } else { | 59 | 23 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 23 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 23 | } | 62 | 23 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 53 | 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 | 53 | } else { | 59 | 53 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 53 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 53 | } | 62 | 53 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1.08k | 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.08k | } else { | 59 | 1.08k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 1.08k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 1.08k | } | 62 | 1.08k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3.53k | 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.53k | } else { | 59 | 3.53k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 3.53k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 3.53k | } | 62 | 3.53k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 7 | 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 | 7 | } else { | 59 | 7 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 7 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 7 | } | 62 | 7 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 13 | static BasePtr get_function(bool null_aware) { | 50 | 13 | if constexpr (is_string_type(type)) { | 51 | 13 | 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 | 13 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 449 | static BasePtr get_function(bool null_aware) { | 50 | 449 | if constexpr (is_string_type(type)) { | 51 | 449 | 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 | 449 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 773 | static BasePtr get_function(bool null_aware) { | 50 | 773 | if constexpr (is_string_type(type)) { | 51 | 773 | 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 | 773 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 7 | 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 | 7 | } else { | 59 | 7 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 7 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 7 | } | 62 | 7 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 615 | 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 | 615 | } else { | 59 | 615 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 615 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 615 | } | 62 | 615 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 197 | 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 | 197 | } else { | 59 | 197 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 197 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 197 | } | 62 | 197 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 59 | 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 | 59 | } else { | 59 | 59 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 59 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 59 | } | 62 | 59 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_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 | | } 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 | } else { | 59 | 5 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 5 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 5 | } | 62 | 5 | } |
_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 | 6 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 6 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 6 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 6 | 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 | 6 | } |
_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 | 457 | 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 | 457 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 457 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 457 | 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 | 457 | } |
_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 | 853 | 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 | 853 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 853 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 853 | 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 | 853 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 259 | 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 | 259 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 259 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 259 | 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 | 259 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm2EEEPNS_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_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 | 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 | 67 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 67 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 67 | 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 | 67 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 41 | 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 | 41 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 41 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 41 | 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 | 41 | } |
_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 | 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_13PrimitiveTypeE29ELm2EEEPNS_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 | } |
_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 | 183 | 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 | 183 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 183 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 183 | 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_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 159 | 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 | 159 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 159 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 159 | 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 | 159 | } |
_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 | 39 | 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 | 39 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 39 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 39 | 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 | 39 | } |
_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 | 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_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 | } |
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm6EEEPNS_13HybridSetBaseEb 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 | 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 | 11 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 11 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 11 | 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 | 11 | } |
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 | 36.0k | static BasePtr get_function(bool null_aware) { |
70 | 36.0k | return new BloomFilterFunc<type>(null_aware); |
71 | 36.0k | } _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 235 | static BasePtr get_function(bool null_aware) { | 70 | 235 | return new BloomFilterFunc<type>(null_aware); | 71 | 235 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 30 | static BasePtr get_function(bool null_aware) { | 70 | 30 | return new BloomFilterFunc<type>(null_aware); | 71 | 30 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 3.44k | static BasePtr get_function(bool null_aware) { | 70 | 3.44k | return new BloomFilterFunc<type>(null_aware); | 71 | 3.44k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 2.48k | static BasePtr get_function(bool null_aware) { | 70 | 2.48k | return new BloomFilterFunc<type>(null_aware); | 71 | 2.48k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 16.8k | static BasePtr get_function(bool null_aware) { | 70 | 16.8k | return new BloomFilterFunc<type>(null_aware); | 71 | 16.8k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 4.19k | static BasePtr get_function(bool null_aware) { | 70 | 4.19k | return new BloomFilterFunc<type>(null_aware); | 71 | 4.19k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 172 | static BasePtr get_function(bool null_aware) { | 70 | 172 | return new BloomFilterFunc<type>(null_aware); | 71 | 172 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 288 | static BasePtr get_function(bool null_aware) { | 70 | 288 | return new BloomFilterFunc<type>(null_aware); | 71 | 288 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 32 | static BasePtr get_function(bool null_aware) { | 70 | 32 | return new BloomFilterFunc<type>(null_aware); | 71 | 32 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 12 | static BasePtr get_function(bool null_aware) { | 70 | 12 | return new BloomFilterFunc<type>(null_aware); | 71 | 12 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 68 | static BasePtr get_function(bool null_aware) { | 70 | 68 | return new BloomFilterFunc<type>(null_aware); | 71 | 68 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 1.20k | static BasePtr get_function(bool null_aware) { | 70 | 1.20k | return new BloomFilterFunc<type>(null_aware); | 71 | 1.20k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 4.03k | static BasePtr get_function(bool null_aware) { | 70 | 4.03k | return new BloomFilterFunc<type>(null_aware); | 71 | 4.03k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 12 | static BasePtr get_function(bool null_aware) { | 70 | 12 | return new BloomFilterFunc<type>(null_aware); | 71 | 12 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 235 | static BasePtr get_function(bool null_aware) { | 70 | 235 | return new BloomFilterFunc<type>(null_aware); | 71 | 235 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 972 | static BasePtr get_function(bool null_aware) { | 70 | 972 | return new BloomFilterFunc<type>(null_aware); | 71 | 972 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 711 | static BasePtr get_function(bool null_aware) { | 70 | 711 | return new BloomFilterFunc<type>(null_aware); | 71 | 711 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 255 | static BasePtr get_function(bool null_aware) { | 70 | 255 | return new BloomFilterFunc<type>(null_aware); | 71 | 255 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 671 | static BasePtr get_function(bool null_aware) { | 70 | 671 | return new BloomFilterFunc<type>(null_aware); | 71 | 671 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 150 | static BasePtr get_function(bool null_aware) { | 70 | 150 | return new BloomFilterFunc<type>(null_aware); | 71 | 150 | } |
_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 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 18 | static BasePtr get_function(bool null_aware) { | 70 | 18 | return new BloomFilterFunc<type>(null_aware); | 71 | 18 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 18 | static BasePtr get_function(bool null_aware) { | 70 | 18 | return new BloomFilterFunc<type>(null_aware); | 71 | 18 | } |
|
72 | | }; |
73 | | |
74 | | template <class Traits> |
75 | | class PredicateFunctionCreator { |
76 | | public: |
77 | | template <PrimitiveType type, size_t N = 0> |
78 | 93.1k | static typename Traits::BasePtr create(bool null_aware) { |
79 | 93.1k | return Traits::template get_function<type, N>(null_aware); |
80 | 93.1k | } _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 238 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 238 | return Traits::template get_function<type, N>(null_aware); | 80 | 238 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 31 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 31 | return Traits::template get_function<type, N>(null_aware); | 80 | 31 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 379 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 379 | return Traits::template get_function<type, N>(null_aware); | 80 | 379 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 258 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 258 | return Traits::template get_function<type, N>(null_aware); | 80 | 258 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 16.9k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 16.9k | return Traits::template get_function<type, N>(null_aware); | 80 | 16.9k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 4.25k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4.25k | return Traits::template get_function<type, N>(null_aware); | 80 | 4.25k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 128 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 128 | return Traits::template get_function<type, N>(null_aware); | 80 | 128 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 292 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 292 | return Traits::template get_function<type, N>(null_aware); | 80 | 292 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_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_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 23 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 23 | return Traits::template get_function<type, N>(null_aware); | 80 | 23 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 53 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 53 | return Traits::template get_function<type, N>(null_aware); | 80 | 53 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1.08k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1.08k | return Traits::template get_function<type, N>(null_aware); | 80 | 1.08k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3.53k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.53k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.53k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb 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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_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_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 449 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 449 | return Traits::template get_function<type, N>(null_aware); | 80 | 449 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 773 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 773 | return Traits::template get_function<type, N>(null_aware); | 80 | 773 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb 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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 615 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 615 | return Traits::template get_function<type, N>(null_aware); | 80 | 615 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 197 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 197 | return Traits::template get_function<type, N>(null_aware); | 80 | 197 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 59 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 59 | return Traits::template get_function<type, N>(null_aware); | 80 | 59 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_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_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 | 6 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 6 | return Traits::template get_function<type, N>(null_aware); | 80 | 6 | } |
_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 | 457 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 457 | return Traits::template get_function<type, N>(null_aware); | 80 | 457 | } |
_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 | 853 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 853 | return Traits::template get_function<type, N>(null_aware); | 80 | 853 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 259 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 259 | return Traits::template get_function<type, N>(null_aware); | 80 | 259 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm2EEEPNS_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_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 | 67 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 67 | return Traits::template get_function<type, N>(null_aware); | 80 | 67 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 41 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 41 | return Traits::template get_function<type, N>(null_aware); | 80 | 41 | } |
_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 | 5 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 5 | return Traits::template get_function<type, N>(null_aware); | 80 | 5 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm2EEEPNS_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 | } |
_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 | 183 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 183 | return Traits::template get_function<type, N>(null_aware); | 80 | 183 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 159 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 159 | return Traits::template get_function<type, N>(null_aware); | 80 | 159 | } |
_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 | 39 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 39 | return Traits::template get_function<type, N>(null_aware); | 80 | 39 | } |
_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 | 9 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 9 | return Traits::template get_function<type, N>(null_aware); | 80 | 9 | } |
_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 | } |
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm6EEEPNS_13HybridSetBaseEb 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 | 11 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 11 | return Traits::template get_function<type, N>(null_aware); | 80 | 11 | } |
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 | 237 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 237 | return Traits::template get_function<type, N>(null_aware); | 80 | 237 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb 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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 462 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 462 | return Traits::template get_function<type, N>(null_aware); | 80 | 462 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 425 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 425 | return Traits::template get_function<type, N>(null_aware); | 80 | 425 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 14.2k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 14.2k | return Traits::template get_function<type, N>(null_aware); | 80 | 14.2k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 3.00k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.00k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.00k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 89 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 89 | return Traits::template get_function<type, N>(null_aware); | 80 | 89 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 289 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 289 | return Traits::template get_function<type, N>(null_aware); | 80 | 289 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 40 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 40 | return Traits::template get_function<type, N>(null_aware); | 80 | 40 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_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_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb 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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 837 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 837 | return Traits::template get_function<type, N>(null_aware); | 80 | 837 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 3.45k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.45k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.45k | } |
_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 | 49 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 49 | return Traits::template get_function<type, N>(null_aware); | 80 | 49 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 639 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 639 | return Traits::template get_function<type, N>(null_aware); | 80 | 639 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 773 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 773 | return Traits::template get_function<type, N>(null_aware); | 80 | 773 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 662 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 662 | return Traits::template get_function<type, N>(null_aware); | 80 | 662 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 197 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 197 | return Traits::template get_function<type, N>(null_aware); | 80 | 197 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 33 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 33 | return Traits::template get_function<type, N>(null_aware); | 80 | 33 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb 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_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 | 235 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 235 | return Traits::template get_function<type, N>(null_aware); | 80 | 235 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 30 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 30 | return Traits::template get_function<type, N>(null_aware); | 80 | 30 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 3.43k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.43k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.43k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 2.49k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 2.49k | return Traits::template get_function<type, N>(null_aware); | 80 | 2.49k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 16.7k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 16.7k | return Traits::template get_function<type, N>(null_aware); | 80 | 16.7k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 4.18k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4.18k | return Traits::template get_function<type, N>(null_aware); | 80 | 4.18k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 172 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 172 | return Traits::template get_function<type, N>(null_aware); | 80 | 172 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 288 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 288 | return Traits::template get_function<type, N>(null_aware); | 80 | 288 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 32 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 32 | return Traits::template get_function<type, N>(null_aware); | 80 | 32 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 12 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 12 | return Traits::template get_function<type, N>(null_aware); | 80 | 12 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 68 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 68 | return Traits::template get_function<type, N>(null_aware); | 80 | 68 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 1.20k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1.20k | return Traits::template get_function<type, N>(null_aware); | 80 | 1.20k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 4.03k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4.03k | return Traits::template get_function<type, N>(null_aware); | 80 | 4.03k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 12 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 12 | return Traits::template get_function<type, N>(null_aware); | 80 | 12 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 233 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 233 | return Traits::template get_function<type, N>(null_aware); | 80 | 233 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 972 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 972 | return Traits::template get_function<type, N>(null_aware); | 80 | 972 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 711 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 711 | return Traits::template get_function<type, N>(null_aware); | 80 | 711 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 255 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 255 | return Traits::template get_function<type, N>(null_aware); | 80 | 255 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 671 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 671 | return Traits::template get_function<type, N>(null_aware); | 80 | 671 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 150 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 150 | return Traits::template get_function<type, N>(null_aware); | 80 | 150 | } |
_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 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 18 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 18 | return Traits::template get_function<type, N>(null_aware); | 80 | 18 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 18 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 18 | return Traits::template get_function<type, N>(null_aware); | 80 | 18 | } |
|
81 | | }; |
82 | | |
83 | | #define APPLY_FOR_PRIMTYPE(M) \ |
84 | 4.30k | M(TYPE_TINYINT) \ |
85 | 4.30k | M(TYPE_SMALLINT) \ |
86 | 49.5k | M(TYPE_INT) \ |
87 | 49.5k | M(TYPE_BIGINT) \ |
88 | 11.8k | M(TYPE_LARGEINT) \ |
89 | 872 | M(TYPE_FLOAT) \ |
90 | 872 | M(TYPE_DOUBLE) \ |
91 | 87 | M(TYPE_DATE) \ |
92 | 167 | M(TYPE_DATETIME) \ |
93 | 3.19k | M(TYPE_DATEV2) \ |
94 | 11.0k | M(TYPE_DATETIMEV2) \ |
95 | 11.0k | M(TYPE_TIMESTAMPTZ) \ |
96 | 324 | M(TYPE_CHAR) \ |
97 | 2.28k | M(TYPE_VARCHAR) \ |
98 | 2.32k | M(TYPE_STRING) \ |
99 | 2.32k | M(TYPE_DECIMAL32) \ |
100 | 1.95k | M(TYPE_DECIMAL64) \ |
101 | 1.95k | M(TYPE_DECIMAL128I) \ |
102 | 554 | M(TYPE_DECIMAL256) \ |
103 | 148 | M(TYPE_IPV4) \ |
104 | 44 | M(TYPE_IPV6) |
105 | | |
106 | | template <class Traits, size_t N = 0> |
107 | 93.1k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { |
108 | 93.1k | using Creator = PredicateFunctionCreator<Traits>; |
109 | | |
110 | 93.1k | switch (type) { |
111 | 712 | case TYPE_BOOLEAN: { |
112 | 712 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); |
113 | 0 | } |
114 | 77 | case TYPE_DECIMALV2: { |
115 | 77 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); |
116 | 0 | } |
117 | 0 | #define M(NAME) \ |
118 | 92.4k | case NAME: { \ |
119 | 92.4k | return Creator::template create<NAME, N>(null_aware); \ |
120 | 92.4k | } |
121 | 92.4k | 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 | 93.1k | } |
126 | | |
127 | 0 | return nullptr; |
128 | 93.1k | } _ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 29.3k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 29.3k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 29.3k | switch (type) { | 111 | 238 | case TYPE_BOOLEAN: { | 112 | 238 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 31 | case TYPE_DECIMALV2: { | 115 | 31 | 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 | 31 | 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 | 29.3k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 29.3k | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm1EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 481 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 481 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 481 | 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 | 481 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 481 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm2EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 1.27k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 1.27k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 1.27k | 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 | 1.27k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 1.27k | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm3EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 379 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 379 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 379 | 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 | 379 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 379 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm4EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 65 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 65 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 65 | 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 | 65 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 65 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm5EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 20 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 20 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 20 | 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 | 20 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 20 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm6EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 9 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 9 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 9 | 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 | 9 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 9 | } |
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm7EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 15 | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 15 | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 15 | 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 | 15 | } | 126 | | | 127 | 0 | return nullptr; | 128 | 15 | } |
_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 | 25.4k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 25.4k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 25.4k | switch (type) { | 111 | 236 | case TYPE_BOOLEAN: { | 112 | 236 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 15 | case TYPE_DECIMALV2: { | 115 | 15 | 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 | 15 | 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.4k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 25.4k | } |
_ZN5doris25create_predicate_functionINS_17BloomFilterTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 36.0k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 36.0k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 36.0k | switch (type) { | 111 | 235 | case TYPE_BOOLEAN: { | 112 | 235 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 30 | case TYPE_DECIMALV2: { | 115 | 30 | 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 | 30 | 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 | 36.0k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 36.0k | } |
|
129 | | |
130 | 25.5k | inline auto create_minmax_filter(PrimitiveType type, bool null_aware) { |
131 | 25.5k | return create_predicate_function<MinmaxFunctionTraits>(type, null_aware); |
132 | 25.5k | } |
133 | | |
134 | | template <size_t N = 0> |
135 | 31.6k | inline auto create_set(PrimitiveType type, bool null_aware) { |
136 | 31.6k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); |
137 | 31.6k | } _ZN5doris10create_setILm0EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 29.3k | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 29.3k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 29.3k | } |
_ZN5doris10create_setILm1EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 481 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 481 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 481 | } |
_ZN5doris10create_setILm2EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 1.27k | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 1.27k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 1.27k | } |
_ZN5doris10create_setILm3EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 379 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 379 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 379 | } |
_ZN5doris10create_setILm4EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 65 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 65 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 65 | } |
_ZN5doris10create_setILm5EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 20 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 20 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 20 | } |
_ZN5doris10create_setILm6EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 9 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 9 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 9 | } |
_ZN5doris10create_setILm7EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 15 | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 15 | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 15 | } |
_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 | 2.39k | inline auto create_set(PrimitiveType type, size_t size, bool null_aware) { |
140 | 2.39k | if (size == 0) { |
141 | 12 | return create_set<0>(type, null_aware); |
142 | 2.38k | } else if (size == 1) { |
143 | 479 | return create_set<1>(type, null_aware); |
144 | 1.90k | } else if (size == 2) { |
145 | 1.27k | return create_set<2>(type, null_aware); |
146 | 1.27k | } else if (size == 3) { |
147 | 359 | return create_set<3>(type, null_aware); |
148 | 359 | } else if (size == 4) { |
149 | 63 | return create_set<4>(type, null_aware); |
150 | 211 | } else if (size == 5) { |
151 | 18 | return create_set<5>(type, null_aware); |
152 | 193 | } else if (size == 6) { |
153 | 7 | return create_set<6>(type, null_aware); |
154 | 186 | } else if (size == 7) { |
155 | 13 | return create_set<7>(type, null_aware); |
156 | 173 | } else if (size == FIXED_CONTAINER_MAX_SIZE) { |
157 | 7 | return create_set<FIXED_CONTAINER_MAX_SIZE>(type, null_aware); |
158 | 166 | } else { |
159 | 166 | return create_set(type, null_aware); |
160 | 166 | } |
161 | 2.39k | } |
162 | | |
163 | 519 | inline HybridSetBase* create_string_value_set(bool null_aware) { |
164 | 519 | return new StringValueSet(null_aware); |
165 | 519 | } |
166 | | |
167 | 519 | inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) { |
168 | 519 | return create_string_value_set(null_aware); |
169 | 519 | } |
170 | | |
171 | 36.2k | inline auto create_bloom_filter(PrimitiveType type, bool null_aware) { |
172 | 36.2k | return create_predicate_function<BloomFilterTraits>(type, null_aware); |
173 | 36.2k | } |
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 | 317 | const TabletColumn* column, bool) { |
198 | | // currently only support like predicate |
199 | 317 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { |
200 | 317 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), |
201 | 317 | filter->_fn_ctx, filter->_string_param); |
202 | 317 | } |
203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); |
204 | 317 | } 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 | 30 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 30 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 30 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 30 | filter->_fn_ctx, filter->_string_param); | 202 | 30 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 30 | } |
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE10EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 224 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 224 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 224 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 224 | filter->_fn_ctx, filter->_string_param); | 202 | 224 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 224 | } |
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE23EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 63 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 63 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 63 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 63 | filter->_fn_ctx, filter->_string_param); | 202 | 63 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 63 | } |
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 | 319 | bool null_aware = false) { |
211 | 319 | switch (type) { |
212 | 0 | #define M(NAME) \ |
213 | 318 | case FieldType::OLAP_FIELD_##NAME: { \ |
214 | 318 | return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \ |
215 | 318 | } |
216 | 318 | 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 | 319 | } |
227 | 319 | } |
228 | | |
229 | | } // namespace doris |