Coverage Report

Created: 2026-04-16 04:10

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
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/bitmap_filter_predicate.h"
27
#include "storage/predicate/bloom_filter_predicate.h"
28
#include "storage/predicate/column_predicate.h"
29
#include "storage/predicate/in_list_predicate.h"
30
#include "storage/predicate/like_column_predicate.h"
31
32
namespace doris {
33
34
class MinmaxFunctionTraits {
35
public:
36
    using BasePtr = MinMaxFuncBase*;
37
    template <PrimitiveType type, size_t N>
38
40.3k
    static BasePtr get_function(bool null_aware) {
39
40.3k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
40.3k
        return new MinMaxNumFunc<
41
40.3k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
40.3k
                null_aware);
43
40.3k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
225
    static BasePtr get_function(bool null_aware) {
39
225
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
225
        return new MinMaxNumFunc<
41
225
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
225
                null_aware);
43
225
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
21
    static BasePtr get_function(bool null_aware) {
39
21
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
21
        return new MinMaxNumFunc<
41
21
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
21
                null_aware);
43
21
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
1.97k
    static BasePtr get_function(bool null_aware) {
39
1.97k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
1.97k
        return new MinMaxNumFunc<
41
1.97k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
1.97k
                null_aware);
43
1.97k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
1.27k
    static BasePtr get_function(bool null_aware) {
39
1.27k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
1.27k
        return new MinMaxNumFunc<
41
1.27k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
1.27k
                null_aware);
43
1.27k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
8.29k
    static BasePtr get_function(bool null_aware) {
39
8.29k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
8.29k
        return new MinMaxNumFunc<
41
8.29k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
8.29k
                null_aware);
43
8.29k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
23.0k
    static BasePtr get_function(bool null_aware) {
39
23.0k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
23.0k
        return new MinMaxNumFunc<
41
23.0k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
23.0k
                null_aware);
43
23.0k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
144
    static BasePtr get_function(bool null_aware) {
39
144
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
144
        return new MinMaxNumFunc<
41
144
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
144
                null_aware);
43
144
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
289
    static BasePtr get_function(bool null_aware) {
39
289
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
289
        return new MinMaxNumFunc<
41
289
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
289
                null_aware);
43
289
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
27
    static BasePtr get_function(bool null_aware) {
39
27
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
27
        return new MinMaxNumFunc<
41
27
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
27
                null_aware);
43
27
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
13
    static BasePtr get_function(bool null_aware) {
39
13
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
13
        return new MinMaxNumFunc<
41
13
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
13
                null_aware);
43
13
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
15
    static BasePtr get_function(bool null_aware) {
39
15
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
15
        return new MinMaxNumFunc<
41
15
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
15
                null_aware);
43
15
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
959
    static BasePtr get_function(bool null_aware) {
39
959
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
959
        return new MinMaxNumFunc<
41
959
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
959
                null_aware);
43
959
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
1.03k
    static BasePtr get_function(bool null_aware) {
39
1.03k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
1.03k
        return new MinMaxNumFunc<
41
1.03k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
1.03k
                null_aware);
43
1.03k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
16
    static BasePtr get_function(bool null_aware) {
39
16
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
16
        return new MinMaxNumFunc<
41
16
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
16
                null_aware);
43
16
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
226
    static BasePtr get_function(bool null_aware) {
39
226
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
226
        return new MinMaxNumFunc<
41
226
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
226
                null_aware);
43
226
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
609
    static BasePtr get_function(bool null_aware) {
39
609
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
609
        return new MinMaxNumFunc<
41
609
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
609
                null_aware);
43
609
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
802
    static BasePtr get_function(bool null_aware) {
39
802
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
802
        return new MinMaxNumFunc<
41
802
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
802
                null_aware);
43
802
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
202
    static BasePtr get_function(bool null_aware) {
39
202
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
202
        return new MinMaxNumFunc<
41
202
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
202
                null_aware);
43
202
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
850
    static BasePtr get_function(bool null_aware) {
39
850
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
850
        return new MinMaxNumFunc<
41
850
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
850
                null_aware);
43
850
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
176
    static BasePtr get_function(bool null_aware) {
39
176
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
176
        return new MinMaxNumFunc<
41
176
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
176
                null_aware);
43
176
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
69
    static BasePtr get_function(bool null_aware) {
39
69
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
69
        return new MinMaxNumFunc<
41
69
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
69
                null_aware);
43
69
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
15
    static BasePtr get_function(bool null_aware) {
39
15
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
15
        return new MinMaxNumFunc<
41
15
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
15
                null_aware);
43
15
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
1
    static BasePtr get_function(bool null_aware) {
39
1
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
1
        return new MinMaxNumFunc<
41
1
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
1
                null_aware);
43
1
    }
44
};
45
46
class HybridSetTraits {
47
public:
48
    using BasePtr = HybridSetBase*;
49
    template <PrimitiveType type, size_t N>
50
64.0k
    static BasePtr get_function(bool null_aware) {
51
64.0k
        if constexpr (is_string_type(type)) {
52
1.88k
            return new StringSet<>(null_aware);
53
2.11k
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2.11k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2.11k
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
60.0k
        } else {
57
60.0k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
60.0k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
60.0k
        }
60
64.0k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
227
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
227
        } else {
57
227
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
227
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
227
        }
60
227
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
42
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
42
        } else {
57
42
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
42
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
42
        }
