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 | 228 | static BasePtr get_function(bool null_aware) { | 38 | 228 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 228 | return new MinMaxNumFunc< | 40 | 228 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 228 | null_aware); | 42 | 228 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 9 | static BasePtr get_function(bool null_aware) { | 38 | 9 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 9 | return new MinMaxNumFunc< | 40 | 9 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 9 | null_aware); | 42 | 9 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 374 | static BasePtr get_function(bool null_aware) { | 38 | 374 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 374 | return new MinMaxNumFunc< | 40 | 374 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 374 | null_aware); | 42 | 374 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 274 | static BasePtr get_function(bool null_aware) { | 38 | 274 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 274 | return new MinMaxNumFunc< | 40 | 274 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 274 | null_aware); | 42 | 274 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 14.1k | static BasePtr get_function(bool null_aware) { | 38 | 14.1k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 14.1k | return new MinMaxNumFunc< | 40 | 14.1k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 14.1k | null_aware); | 42 | 14.1k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 3.71k | static BasePtr get_function(bool null_aware) { | 38 | 3.71k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 3.71k | return new MinMaxNumFunc< | 40 | 3.71k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 3.71k | null_aware); | 42 | 3.71k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 101 | static BasePtr get_function(bool null_aware) { | 38 | 101 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 101 | return new MinMaxNumFunc< | 40 | 101 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 101 | null_aware); | 42 | 101 | } |
_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 | 12 | static BasePtr get_function(bool null_aware) { | 38 | 12 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 12 | return new MinMaxNumFunc< | 40 | 12 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 12 | null_aware); | 42 | 12 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 19 | static BasePtr get_function(bool null_aware) { | 38 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 19 | return new MinMaxNumFunc< | 40 | 19 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 19 | null_aware); | 42 | 19 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_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_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 823 | static BasePtr get_function(bool null_aware) { | 38 | 823 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 823 | return new MinMaxNumFunc< | 40 | 823 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 823 | null_aware); | 42 | 823 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 3.37k | static BasePtr get_function(bool null_aware) { | 38 | 3.37k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 3.37k | return new MinMaxNumFunc< | 40 | 3.37k | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 3.37k | null_aware); | 42 | 3.37k | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 19 | static BasePtr get_function(bool null_aware) { | 38 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 19 | return new MinMaxNumFunc< | 40 | 19 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 19 | null_aware); | 42 | 19 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 17 | static BasePtr get_function(bool null_aware) { | 38 | 17 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 17 | return new MinMaxNumFunc< | 40 | 17 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 17 | null_aware); | 42 | 17 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 430 | static BasePtr get_function(bool null_aware) { | 38 | 430 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 430 | return new MinMaxNumFunc< | 40 | 430 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 430 | null_aware); | 42 | 430 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 703 | static BasePtr get_function(bool null_aware) { | 38 | 703 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 703 | return new MinMaxNumFunc< | 40 | 703 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 703 | null_aware); | 42 | 703 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 726 | static BasePtr get_function(bool null_aware) { | 38 | 726 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 726 | return new MinMaxNumFunc< | 40 | 726 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 726 | null_aware); | 42 | 726 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 153 | static BasePtr get_function(bool null_aware) { | 38 | 153 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 153 | return new MinMaxNumFunc< | 40 | 153 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 153 | null_aware); | 42 | 153 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 60 | static BasePtr get_function(bool null_aware) { | 38 | 60 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 60 | return new MinMaxNumFunc< | 40 | 60 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 60 | null_aware); | 42 | 60 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 18 | static BasePtr get_function(bool null_aware) { | 38 | 18 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 18 | return new MinMaxNumFunc< | 40 | 18 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 18 | null_aware); | 42 | 18 | } |
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 37 | 1 | static BasePtr get_function(bool null_aware) { | 38 | 1 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 39 | 1 | return new MinMaxNumFunc< | 40 | 1 | std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>( | 41 | 1 | null_aware); | 42 | 1 | } |
|
43 | | }; |
44 | | |
45 | | class HybridSetTraits { |
46 | | public: |
47 | | using BasePtr = HybridSetBase*; |
48 | | template <PrimitiveType type, size_t N> |
49 | 29.3k | static BasePtr get_function(bool null_aware) { |
50 | 29.3k | if constexpr (is_string_type(type)) { |
51 | 1.58k | return new StringSet<>(null_aware); |
52 | 1.58k | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { |
53 | 1.07k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
54 | 1.07k | 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 | 24.4k | } else { |
59 | 24.4k | using CppType = typename PrimitiveTypeTraits<type>::CppType; |
60 | 24.4k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); |
61 | 24.4k | } |
62 | 29.3k | } _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 230 | 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 | 230 | } else { | 59 | 230 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 230 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 230 | } | 62 | 230 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 19 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } 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 | 19 | } else { | 59 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 19 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 19 | } | 62 | 19 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 513 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 513 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 513 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 513 | 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 | 513 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 537 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | 537 | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | 537 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | 537 | 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 | 537 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 14.3k | 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 | 14.3k | } else { | 59 | 14.3k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 14.3k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 14.3k | } | 62 | 14.3k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3.68k | 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.68k | } else { | 59 | 3.68k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 3.68k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 3.68k | } | 62 | 3.68k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 137 | 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 | 137 | } else { | 59 | 137 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 137 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 137 | } | 62 | 137 | } |
_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 | 19 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } 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 | 19 | } else { | 59 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 19 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 19 | } | 62 | 19 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 21 | 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 | 21 | } else { | 59 | 21 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 21 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 21 | } | 62 | 21 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 29 | 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 | 29 | } else { | 59 | 29 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 29 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 29 | } | 62 | 29 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 1.13k | 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.13k | } else { | 59 | 1.13k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 1.13k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 1.13k | } | 62 | 1.13k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 3.46k | 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.46k | } else { | 59 | 3.46k | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 3.46k | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 3.46k | } | 62 | 3.46k | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 19 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } 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 | 19 | } else { | 59 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 19 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 19 | } | 62 | 19 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 92 | static BasePtr get_function(bool null_aware) { | 50 | 92 | if constexpr (is_string_type(type)) { | 51 | 92 | 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 | 92 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 753 | static BasePtr get_function(bool null_aware) { | 50 | 753 | if constexpr (is_string_type(type)) { | 51 | 753 | 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 | 753 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 744 | static BasePtr get_function(bool null_aware) { | 50 | 744 | if constexpr (is_string_type(type)) { | 51 | 744 | 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 | 744 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 104 | 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 | 104 | } else { | 59 | 104 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 104 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 104 | } | 62 | 104 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 643 | 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 | 643 | } else { | 59 | 643 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 643 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 643 | } | 62 | 643 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 175 | 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 | 175 | } else { | 59 | 175 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 175 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 175 | } | 62 | 175 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 86 | 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 | 86 | } else { | 59 | 86 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 86 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 86 | } | 62 | 86 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 36 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } 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 | 36 | } else { | 59 | 36 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 36 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 36 | } | 62 | 36 | } |
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 49 | 19 | static BasePtr get_function(bool null_aware) { | 50 | | if constexpr (is_string_type(type)) { | 51 | | return new StringSet<>(null_aware); | 52 | | } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) { | 53 | | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 54 | | return new HybridSet<type, BitSetContainer<CppType>>(null_aware); | 55 | | } 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 | 19 | } else { | 59 | 19 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 60 | 19 | return new HybridSet<type, DynamicContainer<CppType>>(null_aware); | 61 | 19 | } | 62 | 19 | } |
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 | 859 | 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 | 859 | } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) { | 56 | 859 | using CppType = typename PrimitiveTypeTraits<type>::CppType; | 57 | 859 | 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 | 859 | } |
_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 | 23.3k | static BasePtr get_function(bool null_aware) { |
70 | 23.3k | return new BloomFilterFunc<type>(null_aware); |
71 | 23.3k | } _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 228 | static BasePtr get_function(bool null_aware) { | 70 | 228 | return new BloomFilterFunc<type>(null_aware); | 71 | 228 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 20 | static BasePtr get_function(bool null_aware) { | 70 | 20 | return new BloomFilterFunc<type>(null_aware); | 71 | 20 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 684 | static BasePtr get_function(bool null_aware) { | 70 | 684 | return new BloomFilterFunc<type>(null_aware); | 71 | 684 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 652 | static BasePtr get_function(bool null_aware) { | 70 | 652 | return new BloomFilterFunc<type>(null_aware); | 71 | 652 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 12.3k | static BasePtr get_function(bool null_aware) { | 70 | 12.3k | return new BloomFilterFunc<type>(null_aware); | 71 | 12.3k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 4.72k | static BasePtr get_function(bool null_aware) { | 70 | 4.72k | return new BloomFilterFunc<type>(null_aware); | 71 | 4.72k | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 175 | static BasePtr get_function(bool null_aware) { | 70 | 175 | return new BloomFilterFunc<type>(null_aware); | 71 | 175 | } |
_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 | 17 | static BasePtr get_function(bool null_aware) { | 70 | 17 | return new BloomFilterFunc<type>(null_aware); | 71 | 17 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 21 | static BasePtr get_function(bool null_aware) { | 70 | 21 | return new BloomFilterFunc<type>(null_aware); | 71 | 21 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 21 | static BasePtr get_function(bool null_aware) { | 70 | 21 | return new BloomFilterFunc<type>(null_aware); | 71 | 21 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 945 | static BasePtr get_function(bool null_aware) { | 70 | 945 | return new BloomFilterFunc<type>(null_aware); | 71 | 945 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 821 | static BasePtr get_function(bool null_aware) { | 70 | 821 | return new BloomFilterFunc<type>(null_aware); | 71 | 821 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 3 | static BasePtr get_function(bool null_aware) { | 70 | 3 | return new BloomFilterFunc<type>(null_aware); | 71 | 3 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 107 | static BasePtr get_function(bool null_aware) { | 70 | 107 | return new BloomFilterFunc<type>(null_aware); | 71 | 107 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 494 | static BasePtr get_function(bool null_aware) { | 70 | 494 | return new BloomFilterFunc<type>(null_aware); | 71 | 494 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 799 | static BasePtr get_function(bool null_aware) { | 70 | 799 | return new BloomFilterFunc<type>(null_aware); | 71 | 799 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 55 | static BasePtr get_function(bool null_aware) { | 70 | 55 | return new BloomFilterFunc<type>(null_aware); | 71 | 55 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 718 | static BasePtr get_function(bool null_aware) { | 70 | 718 | return new BloomFilterFunc<type>(null_aware); | 71 | 718 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 192 | static BasePtr get_function(bool null_aware) { | 70 | 192 | return new BloomFilterFunc<type>(null_aware); | 71 | 192 | } |
_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 | 24 | static BasePtr get_function(bool null_aware) { | 70 | 24 | return new BloomFilterFunc<type>(null_aware); | 71 | 24 | } |
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 69 | 23 | static BasePtr get_function(bool null_aware) { | 70 | 23 | return new BloomFilterFunc<type>(null_aware); | 71 | 23 | } |
|
72 | | }; |
73 | | |
74 | | template <class Traits> |
75 | | class PredicateFunctionCreator { |
76 | | public: |
77 | | template <PrimitiveType type, size_t N = 0> |
78 | 78.1k | static typename Traits::BasePtr create(bool null_aware) { |
79 | 78.1k | return Traits::template get_function<type, N>(null_aware); |
80 | 78.1k | } _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 230 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 230 | return Traits::template get_function<type, N>(null_aware); | 80 | 230 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 513 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 513 | return Traits::template get_function<type, N>(null_aware); | 80 | 513 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 537 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 537 | return Traits::template get_function<type, N>(null_aware); | 80 | 537 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 14.3k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 14.3k | return Traits::template get_function<type, N>(null_aware); | 80 | 14.3k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3.68k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.68k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.68k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 137 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 137 | return Traits::template get_function<type, N>(null_aware); | 80 | 137 | } |
_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 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 21 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 21 | return Traits::template get_function<type, N>(null_aware); | 80 | 21 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 29 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 29 | return Traits::template get_function<type, N>(null_aware); | 80 | 29 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 1.13k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 1.13k | return Traits::template get_function<type, N>(null_aware); | 80 | 1.13k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 3.46k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.46k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.46k | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb 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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 92 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 92 | return Traits::template get_function<type, N>(null_aware); | 80 | 92 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 753 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 753 | return Traits::template get_function<type, N>(null_aware); | 80 | 753 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 745 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 745 | return Traits::template get_function<type, N>(null_aware); | 80 | 745 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 104 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 104 | return Traits::template get_function<type, N>(null_aware); | 80 | 104 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 643 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 643 | return Traits::template get_function<type, N>(null_aware); | 80 | 643 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 175 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 175 | return Traits::template get_function<type, N>(null_aware); | 80 | 175 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 86 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 86 | return Traits::template get_function<type, N>(null_aware); | 80 | 86 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 36 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 36 | return Traits::template get_function<type, N>(null_aware); | 80 | 36 | } |
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb Line | Count | Source | 78 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
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 | 859 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 859 | return Traits::template get_function<type, N>(null_aware); | 80 | 859 | } |
_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 | 228 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 228 | return Traits::template get_function<type, N>(null_aware); | 80 | 228 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb 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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 374 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 374 | return Traits::template get_function<type, N>(null_aware); | 80 | 374 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 274 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 274 | return Traits::template get_function<type, N>(null_aware); | 80 | 274 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 14.1k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 14.1k | return Traits::template get_function<type, N>(null_aware); | 80 | 14.1k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 3.71k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.71k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.71k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 101 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 101 | return Traits::template get_function<type, N>(null_aware); | 80 | 101 | } |
_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 | 12 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 12 | return Traits::template get_function<type, N>(null_aware); | 80 | 12 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_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_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 823 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 823 | return Traits::template get_function<type, N>(null_aware); | 80 | 823 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 3.37k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 3.37k | return Traits::template get_function<type, N>(null_aware); | 80 | 3.37k | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 19 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 19 | return Traits::template get_function<type, N>(null_aware); | 80 | 19 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 17 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 17 | return Traits::template get_function<type, N>(null_aware); | 80 | 17 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 430 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 430 | return Traits::template get_function<type, N>(null_aware); | 80 | 430 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 703 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 703 | return Traits::template get_function<type, N>(null_aware); | 80 | 703 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 726 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 726 | return Traits::template get_function<type, N>(null_aware); | 80 | 726 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 153 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 153 | return Traits::template get_function<type, N>(null_aware); | 80 | 153 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb Line | Count | Source | 78 | 60 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 60 | return Traits::template get_function<type, N>(null_aware); | 80 | 60 | } |
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb 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_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 | 228 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 228 | return Traits::template get_function<type, N>(null_aware); | 80 | 228 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 20 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 20 | return Traits::template get_function<type, N>(null_aware); | 80 | 20 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 684 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 684 | return Traits::template get_function<type, N>(null_aware); | 80 | 684 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 652 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 652 | return Traits::template get_function<type, N>(null_aware); | 80 | 652 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 12.3k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 12.3k | return Traits::template get_function<type, N>(null_aware); | 80 | 12.3k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 4.73k | static typename Traits::BasePtr create(bool null_aware) { | 79 | 4.73k | return Traits::template get_function<type, N>(null_aware); | 80 | 4.73k | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 175 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 175 | return Traits::template get_function<type, N>(null_aware); | 80 | 175 | } |
_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 | 17 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 17 | return Traits::template get_function<type, N>(null_aware); | 80 | 17 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 21 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 21 | return Traits::template get_function<type, N>(null_aware); | 80 | 21 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 21 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 21 | return Traits::template get_function<type, N>(null_aware); | 80 | 21 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 945 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 945 | return Traits::template get_function<type, N>(null_aware); | 80 | 945 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 821 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 821 | return Traits::template get_function<type, N>(null_aware); | 80 | 821 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb 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_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 107 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 107 | return Traits::template get_function<type, N>(null_aware); | 80 | 107 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 494 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 494 | return Traits::template get_function<type, N>(null_aware); | 80 | 494 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 799 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 799 | return Traits::template get_function<type, N>(null_aware); | 80 | 799 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 55 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 55 | return Traits::template get_function<type, N>(null_aware); | 80 | 55 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 718 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 718 | return Traits::template get_function<type, N>(null_aware); | 80 | 718 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb Line | Count | Source | 78 | 192 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 192 | return Traits::template get_function<type, N>(null_aware); | 80 | 192 | } |
_ZN5doris24PredicateFunctionCreatorINS_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 | 23 | static typename Traits::BasePtr create(bool null_aware) { | 79 | 23 | return Traits::template get_function<type, N>(null_aware); | 80 | 23 | } |
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb 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 | } |
|
81 | | }; |
82 | | |
83 | | #define APPLY_FOR_PRIMTYPE(M) \ |
84 | 1.58k | M(TYPE_TINYINT) \ |
85 | 1.58k | M(TYPE_SMALLINT) \ |
86 | 42.3k | M(TYPE_INT) \ |
87 | 42.3k | M(TYPE_BIGINT) \ |
88 | 12.5k | M(TYPE_LARGEINT) \ |
89 | 872 | M(TYPE_FLOAT) \ |
90 | 872 | M(TYPE_DOUBLE) \ |
91 | 71 | M(TYPE_DATE) \ |
92 | 71 | M(TYPE_DATETIME) \ |
93 | 2.97k | M(TYPE_DATEV2) \ |
94 | 7.70k | M(TYPE_DATETIMEV2) \ |
95 | 7.70k | M(TYPE_TIMESTAMPTZ) \ |
96 | 218 | M(TYPE_CHAR) \ |
97 | 1.93k | M(TYPE_VARCHAR) \ |
98 | 2.29k | M(TYPE_STRING) \ |
99 | 2.29k | M(TYPE_DECIMAL32) \ |
100 | 2.09k | M(TYPE_DECIMAL64) \ |
101 | 2.09k | M(TYPE_DECIMAL128I) \ |
102 | 531 | M(TYPE_DECIMAL256) \ |
103 | 202 | M(TYPE_IPV4) \ |
104 | 95 | M(TYPE_IPV6) |
105 | | |
106 | | template <class Traits, size_t N = 0> |
107 | 78.1k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { |
108 | 78.1k | using Creator = PredicateFunctionCreator<Traits>; |
109 | | |
110 | 78.1k | switch (type) { |
111 | 689 | case TYPE_BOOLEAN: { |
112 | 689 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); |
113 | 0 | } |
114 | 49 | case TYPE_DECIMALV2: { |
115 | 49 | return Creator::template create<TYPE_DECIMALV2, N>(null_aware); |
116 | 0 | } |
117 | 0 | #define M(NAME) \ |
118 | 77.4k | case NAME: { \ |
119 | 77.4k | return Creator::template create<NAME, N>(null_aware); \ |
120 | 77.4k | } |
121 | 77.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 | 78.1k | } |
126 | | |
127 | 0 | return nullptr; |
128 | 78.1k | } _ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb Line | Count | Source | 107 | 27.0k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 27.0k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 27.0k | switch (type) { | 111 | 230 | case TYPE_BOOLEAN: { | 112 | 230 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 19 | case TYPE_DECIMALV2: { | 115 | 19 | 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 | 19 | 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 | 27.0k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 27.0k | } |
_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.28k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 1.28k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 1.28k | 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.28k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 1.28k | } |
_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 | 228 | case TYPE_BOOLEAN: { | 112 | 228 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 9 | case TYPE_DECIMALV2: { | 115 | 9 | 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 | 9 | 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 | 23.3k | typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) { | 108 | 23.3k | using Creator = PredicateFunctionCreator<Traits>; | 109 | | | 110 | 23.3k | switch (type) { | 111 | 228 | case TYPE_BOOLEAN: { | 112 | 228 | return Creator::template create<TYPE_BOOLEAN, N>(null_aware); | 113 | 0 | } | 114 | 20 | case TYPE_DECIMALV2: { | 115 | 20 | 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 | 20 | 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 | 23.3k | } | 126 | | | 127 | 0 | return nullptr; | 128 | 23.3k | } |
|
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 | 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_setILm0EEEDaNS_13PrimitiveTypeEb Line | Count | Source | 135 | 27.1k | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 27.1k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 27.1k | } |
_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.28k | inline auto create_set(PrimitiveType type, bool null_aware) { | 136 | 1.28k | return create_predicate_function<HybridSetTraits, N>(type, null_aware); | 137 | 1.28k | } |
_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.40k | inline auto create_set(PrimitiveType type, size_t size, bool null_aware) { |
140 | 2.40k | if (size == 0) { |
141 | 12 | return create_set<0>(type, null_aware); |
142 | 2.39k | } else if (size == 1) { |
143 | 479 | return create_set<1>(type, null_aware); |
144 | 1.91k | } else if (size == 2) { |
145 | 1.28k | return create_set<2>(type, null_aware); |
146 | 1.28k | } 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.40k | } |
162 | | |
163 | 523 | inline HybridSetBase* create_string_value_set(bool null_aware) { |
164 | 523 | return new StringValueSet(null_aware); |
165 | 523 | } |
166 | | |
167 | 523 | inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) { |
168 | 523 | return create_string_value_set(null_aware); |
169 | 523 | } |
170 | | |
171 | 23.3k | inline auto create_bloom_filter(PrimitiveType type, bool null_aware) { |
172 | 23.3k | return create_predicate_function<BloomFilterTraits>(type, null_aware); |
173 | 23.3k | } |
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 | 310 | const TabletColumn* column, bool) { |
198 | | // currently only support like predicate |
199 | 310 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { |
200 | 310 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), |
201 | 310 | filter->_fn_ctx, filter->_string_param); |
202 | 310 | } |
203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); |
204 | 310 | } 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 | 2 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 2 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 2 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 2 | filter->_fn_ctx, filter->_string_param); | 202 | 2 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 2 | } |
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE10EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 259 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 259 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 259 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 259 | filter->_fn_ctx, filter->_string_param); | 202 | 259 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 259 | } |
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE23EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb Line | Count | Source | 197 | 49 | const TabletColumn* column, bool) { | 198 | | // currently only support like predicate | 199 | 49 | if constexpr (PT == TYPE_CHAR || PT == TYPE_VARCHAR || PT == TYPE_STRING) { | 200 | 49 | return LikeColumnPredicate::create_shared(filter->_opposite, column_id, column->name(), | 201 | 49 | filter->_fn_ctx, filter->_string_param); | 202 | 49 | } | 203 | 0 | throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT); | 204 | 49 | } |
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 | 309 | bool null_aware = false) { |
211 | 309 | switch (type) { |
212 | 0 | #define M(NAME) \ |
213 | 309 | case FieldType::OLAP_FIELD_##NAME: { \ |
214 | 309 | return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \ |
215 | 309 | } |
216 | 309 | 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 | 309 | } |
227 | 309 | } |
228 | | |
229 | | } // namespace doris |