60
42
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2.49k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
2.49k
        } else {
57
2.49k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2.49k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
2.49k
        }
60
2.49k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.53k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
1.53k
        } else {
57
1.53k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1.53k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
1.53k
        }
60
1.53k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
18.4k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
18.4k
        } else {
57
18.4k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
18.4k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
18.4k
        }
60
18.4k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
30.6k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
30.6k
        } else {
57
30.6k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
30.6k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
30.6k
        }
60
30.6k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
174
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
174
        } else {
57
174
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
174
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
174
        }
60
174
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
291
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
291
        } else {
57
291
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
291
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
291
        }
60
291
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
24
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
24
        } else {
57
24
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
24
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
24
        }
60
24
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
14
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
14
        } else {
57
14
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
14
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
14
        }
60
14
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
38
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
38
        } else {
57
38
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
38
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
38
        }
60
38
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.30k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
1.30k
        } else {
57
1.30k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1.30k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
1.30k
        }
60
1.30k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3.56k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
3.56k
        } else {
57
3.56k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3.56k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
3.56k
        }
60
3.56k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
8
        } else {
57
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
8
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
8
        }
60
8
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
186
    static BasePtr get_function(bool null_aware) {
51
186
        if constexpr (is_string_type(type)) {
52
186
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
186
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
866
    static BasePtr get_function(bool null_aware) {
51
866
        if constexpr (is_string_type(type)) {
52
866
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
866
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
832
    static BasePtr get_function(bool null_aware) {
51
832
        if constexpr (is_string_type(type)) {
52
832
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
832
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
171
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
171
        } else {
57
171
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
171
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
171
        }
60
171
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
855
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
855
        } else {
57
855
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
855
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
855
        }
60
855
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
80
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
80
        } else {
57
80
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
80
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
80
        }
60
80
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
94
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
94
        } else {
57
94
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
94
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
94
        }
60
94
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
16
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
16
        } else {
57
16
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
16
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
16
        }
60
16
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
2
        } else {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
2
        }
60
2
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm1EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
6
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
6
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
457
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
457
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
457
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
457
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
457
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
8
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
5
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
786
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
786
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
786
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
786
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
786
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
255
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
255
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
255
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
255
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
255
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
2
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
2
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
33
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
33
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
33
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
33
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
33
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
41
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
41
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
41
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
41
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
41
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
5
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
8
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
5
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
8
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
8
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm3EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
4
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
4
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
5
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
175
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
175
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
175
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
175
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
175
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
150
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
150
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
150
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
150
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
150
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
2
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
2
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
27
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
27
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
27
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
27
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
27
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
3
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
2
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
6
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
6
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
6
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
6
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
6
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
6
    }
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
50
9
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
9
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
9
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
9
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
9
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
4
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
2
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm5EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
4
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
4
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
4
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm6EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm6EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
11
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
11
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
11
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
11
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
50
10
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
10
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
10
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
10
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
        } else {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
        }
60
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
61
};
62
63
class BloomFilterTraits {
64
public:
65
    using BasePtr = BloomFilterFuncBase*;
66
    template <PrimitiveType type, size_t N>
67
46.2k
    static BasePtr get_function(bool null_aware) {
68
46.2k
        return new BloomFilterFunc<type>(null_aware);
69
46.2k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
234
    static BasePtr get_function(bool null_aware) {
68
234
        return new BloomFilterFunc<type>(null_aware);
69
234
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
50
    static BasePtr get_function(bool null_aware) {
68
50
        return new BloomFilterFunc<type>(null_aware);
69
50
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
798
    static BasePtr get_function(bool null_aware) {
68
798
        return new BloomFilterFunc<type>(null_aware);
69
798
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
348
    static BasePtr get_function(bool null_aware) {
68
348
        return new BloomFilterFunc<type>(null_aware);
69
348
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
13.1k
    static BasePtr get_function(bool null_aware) {
68
13.1k
        return new BloomFilterFunc<type>(null_aware);
69
13.1k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
26.0k
    static BasePtr get_function(bool null_aware) {
68
26.0k
        return new BloomFilterFunc<type>(null_aware);
69
26.0k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
175
    static BasePtr get_function(bool null_aware) {
68
175
        return new BloomFilterFunc<type>(null_aware);
69
175
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
288
    static BasePtr get_function(bool null_aware) {
68
288
        return new BloomFilterFunc<type>(null_aware);
69
288
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
15
    static BasePtr get_function(bool null_aware) {
68
15
        return new BloomFilterFunc<type>(null_aware);
69
15
    }
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
30
    static BasePtr get_function(bool null_aware) {
68
30
        return new BloomFilterFunc<type>(null_aware);
69
30
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
1.14k
    static BasePtr get_function(bool null_aware) {
68
1.14k
        return new BloomFilterFunc<type>(null_aware);
69
1.14k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
1.10k
    static BasePtr get_function(bool null_aware) {
68
1.10k
        return new BloomFilterFunc<type>(null_aware);
69
1.10k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
21
    static BasePtr get_function(bool null_aware) {
68
21
        return new BloomFilterFunc<type>(null_aware);
69
21
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
167
    static BasePtr get_function(bool null_aware) {
68
167
        return new BloomFilterFunc<type>(null_aware);
69
167
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
696
    static BasePtr get_function(bool null_aware) {
68
696
        return new BloomFilterFunc<type>(null_aware);
69
696
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
852
    static BasePtr get_function(bool null_aware) {
68
852
        return new BloomFilterFunc<type>(null_aware);
69
852
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
131
    static BasePtr get_function(bool null_aware) {
68
131
        return new BloomFilterFunc<type>(null_aware);
69
131
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
842
    static BasePtr get_function(bool null_aware) {
68
842
        return new BloomFilterFunc<type>(null_aware);
69
842
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
106
    static BasePtr get_function(bool null_aware) {
68
106
        return new BloomFilterFunc<type>(null_aware);
69
106
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
48
    static BasePtr get_function(bool null_aware) {
68
48
        return new BloomFilterFunc<type>(null_aware);
69
48
    }
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
70
};
71
72
class BitmapFilterTraits {
73
public:
74
    using BasePtr = BitmapFilterFuncBase*;
75
    template <PrimitiveType type, size_t N>
76
191
    static BasePtr get_function(bool null_aware) {
77
191
        return new BitmapFilterFunc<type>(null_aware);
78
191
    }
Unexecuted instantiation: _ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_20BitmapFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_20BitmapFilterFuncBaseEb
_ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
76
9
    static BasePtr get_function(bool null_aware) {
77
9
        return new BitmapFilterFunc<type>(null_aware);
78
9
    }
_ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
76
182
    static BasePtr get_function(bool null_aware) {
77
182
        return new BitmapFilterFunc<type>(null_aware);
78
182
    }
79
};
80
81
template <class Traits>
82
class PredicateFunctionCreator {
83
public:
84
    template <PrimitiveType type, size_t N = 0>
85
150k
    static typename Traits::BasePtr create(bool null_aware) {
86
150k
        return Traits::template get_function<type, N>(null_aware);
87
150k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
227
    static typename Traits::BasePtr create(bool null_aware) {
86
227
        return Traits::template get_function<type, N>(null_aware);
87
227
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
42
    static typename Traits::BasePtr create(bool null_aware) {
86
42
        return Traits::template get_function<type, N>(null_aware);
87
42
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2.49k
    static typename Traits::BasePtr create(bool null_aware) {
86
2.49k
        return Traits::template get_function<type, N>(null_aware);
87
2.49k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1.53k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.53k
        return Traits::template get_function<type, N>(null_aware);
87
1.53k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
18.4k
    static typename Traits::BasePtr create(bool null_aware) {
86
18.4k
        return Traits::template get_function<type, N>(null_aware);
87
18.4k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
30.6k
    static typename Traits::BasePtr create(bool null_aware) {
86
30.6k
        return Traits::template get_function<type, N>(null_aware);
87
30.6k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
174
    static typename Traits::BasePtr create(bool null_aware) {
86
174
        return Traits::template get_function<type, N>(null_aware);
87
174
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
291
    static typename Traits::BasePtr create(bool null_aware) {
86
291
        return Traits::template get_function<type, N>(null_aware);
87
291
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
24
    static typename Traits::BasePtr create(bool null_aware) {
86
24
        return Traits::template get_function<type, N>(null_aware);
87
24
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
14
    static typename Traits::BasePtr create(bool null_aware) {
86
14
        return Traits::template get_function<type, N>(null_aware);
87
14
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
38
    static typename Traits::BasePtr create(bool null_aware) {
86
38
        return Traits::template get_function<type, N>(null_aware);
87
38
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1.30k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.30k
        return Traits::template get_function<type, N>(null_aware);
87
1.30k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3.57k
    static typename Traits::BasePtr create(bool null_aware) {
86
3.57k
        return Traits::template get_function<type, N>(null_aware);
87
3.57k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
8
    static typename Traits::BasePtr create(bool null_aware) {
86
8
        return Traits::template get_function<type, N>(null_aware);
87
8
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
186
    static typename Traits::BasePtr create(bool null_aware) {
86
186
        return Traits::template get_function<type, N>(null_aware);
87
186
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
866
    static typename Traits::BasePtr create(bool null_aware) {
86
866
        return Traits::template get_function<type, N>(null_aware);
87
866
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
832
    static typename Traits::BasePtr create(bool null_aware) {
86
832
        return Traits::template get_function<type, N>(null_aware);
87
832
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
171
    static typename Traits::BasePtr create(bool null_aware) {
86
171
        return Traits::template get_function<type, N>(null_aware);
87
171
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
855
    static typename Traits::BasePtr create(bool null_aware) {
86
855
        return Traits::template get_function<type, N>(null_aware);
87
855
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
80
    static typename Traits::BasePtr create(bool null_aware) {
86
80
        return Traits::template get_function<type, N>(null_aware);
87
80
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
92
    static typename Traits::BasePtr create(bool null_aware) {
86
92
        return Traits::template get_function<type, N>(null_aware);
87
92
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
16
    static typename Traits::BasePtr create(bool null_aware) {
86
16
        return Traits::template get_function<type, N>(null_aware);
87
16
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm1EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
6
    static typename Traits::BasePtr create(bool null_aware) {
86
6
        return Traits::template get_function<type, N>(null_aware);
87
6
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
457
    static typename Traits::BasePtr create(bool null_aware) {
86
457
        return Traits::template get_function<type, N>(null_aware);
87
457
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
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
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
8
    static typename Traits::BasePtr create(bool null_aware) {
86
8
        return Traits::template get_function<type, N>(null_aware);
87
8
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
5
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
786
    static typename Traits::BasePtr create(bool null_aware) {
86
786
        return Traits::template get_function<type, N>(null_aware);
87
786
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
255
    static typename Traits::BasePtr create(bool null_aware) {
86
255
        return Traits::template get_function<type, N>(null_aware);
87
255
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
33
    static typename Traits::BasePtr create(bool null_aware) {
86
33
        return Traits::template get_function<type, N>(null_aware);
87
33
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
41
    static typename Traits::BasePtr create(bool null_aware) {
86
41
        return Traits::template get_function<type, N>(null_aware);
87
41
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
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
85
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
5
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
8
    static typename Traits::BasePtr create(bool null_aware) {
86
8
        return Traits::template get_function<type, N>(null_aware);
87
8
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
5
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
8
    static typename Traits::BasePtr create(bool null_aware) {
86
8
        return Traits::template get_function<type, N>(null_aware);
87
8
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
8
    static typename Traits::BasePtr create(bool null_aware) {
86
8
        return Traits::template get_function<type, N>(null_aware);
87
8
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm3EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
4
    static typename Traits::BasePtr create(bool null_aware) {
86
4
        return Traits::template get_function<type, N>(null_aware);
87
4
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
5
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
175
    static typename Traits::BasePtr create(bool null_aware) {
86
175
        return Traits::template get_function<type, N>(null_aware);
87
175
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
150
    static typename Traits::BasePtr create(bool null_aware) {
86
150
        return Traits::template get_function<type, N>(null_aware);
87
150
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
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
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
27
    static typename Traits::BasePtr create(bool null_aware) {
86
27
        return Traits::template get_function<type, N>(null_aware);
87
27
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
6
    static typename Traits::BasePtr create(bool null_aware) {
86
6
        return Traits::template get_function<type, N>(null_aware);
87
6
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
6
    static typename Traits::BasePtr create(bool null_aware) {
86
6
        return Traits::template get_function<type, N>(null_aware);
87
6
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
6
    static typename Traits::BasePtr create(bool null_aware) {
86
6
        return Traits::template get_function<type, N>(null_aware);
87
6
    }
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
85
9
    static typename Traits::BasePtr create(bool null_aware) {
86
9
        return Traits::template get_function<type, N>(null_aware);
87
9
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
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
85
4
    static typename Traits::BasePtr create(bool null_aware) {
86
4
        return Traits::template get_function<type, N>(null_aware);
87
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
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm5EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
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
85
4
    static typename Traits::BasePtr create(bool null_aware) {
86
4
        return Traits::template get_function<type, N>(null_aware);
87
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
85
4
    static typename Traits::BasePtr create(bool null_aware) {
86
4
        return Traits::template get_function<type, N>(null_aware);
87
4
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm6EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm6EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
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
85
11
    static typename Traits::BasePtr create(bool null_aware) {
86
11
        return Traits::template get_function<type, N>(null_aware);
87
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
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
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
85
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
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
85
10
    static typename Traits::BasePtr create(bool null_aware) {
86
10
        return Traits::template get_function<type, N>(null_aware);
87
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
85
225
    static typename Traits::BasePtr create(bool null_aware) {
86
225
        return Traits::template get_function<type, N>(null_aware);
87
225
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
21
    static typename Traits::BasePtr create(bool null_aware) {
86
21
        return Traits::template get_function<type, N>(null_aware);
87
21
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
1.97k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.97k
        return Traits::template get_function<type, N>(null_aware);
87
1.97k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
1.27k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.27k
        return Traits::template get_function<type, N>(null_aware);
87
1.27k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
8.29k
    static typename Traits::BasePtr create(bool null_aware) {
86
8.29k
        return Traits::template get_function<type, N>(null_aware);
87
8.29k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
23.0k
    static typename Traits::BasePtr create(bool null_aware) {
86
23.0k
        return Traits::template get_function<type, N>(null_aware);
87
23.0k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
144
    static typename Traits::BasePtr create(bool null_aware) {
86
144
        return Traits::template get_function<type, N>(null_aware);
87
144
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
289
    static typename Traits::BasePtr create(bool null_aware) {
86
289
        return Traits::template get_function<type, N>(null_aware);
87
289
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
27
    static typename Traits::BasePtr create(bool null_aware) {
86
27
        return Traits::template get_function<type, N>(null_aware);
87
27
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
13
    static typename Traits::BasePtr create(bool null_aware) {
86
13
        return Traits::template get_function<type, N>(null_aware);
87
13
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
15
    static typename Traits::BasePtr create(bool null_aware) {
86
15
        return Traits::template get_function<type, N>(null_aware);
87
15
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
959
    static typename Traits::BasePtr create(bool null_aware) {
86
959
        return Traits::template get_function<type, N>(null_aware);
87
959
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
1.03k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.03k
        return Traits::template get_function<type, N>(null_aware);
87
1.03k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
16
    static typename Traits::BasePtr create(bool null_aware) {
86
16
        return Traits::template get_function<type, N>(null_aware);
87
16
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
226
    static typename Traits::BasePtr create(bool null_aware) {
86
226
        return Traits::template get_function<type, N>(null_aware);
87
226
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
609
    static typename Traits::BasePtr create(bool null_aware) {
86
609
        return Traits::template get_function<type, N>(null_aware);
87
609
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
802
    static typename Traits::BasePtr create(bool null_aware) {
86
802
        return Traits::template get_function<type, N>(null_aware);
87
802
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
202
    static typename Traits::BasePtr create(bool null_aware) {
86
202
        return Traits::template get_function<type, N>(null_aware);
87
202
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
850
    static typename Traits::BasePtr create(bool null_aware) {
86
850
        return Traits::template get_function<type, N>(null_aware);
87
850
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
176
    static typename Traits::BasePtr create(bool null_aware) {
86
176
        return Traits::template get_function<type, N>(null_aware);
87
176
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
69
    static typename Traits::BasePtr create(bool null_aware) {
86
69
        return Traits::template get_function<type, N>(null_aware);
87
69
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
15
    static typename Traits::BasePtr create(bool null_aware) {
86
15
        return Traits::template get_function<type, N>(null_aware);
87
15
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
1
    static typename Traits::BasePtr create(bool null_aware) {
86
1
        return Traits::template get_function<type, N>(null_aware);
87
1
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
234
    static typename Traits::BasePtr create(bool null_aware) {
86
234
        return Traits::template get_function<type, N>(null_aware);
87
234
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
50
    static typename Traits::BasePtr create(bool null_aware) {
86
50
        return Traits::template get_function<type, N>(null_aware);
87
50
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
798
    static typename Traits::BasePtr create(bool null_aware) {
86
798
        return Traits::template get_function<type, N>(null_aware);
87
798
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
348
    static typename Traits::BasePtr create(bool null_aware) {
86
348
        return Traits::template get_function<type, N>(null_aware);
87
348
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
13.1k
    static typename Traits::BasePtr create(bool null_aware) {
86
13.1k
        return Traits::template get_function<type, N>(null_aware);
87
13.1k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
26.0k
    static typename Traits::BasePtr create(bool null_aware) {
86
26.0k
        return Traits::template get_function<type, N>(null_aware);
87
26.0k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
175
    static typename Traits::BasePtr create(bool null_aware) {
86
175
        return Traits::template get_function<type, N>(null_aware);
87
175
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
288
    static typename Traits::BasePtr create(bool null_aware) {
86
288
        return Traits::template get_function<type, N>(null_aware);
87
288
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
15
    static typename Traits::BasePtr create(bool null_aware) {
86
15
        return Traits::template get_function<type, N>(null_aware);
87
15
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
30
    static typename Traits::BasePtr create(bool null_aware) {
86
30
        return Traits::template get_function<type, N>(null_aware);
87
30
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
1.14k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.14k
        return Traits::template get_function<type, N>(null_aware);
87
1.14k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
1.10k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.10k
        return Traits::template get_function<type, N>(null_aware);
87
1.10k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
21
    static typename Traits::BasePtr create(bool null_aware) {
86
21
        return Traits::template get_function<type, N>(null_aware);
87
21
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
167
    static typename Traits::BasePtr create(bool null_aware) {
86
167
        return Traits::template get_function<type, N>(null_aware);
87
167
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
696
    static typename Traits::BasePtr create(bool null_aware) {
86
696
        return Traits::template get_function<type, N>(null_aware);
87
696
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
852
    static typename Traits::BasePtr create(bool null_aware) {
86
852
        return Traits::template get_function<type, N>(null_aware);
87
852
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
131
    static typename Traits::BasePtr create(bool null_aware) {
86
131
        return Traits::template get_function<type, N>(null_aware);
87
131
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
842
    static typename Traits::BasePtr create(bool null_aware) {
86
842
        return Traits::template get_function<type, N>(null_aware);
87
842
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
106
    static typename Traits::BasePtr create(bool null_aware) {
86
106
        return Traits::template get_function<type, N>(null_aware);
87
106
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
48
    static typename Traits::BasePtr create(bool null_aware) {
86
48
        return Traits::template get_function<type, N>(null_aware);
87
48
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_20BitmapFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_20BitmapFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
85
9
    static typename Traits::BasePtr create(bool null_aware) {
86
9
        return Traits::template get_function<type, N>(null_aware);
87
9
    }
_ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
85
182
    static typename Traits::BasePtr create(bool null_aware) {
86
182
        return Traits::template get_function<type, N>(null_aware);
87
182
    }
88
};
89
90
#define APPLY_FOR_PRIMTYPE(M) \
91
5.27k
    M(TYPE_TINYINT)           \
92
5.27k
    M(TYPE_SMALLINT)          \
93
41.4k
    M(TYPE_INT)               \
94
80.2k
    M(TYPE_BIGINT)            \
95
80.2k
    M(TYPE_LARGEINT)          \
96
871
    M(TYPE_FLOAT)             \
97
871
    M(TYPE_DOUBLE)            \
98
76
    M(TYPE_DATE)              \
99
93
    M(TYPE_DATETIME)          \
100
3.44k
    M(TYPE_DATEV2)            \
101
5.75k
    M(TYPE_DATETIMEV2)        \
102
5.75k
    M(TYPE_TIMESTAMPTZ)       \
103
590
    M(TYPE_CHAR)              \
104
2.54k
    M(TYPE_VARCHAR)           \
105
2.54k
    M(TYPE_STRING)            \
106
2.51k
    M(TYPE_DECIMAL32)         \
107
2.55k
    M(TYPE_DECIMAL64)         \
108
2.55k
    M(TYPE_DECIMAL128I)       \
109
372
    M(TYPE_DECIMAL256)        \
110
218
    M(TYPE_IPV4)              \
111
48
    M(TYPE_IPV6)
112
113
template <class Traits, size_t N = 0>
114
150k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
150k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
150k
    switch (type) {
118
689
    case TYPE_BOOLEAN: {
119
689
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
114
    case TYPE_DECIMALV2: {
122
114
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
149k
    case NAME: {                                              \
126
149k
        return Creator::template create<NAME, N>(null_aware); \
127
149k
    }
128
149k
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
150k
    }
133
134
0
    return nullptr;
135
150k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
61.9k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
61.9k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
61.9k
    switch (type) {
118
227
    case TYPE_BOOLEAN: {
119
227
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
42
    case TYPE_DECIMALV2: {
122
42
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
42
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
61.9k
    }
133
134
0
    return nullptr;
135
61.9k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm1EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
481
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
481
    using Creator = PredicateFunctionCreator<Traits>;
116
117
481
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
481
    }
133
134
0
    return nullptr;
135
481
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm2EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
1.17k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
1.17k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
1.17k
    switch (type) {
118
3
    case TYPE_BOOLEAN: {
119
3
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
1.17k
    }
133
134
0
    return nullptr;
135
1.17k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm3EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
363
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
363
    using Creator = PredicateFunctionCreator<Traits>;
116
117
363
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
1
    case TYPE_DECIMALV2: {
122
1
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
1
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
363
    }
133
134
0
    return nullptr;
135
363
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm4EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
51
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
51
    using Creator = PredicateFunctionCreator<Traits>;
116
117
51
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
51
    }
133
134
0
    return nullptr;
135
51
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm5EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
20
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
20
    using Creator = PredicateFunctionCreator<Traits>;
116
117
20
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
20
    }
133
134
0
    return nullptr;
135
20
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm6EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
9
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
9
    using Creator = PredicateFunctionCreator<Traits>;
116
117
9
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
9
    }
133
134
0
    return nullptr;
135
9
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm7EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
15
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
15
    using Creator = PredicateFunctionCreator<Traits>;
116
117
15
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
15
    }
133
134
0
    return nullptr;
135
15
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm8EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
10
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
10
    using Creator = PredicateFunctionCreator<Traits>;
116
117
10
    switch (type) {
118
0
    case TYPE_BOOLEAN: {
119
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
0
    case TYPE_DECIMALV2: {
122
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
0
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
10
    }
133
134
0
    return nullptr;
135
10
}
_ZN5doris25create_predicate_functionINS_20MinmaxFunctionTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
40.3k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
40.3k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
40.3k
    switch (type) {
118
225
    case TYPE_BOOLEAN: {
119
225
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
21
    case TYPE_DECIMALV2: {
122
21
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
21
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
40.3k
    }
133
134
0
    return nullptr;
135
40.3k
}
_ZN5doris25create_predicate_functionINS_17BloomFilterTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
46.2k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
46.2k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
46.2k
    switch (type) {
118
234
    case TYPE_BOOLEAN: {
119
234
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
50
    case TYPE_DECIMALV2: {
122
50
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
0
    case NAME: {                                              \
126
0
        return Creator::template create<NAME, N>(null_aware); \
127
0
    }
128
50
        APPLY_FOR_PRIMTYPE(M)
129
0
#undef M
130
0
    default:
131
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
132
46.2k
    }
133
134
0
    return nullptr;
135
46.2k
}
136
137
template <class Traits>
138
191
typename Traits::BasePtr create_bitmap_predicate_function(PrimitiveType type) {
139
191
    using Creator = PredicateFunctionCreator<Traits>;
140
141
191
    switch (type) {
142
0
    case TYPE_TINYINT:
143
0
        return Creator::template create<TYPE_TINYINT>(false);
144
0
    case TYPE_SMALLINT:
145
0
        return Creator::template create<TYPE_SMALLINT>(false);
146
9
    case TYPE_INT:
147
9
        return Creator::template create<TYPE_INT>(false);
148
182
    case TYPE_BIGINT:
149
182
        return Creator::template create<TYPE_BIGINT>(false);
150
0
    default:
151
0
        throw Exception(ErrorCode::INTERNAL_ERROR,
152
0
                        "bitmap predicate with type " + type_to_string(type));
153
191
    }
154
155
0
    return nullptr;
156
191
}
157
158
40.3k
inline auto create_minmax_filter(PrimitiveType type, bool null_aware) {
159
40.3k
    return create_predicate_function<MinmaxFunctionTraits>(type, null_aware);
160
40.3k
}
161
162
template <size_t N = 0>
163
64.1k
inline auto create_set(PrimitiveType type, bool null_aware) {
164
64.1k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
64.1k
}
_ZN5doris10create_setILm0EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
62.0k
inline auto create_set(PrimitiveType type, bool null_aware) {
164
62.0k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
62.0k
}
_ZN5doris10create_setILm1EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
481
inline auto create_set(PrimitiveType type, bool null_aware) {
164
481
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
481
}
_ZN5doris10create_setILm2EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
1.17k
inline auto create_set(PrimitiveType type, bool null_aware) {
164
1.17k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
1.17k
}
_ZN5doris10create_setILm3EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
363
inline auto create_set(PrimitiveType type, bool null_aware) {
164
363
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
363
}
_ZN5doris10create_setILm4EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
51
inline auto create_set(PrimitiveType type, bool null_aware) {
164
51
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
51
}
_ZN5doris10create_setILm5EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
20
inline auto create_set(PrimitiveType type, bool null_aware) {
164
20
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
20
}
_ZN5doris10create_setILm6EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
9
inline auto create_set(PrimitiveType type, bool null_aware) {
164
9
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
9
}
_ZN5doris10create_setILm7EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
15
inline auto create_set(PrimitiveType type, bool null_aware) {
164
15
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
15
}
_ZN5doris10create_setILm8EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
10
inline auto create_set(PrimitiveType type, bool null_aware) {
164
10
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
10
}
166
167
2.26k
inline auto create_set(PrimitiveType type, size_t size, bool null_aware) {
168
2.26k
    if (size == 0) {
169
12
        return create_set<0>(type, null_aware);
170
2.25k
    } else if (size == 1) {
171
479
        return create_set<1>(type, null_aware);
172
1.77k
    } else if (size == 2) {
173
1.16k
        return create_set<2>(type, null_aware);
174
1.16k
    } else if (size == 3) {
175
343
        return create_set<3>(type, null_aware);
176
343
    } else if (size == 4) {
177
49
        return create_set<4>(type, null_aware);
178
211
    } else if (size == 5) {
179
18
        return create_set<5>(type, null_aware);
180
193
    } else if (size == 6) {
181
7
        return create_set<6>(type, null_aware);
182
186
    } else if (size == 7) {
183
13
        return create_set<7>(type, null_aware);
184
173
    } else if (size == FIXED_CONTAINER_MAX_SIZE) {
185
7
        return create_set<FIXED_CONTAINER_MAX_SIZE>(type, null_aware);
186
166
    } else {
187
166
        return create_set(type, null_aware);
188
166
    }
189
2.26k
}
190
191
514
inline HybridSetBase* create_string_value_set(bool null_aware) {
192
514
    return new StringValueSet(null_aware);
193
514
}
194
195
514
inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) {
196
514
    return create_string_value_set(null_aware);
197
514
}
198
199
46.2k
inline auto create_bloom_filter(PrimitiveType type, bool null_aware) {
200
46.2k
    return create_predicate_function<BloomFilterTraits>(type, null_aware);
201
46.2k
}
202
203
191
inline auto create_bitmap_filter(PrimitiveType type) {
204
191
    return create_bitmap_predicate_function<BitmapFilterTraits>(type);
205
191
}
206
207
template <PrimitiveType PT>
208
std::shared_ptr<const ColumnPredicate> create_olap_column_predicate(
209
        uint32_t column_id, const std::shared_ptr<BloomFilterFuncBase>& filter, const TabletColumn*,
210
        bool null_aware) {
211
    std::shared_ptr<BloomFilterFuncBase> filter_olap;
212
    filter_olap.reset(create_bloom_filter(PT, null_aware));
213
    filter_olap->light_copy(filter.get());
214
    // create a new filter to match the input filter and PT. For example, filter may be varchar, but PT is char
215
    return BloomFilterColumnPredicate<PT>::create_shared(column_id, filter_olap);
216
}
217
218
template <PrimitiveType PT>
219
std::shared_ptr<const ColumnPredicate> create_olap_column_predicate(
220
        uint32_t column_id, const std::shared_ptr<BitmapFilterFuncBase>& filter,
221
        const TabletColumn*, bool) {
222
    if constexpr (PT == TYPE_TINYINT || PT == TYPE_SMALLINT || PT == TYPE_INT ||
223
                  PT == TYPE_BIGINT) {
224
        return BitmapFilterColumnPredicate<PT>::create_shared(column_id, filter);
225
    } else {
226
        throw Exception(ErrorCode::INTERNAL_ERROR, "bitmap filter do not support type {}", PT);
227
    }
228
}
229
230
template <PrimitiveType PT>
231
std::shared_ptr<const ColumnPredicate> create_olap_column_predicate(
232
        uint32_t column_id, const std::shared_ptr<HybridSetBase>& filter,
233
        const TabletColumn* column, bool) {
234
    return create_in_list_predicate<PT, PredicateType::IN_LIST>(column_id, filter,
235
                                                                column->length());
236
}
237
238
template <PrimitiveType PT>
239
std::shared_ptr<ColumnPredicate> create_olap_column_predicate(
240
        uint32_t column_id, const std::shared_ptr<FunctionFilter>& filter,
241
404
        const TabletColumn* column, bool) {
242
    // currently only support like predicate
243
404
    if constexpr (PT == TYPE_CHAR) {
244
11
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
245
11
                                                             column->name(), filter->_fn_ctx,
246
11
                                                             filter->_string_param);
247
393
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
248
393
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
249
393
                                                               column->name(), filter->_fn_ctx,
250
393
                                                               filter->_string_param);
251
393
    }
252
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
253
404
}
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
241
11
        const TabletColumn* column, bool) {
242
    // currently only support like predicate
243
11
    if constexpr (PT == TYPE_CHAR) {
244
11
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
245
11
                                                             column->name(), filter->_fn_ctx,
246
11
                                                             filter->_string_param);
247
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
248
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
249
                                                               column->name(), filter->_fn_ctx,
250
                                                               filter->_string_param);
251
    }
252
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
253
11
}
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE10EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb
Line
Count
Source
241
369
        const TabletColumn* column, bool) {
242
    // currently only support like predicate
243
    if constexpr (PT == TYPE_CHAR) {
244
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
245
                                                             column->name(), filter->_fn_ctx,
246
                                                             filter->_string_param);
247
369
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
248
369
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
249
369
                                                               column->name(), filter->_fn_ctx,
250
369
                                                               filter->_string_param);
251
369
    }
252
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
253
369
}
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE23EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb
Line
Count
Source
241
24
        const TabletColumn* column, bool) {
242
    // currently only support like predicate
243
    if constexpr (PT == TYPE_CHAR) {
244
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
245
                                                             column->name(), filter->_fn_ctx,
246
                                                             filter->_string_param);
247
24
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
248
24
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
249
24
                                                               column->name(), filter->_fn_ctx,
250
24
                                                               filter->_string_param);
251
24
    }
252
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
253
24
}
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
254
255
template <typename T>
256
std::shared_ptr<ColumnPredicate> create_column_predicate(uint32_t column_id,
257
                                                         const std::shared_ptr<T>& filter,
258
                                                         FieldType type, const TabletColumn* column,
259
408
                                                         bool null_aware = false) {
260
408
    switch (type) {
261
0
#define M(NAME)                                                                           \
262
408
    case FieldType::OLAP_FIELD_##NAME: {                                                  \
263
408
        return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \
264
408
    }
265
408
        APPLY_FOR_PRIMTYPE(M)
266
0
#undef M
267
0
    case FieldType::OLAP_FIELD_TYPE_DECIMAL: {
268
0
        return create_olap_column_predicate<TYPE_DECIMALV2>(column_id, filter, column, null_aware);
269
0
    }
270
0
    case FieldType::OLAP_FIELD_TYPE_BOOL: {
271
0
        return create_olap_column_predicate<TYPE_BOOLEAN>(column_id, filter, column, null_aware);
272
0
    }
273
0
    default:
274
0
        return nullptr;
275
408
    }
276
408
}
277
278
} // namespace doris