Coverage Report

Created: 2026-04-10 06:05

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
35.7k
    static BasePtr get_function(bool null_aware) {
39
35.7k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
35.7k
        return new MinMaxNumFunc<
41
35.7k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
35.7k
                null_aware);
43
35.7k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
37
    static BasePtr get_function(bool null_aware) {
39
37
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
37
        return new MinMaxNumFunc<
41
37
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
37
                null_aware);
43
37
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
9
    static BasePtr get_function(bool null_aware) {
39
9
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
9
        return new MinMaxNumFunc<
41
9
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
9
                null_aware);
43
9
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
2.17k
    static BasePtr get_function(bool null_aware) {
39
2.17k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
2.17k
        return new MinMaxNumFunc<
41
2.17k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
2.17k
                null_aware);
43
2.17k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
1.05k
    static BasePtr get_function(bool null_aware) {
39
1.05k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
1.05k
        return new MinMaxNumFunc<
41
1.05k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
1.05k
                null_aware);
43
1.05k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
9.34k
    static BasePtr get_function(bool null_aware) {
39
9.34k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
9.34k
        return new MinMaxNumFunc<
41
9.34k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
9.34k
                null_aware);
43
9.34k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
21.4k
    static BasePtr get_function(bool null_aware) {
39
21.4k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
21.4k
        return new MinMaxNumFunc<
41
21.4k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
21.4k
                null_aware);
43
21.4k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
95
    static BasePtr get_function(bool null_aware) {
39
95
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
95
        return new MinMaxNumFunc<
41
95
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
95
                null_aware);
43
95
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_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
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_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_13PrimitiveTypeE11ELm0EEEPNS_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
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
17
    static BasePtr get_function(bool null_aware) {
39
17
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
17
        return new MinMaxNumFunc<
41
17
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
17
                null_aware);
43
17
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
660
    static BasePtr get_function(bool null_aware) {
39
660
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
660
        return new MinMaxNumFunc<
41
660
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
660
                null_aware);
43
660
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
154
    static BasePtr get_function(bool null_aware) {
39
154
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
154
        return new MinMaxNumFunc<
41
154
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
154
                null_aware);
43
154
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
8
    static BasePtr get_function(bool null_aware) {
39
8
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
8
        return new MinMaxNumFunc<
41
8
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
8
                null_aware);
43
8
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
158
    static BasePtr get_function(bool null_aware) {
39
158
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
158
        return new MinMaxNumFunc<
41
158
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
158
                null_aware);
43
158
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
178
    static BasePtr get_function(bool null_aware) {
39
178
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
178
        return new MinMaxNumFunc<
41
178
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
178
                null_aware);
43
178
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
123
    static BasePtr get_function(bool null_aware) {
39
123
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
123
        return new MinMaxNumFunc<
41
123
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
123
                null_aware);
43
123
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
124
    static BasePtr get_function(bool null_aware) {
39
124
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
124
        return new MinMaxNumFunc<
41
124
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
124
                null_aware);
43
124
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_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
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
67
    static BasePtr get_function(bool null_aware) {
39
67
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
67
        return new MinMaxNumFunc<
41
67
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
67
                null_aware);
43
67
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
42
    static BasePtr get_function(bool null_aware) {
39
42
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
42
        return new MinMaxNumFunc<
41
42
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
42
                null_aware);
43
42
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
30
    static BasePtr get_function(bool null_aware) {
39
30
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
30
        return new MinMaxNumFunc<
41
30
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
30
                null_aware);
43
30
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_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
    }
44
};
45
46
class HybridSetTraits {
47
public:
48
    using BasePtr = HybridSetBase*;
49
    template <PrimitiveType type, size_t N>
50
51.7k
    static BasePtr get_function(bool null_aware) {
51
51.7k
        if constexpr (is_string_type(type)) {
52
716
            return new StringSet<>(null_aware);
53
972
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
972
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
972
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
56
50.0k
        } else {
57
50.0k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
50.0k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
50.0k
        }
60
51.7k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_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_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
18
    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
        } else {
57
18
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
18
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
18
        }
60
18
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.77k
    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.77k
        } else {
57
1.77k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1.77k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
1.77k
        }
60
1.77k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.01k
    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.01k
        } else {
57
1.01k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1.01k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
1.01k
        }
60
1.01k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
13.9k
    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
13.9k
        } else {
57
13.9k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
13.9k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
13.9k
        }
60
13.9k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
28.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
28.6k
        } else {
57
28.6k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
28.6k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
28.6k
        }
60
28.6k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
142
    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
142
        } else {
57
142
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
142
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
142
        }
60
142
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_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
        } 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
        } else {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
3
        }
60
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_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
        } 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
11
        } else {
57
11
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
11
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
11
        }
60
11
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
15
    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
15
        } else {
57
15
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
15
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
15
        }
60
15
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
69
    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
69
        } else {
57
69
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
69
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
69
        }
60
69
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.03k
    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.03k
        } else {
57
1.03k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1.03k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
1.03k
        }
60
1.03k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2.80k
    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.80k
        } else {
57
2.80k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2.80k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
2.80k
        }
60
2.80k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
12
    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
12
        } else {
57
12
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
12
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
12
        }
60
12
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
234
    static BasePtr get_function(bool null_aware) {
51
234
        if constexpr (is_string_type(type)) {
52
234
            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
234
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
293
    static BasePtr get_function(bool null_aware) {
51
293
        if constexpr (is_string_type(type)) {
52
293
            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
293
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
189
    static BasePtr get_function(bool null_aware) {
51
189
        if constexpr (is_string_type(type)) {
52
189
            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
189
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
197
    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
197
        } else {
57
197
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
197
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
197
        }
60
197
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
26
    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
26
        } else {
57
26
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
26
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
26
        }
60
26
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
259
    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
259
        } else {
57
259
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
259
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
259
        }
60
259
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
67
    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
67
        } else {
57
67
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
67
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
67
        }
60
67
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
19
    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
19
        } else {
57
19
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
19
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
59
19
        }
60
19
    }
_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
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_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
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_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
550
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
550
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
550
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
550
            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
550
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
71
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
71
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
71
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
71
            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
71
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb
_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
53
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
53
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
53
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
53
            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
53
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm2EEEPNS_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_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
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_13PrimitiveTypeE29ELm2EEEPNS_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_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
57
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
57
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
57
            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
57
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
19
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
19
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
19
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
19
            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
19
    }
_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
15
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
15
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
54
15
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
15
            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
15
    }
_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
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_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
50.0k
    static BasePtr get_function(bool null_aware) {
68
50.0k
        return new BloomFilterFunc<type>(null_aware);
69
50.0k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
36
    static BasePtr get_function(bool null_aware) {
68
36
        return new BloomFilterFunc<type>(null_aware);
69
36
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
20
    static BasePtr get_function(bool null_aware) {
68
20
        return new BloomFilterFunc<type>(null_aware);
69
20
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
1.07k
    static BasePtr get_function(bool null_aware) {
68
1.07k
        return new BloomFilterFunc<type>(null_aware);
69
1.07k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
537
    static BasePtr get_function(bool null_aware) {
68
537
        return new BloomFilterFunc<type>(null_aware);
69
537
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
11.1k
    static BasePtr get_function(bool null_aware) {
68
11.1k
        return new BloomFilterFunc<type>(null_aware);
69
11.1k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
34.2k
    static BasePtr get_function(bool null_aware) {
68
34.2k
        return new BloomFilterFunc<type>(null_aware);
69
34.2k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
155
    static BasePtr get_function(bool null_aware) {
68
155
        return new BloomFilterFunc<type>(null_aware);
69
155
    }
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
9
    static BasePtr get_function(bool null_aware) {
68
9
        return new BloomFilterFunc<type>(null_aware);
69
9
    }
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
40
    static BasePtr get_function(bool null_aware) {
68
40
        return new BloomFilterFunc<type>(null_aware);
69
40
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
771
    static BasePtr get_function(bool null_aware) {
68
771
        return new BloomFilterFunc<type>(null_aware);
69
771
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
140
    static BasePtr get_function(bool null_aware) {
68
140
        return new BloomFilterFunc<type>(null_aware);
69
140
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
6
    static BasePtr get_function(bool null_aware) {
68
6
        return new BloomFilterFunc<type>(null_aware);
69
6
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
92
    static BasePtr get_function(bool null_aware) {
68
92
        return new BloomFilterFunc<type>(null_aware);
69
92
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
766
    static BasePtr get_function(bool null_aware) {
68
766
        return new BloomFilterFunc<type>(null_aware);
69
766
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
172
    static BasePtr get_function(bool null_aware) {
68
172
        return new BloomFilterFunc<type>(null_aware);
69
172
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
482
    static BasePtr get_function(bool null_aware) {
68
482
        return new BloomFilterFunc<type>(null_aware);
69
482
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
154
    static BasePtr get_function(bool null_aware) {
68
154
        return new BloomFilterFunc<type>(null_aware);
69
154
    }
_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
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
17
    static BasePtr get_function(bool null_aware) {
68
17
        return new BloomFilterFunc<type>(null_aware);
69
17
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
67
18
    static BasePtr get_function(bool null_aware) {
68
18
        return new BloomFilterFunc<type>(null_aware);
69
18
    }
70
};
71
72
class BitmapFilterTraits {
73
public:
74
    using BasePtr = BitmapFilterFuncBase*;
75
    template <PrimitiveType type, size_t N>
76
171
    static BasePtr get_function(bool null_aware) {
77
171
        return new BitmapFilterFunc<type>(null_aware);
78
171
    }
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
162
    static BasePtr get_function(bool null_aware) {
77
162
        return new BitmapFilterFunc<type>(null_aware);
78
162
    }
79
};
80
81
template <class Traits>
82
class PredicateFunctionCreator {
83
public:
84
    template <PrimitiveType type, size_t N = 0>
85
137k
    static typename Traits::BasePtr create(bool null_aware) {
86
137k
        return Traits::template get_function<type, N>(null_aware);
87
137k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_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_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
18
    static typename Traits::BasePtr create(bool null_aware) {
86
18
        return Traits::template get_function<type, N>(null_aware);
87
18
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1.77k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.77k
        return Traits::template get_function<type, N>(null_aware);
87
1.77k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
1.01k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.01k
        return Traits::template get_function<type, N>(null_aware);
87
1.01k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
13.9k
    static typename Traits::BasePtr create(bool null_aware) {
86
13.9k
        return Traits::template get_function<type, N>(null_aware);
87
13.9k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
28.6k
    static typename Traits::BasePtr create(bool null_aware) {
86
28.6k
        return Traits::template get_function<type, N>(null_aware);
87
28.6k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
142
    static typename Traits::BasePtr create(bool null_aware) {
86
142
        return Traits::template get_function<type, N>(null_aware);
87
142
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_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_13PrimitiveTypeE9ELm0EEEPNS_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
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb
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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
2.80k
    static typename Traits::BasePtr create(bool null_aware) {
86
2.80k
        return Traits::template get_function<type, N>(null_aware);
87
2.80k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
12
    static typename Traits::BasePtr create(bool null_aware) {
86
12
        return Traits::template get_function<type, N>(null_aware);
87
12
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
235
    static typename Traits::BasePtr create(bool null_aware) {
86
235
        return Traits::template get_function<type, N>(null_aware);
87
235
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
292
    static typename Traits::BasePtr create(bool null_aware) {
86
292
        return Traits::template get_function<type, N>(null_aware);
87
292
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
189
    static typename Traits::BasePtr create(bool null_aware) {
86
189
        return Traits::template get_function<type, N>(null_aware);
87
189
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
197
    static typename Traits::BasePtr create(bool null_aware) {
86
197
        return Traits::template get_function<type, N>(null_aware);
87
197
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
26
    static typename Traits::BasePtr create(bool null_aware) {
86
26
        return Traits::template get_function<type, N>(null_aware);
87
26
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
259
    static typename Traits::BasePtr create(bool null_aware) {
86
259
        return Traits::template get_function<type, N>(null_aware);
87
259
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
67
    static typename Traits::BasePtr create(bool null_aware) {
86
67
        return Traits::template get_function<type, N>(null_aware);
87
67
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
19
    static typename Traits::BasePtr create(bool null_aware) {
86
19
        return Traits::template get_function<type, N>(null_aware);
87
19
    }
_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
2
    static typename Traits::BasePtr create(bool null_aware) {
86
2
        return Traits::template get_function<type, N>(null_aware);
87
2
    }
_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
5
    static typename Traits::BasePtr create(bool null_aware) {
86
5
        return Traits::template get_function<type, N>(null_aware);
87
5
    }
_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
550
    static typename Traits::BasePtr create(bool null_aware) {
86
550
        return Traits::template get_function<type, N>(null_aware);
87
550
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
71
    static typename Traits::BasePtr create(bool null_aware) {
86
71
        return Traits::template get_function<type, N>(null_aware);
87
71
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb
_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
53
    static typename Traits::BasePtr create(bool null_aware) {
86
53
        return Traits::template get_function<type, N>(null_aware);
87
53
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm2EEEPNS_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_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
3
    static typename Traits::BasePtr create(bool null_aware) {
86
3
        return Traits::template get_function<type, N>(null_aware);
87
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm2EEEPNS_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_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
57
    static typename Traits::BasePtr create(bool null_aware) {
86
57
        return Traits::template get_function<type, N>(null_aware);
87
57
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
85
19
    static typename Traits::BasePtr create(bool null_aware) {
86
19
        return Traits::template get_function<type, N>(null_aware);
87
19
    }
_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
15
    static typename Traits::BasePtr create(bool null_aware) {
86
15
        return Traits::template get_function<type, N>(null_aware);
87
15
    }
_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
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_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
37
    static typename Traits::BasePtr create(bool null_aware) {
86
37
        return Traits::template get_function<type, N>(null_aware);
87
37
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
2.17k
    static typename Traits::BasePtr create(bool null_aware) {
86
2.17k
        return Traits::template get_function<type, N>(null_aware);
87
2.17k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
1.05k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.05k
        return Traits::template get_function<type, N>(null_aware);
87
1.05k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
9.34k
    static typename Traits::BasePtr create(bool null_aware) {
86
9.34k
        return Traits::template get_function<type, N>(null_aware);
87
9.34k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
21.4k
    static typename Traits::BasePtr create(bool null_aware) {
86
21.4k
        return Traits::template get_function<type, N>(null_aware);
87
21.4k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
95
    static typename Traits::BasePtr create(bool null_aware) {
86
95
        return Traits::template get_function<type, N>(null_aware);
87
95
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_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_13PrimitiveTypeE11ELm0EEEPNS_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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
17
    static typename Traits::BasePtr create(bool null_aware) {
86
17
        return Traits::template get_function<type, N>(null_aware);
87
17
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
660
    static typename Traits::BasePtr create(bool null_aware) {
86
660
        return Traits::template get_function<type, N>(null_aware);
87
660
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
154
    static typename Traits::BasePtr create(bool null_aware) {
86
154
        return Traits::template get_function<type, N>(null_aware);
87
154
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
158
    static typename Traits::BasePtr create(bool null_aware) {
86
158
        return Traits::template get_function<type, N>(null_aware);
87
158
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
178
    static typename Traits::BasePtr create(bool null_aware) {
86
178
        return Traits::template get_function<type, N>(null_aware);
87
178
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
123
    static typename Traits::BasePtr create(bool null_aware) {
86
123
        return Traits::template get_function<type, N>(null_aware);
87
123
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
124
    static typename Traits::BasePtr create(bool null_aware) {
86
124
        return Traits::template get_function<type, N>(null_aware);
87
124
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
85
67
    static typename Traits::BasePtr create(bool null_aware) {
86
67
        return Traits::template get_function<type, N>(null_aware);
87
67
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_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_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
36
    static typename Traits::BasePtr create(bool null_aware) {
86
36
        return Traits::template get_function<type, N>(null_aware);
87
36
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
20
    static typename Traits::BasePtr create(bool null_aware) {
86
20
        return Traits::template get_function<type, N>(null_aware);
87
20
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
1.07k
    static typename Traits::BasePtr create(bool null_aware) {
86
1.07k
        return Traits::template get_function<type, N>(null_aware);
87
1.07k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
537
    static typename Traits::BasePtr create(bool null_aware) {
86
537
        return Traits::template get_function<type, N>(null_aware);
87
537
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
11.1k
    static typename Traits::BasePtr create(bool null_aware) {
86
11.1k
        return Traits::template get_function<type, N>(null_aware);
87
11.1k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
34.2k
    static typename Traits::BasePtr create(bool null_aware) {
86
34.2k
        return Traits::template get_function<type, N>(null_aware);
87
34.2k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
155
    static typename Traits::BasePtr create(bool null_aware) {
86
155
        return Traits::template get_function<type, N>(null_aware);
87
155
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb
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
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
40
    static typename Traits::BasePtr create(bool null_aware) {
86
40
        return Traits::template get_function<type, N>(null_aware);
87
40
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
771
    static typename Traits::BasePtr create(bool null_aware) {
86
771
        return Traits::template get_function<type, N>(null_aware);
87
771
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
140
    static typename Traits::BasePtr create(bool null_aware) {
86
140
        return Traits::template get_function<type, N>(null_aware);
87
140
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
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_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
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_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
767
    static typename Traits::BasePtr create(bool null_aware) {
86
767
        return Traits::template get_function<type, N>(null_aware);
87
767
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
172
    static typename Traits::BasePtr create(bool null_aware) {
86
172
        return Traits::template get_function<type, N>(null_aware);
87
172
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
482
    static typename Traits::BasePtr create(bool null_aware) {
86
482
        return Traits::template get_function<type, N>(null_aware);
87
482
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
154
    static typename Traits::BasePtr create(bool null_aware) {
86
154
        return Traits::template get_function<type, N>(null_aware);
87
154
    }
_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
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
17
    static typename Traits::BasePtr create(bool null_aware) {
86
17
        return Traits::template get_function<type, N>(null_aware);
87
17
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
85
18
    static typename Traits::BasePtr create(bool null_aware) {
86
18
        return Traits::template get_function<type, N>(null_aware);
87
18
    }
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
162
    static typename Traits::BasePtr create(bool null_aware) {
86
162
        return Traits::template get_function<type, N>(null_aware);
87
162
    }
88
};
89
90
#define APPLY_FOR_PRIMTYPE(M) \
91
5.03k
    M(TYPE_TINYINT)           \
92
5.03k
    M(TYPE_SMALLINT)          \
93
35.1k
    M(TYPE_INT)               \
94
84.4k
    M(TYPE_BIGINT)            \
95
84.4k
    M(TYPE_LARGEINT)          \
96
395
    M(TYPE_FLOAT)             \
97
51
    M(TYPE_DOUBLE)            \
98
51
    M(TYPE_DATE)              \
99
136
    M(TYPE_DATETIME)          \
100
2.51k
    M(TYPE_DATEV2)            \
101
3.12k
    M(TYPE_DATETIMEV2)        \
102
3.12k
    M(TYPE_TIMESTAMPTZ)       \
103
498
    M(TYPE_CHAR)              \
104
1.43k
    M(TYPE_VARCHAR)           \
105
1.43k
    M(TYPE_STRING)            \
106
509
    M(TYPE_DECIMAL32)         \
107
515
    M(TYPE_DECIMAL64)         \
108
515
    M(TYPE_DECIMAL128I)       \
109
491
    M(TYPE_DECIMAL256)        \
110
165
    M(TYPE_IPV4)              \
111
83
    M(TYPE_IPV6)
112
113
template <class Traits, size_t N = 0>
114
137k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
137k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
137k
    switch (type) {
118
114
    case TYPE_BOOLEAN: {
119
114
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
48
    case TYPE_DECIMALV2: {
122
48
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
123
0
    }
124
0
#define M(NAME)                                               \
125
137k
    case NAME: {                                              \
126
137k
        return Creator::template create<NAME, N>(null_aware); \
127
137k
    }
128
137k
        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
137k
    }
133
134
0
    return nullptr;
135
137k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
50.8k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
50.8k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
50.8k
    switch (type) {
118
38
    case TYPE_BOOLEAN: {
119
38
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
18
    case TYPE_DECIMALV2: {
122
18
        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
18
        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
50.8k
    }
133
134
0
    return nullptr;
135
50.8k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm1EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
25
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
25
    using Creator = PredicateFunctionCreator<Traits>;
116
117
25
    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
25
    }
133
134
0
    return nullptr;
135
25
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm2EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
748
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
748
    using Creator = PredicateFunctionCreator<Traits>;
116
117
748
    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
748
    }
133
134
0
    return nullptr;
135
748
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm3EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
114
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
114
    using Creator = PredicateFunctionCreator<Traits>;
116
117
114
    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
114
    }
133
134
0
    return nullptr;
135
114
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm4EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
39
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
39
    using Creator = PredicateFunctionCreator<Traits>;
116
117
39
    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
39
    }
133
134
0
    return nullptr;
135
39
}
_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
7
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
7
    using Creator = PredicateFunctionCreator<Traits>;
116
117
7
    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
7
    }
133
134
0
    return nullptr;
135
7
}
_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
35.7k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
35.7k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
35.7k
    switch (type) {
118
37
    case TYPE_BOOLEAN: {
119
37
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
9
    case TYPE_DECIMALV2: {
122
9
        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
9
        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
35.7k
    }
133
134
0
    return nullptr;
135
35.7k
}
_ZN5doris25create_predicate_functionINS_17BloomFilterTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
114
50.0k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
115
50.0k
    using Creator = PredicateFunctionCreator<Traits>;
116
117
50.0k
    switch (type) {
118
36
    case TYPE_BOOLEAN: {
119
36
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
120
0
    }
121
20
    case TYPE_DECIMALV2: {
122
20
        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
20
        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
50.0k
    }
133
134
0
    return nullptr;
135
50.0k
}
136
137
template <class Traits>
138
171
typename Traits::BasePtr create_bitmap_predicate_function(PrimitiveType type) {
139
171
    using Creator = PredicateFunctionCreator<Traits>;
140
141
171
    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
162
    case TYPE_BIGINT:
149
162
        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
171
    }
154
155
0
    return nullptr;
156
171
}
157
158
35.7k
inline auto create_minmax_filter(PrimitiveType type, bool null_aware) {
159
35.7k
    return create_predicate_function<MinmaxFunctionTraits>(type, null_aware);
160
35.7k
}
161
162
template <size_t N = 0>
163
51.8k
inline auto create_set(PrimitiveType type, bool null_aware) {
164
51.8k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
51.8k
}
_ZN5doris10create_setILm0EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
50.8k
inline auto create_set(PrimitiveType type, bool null_aware) {
164
50.8k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
50.8k
}
_ZN5doris10create_setILm1EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
25
inline auto create_set(PrimitiveType type, bool null_aware) {
164
25
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
25
}
_ZN5doris10create_setILm2EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
748
inline auto create_set(PrimitiveType type, bool null_aware) {
164
748
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
748
}
_ZN5doris10create_setILm3EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
114
inline auto create_set(PrimitiveType type, bool null_aware) {
164
114
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
114
}
_ZN5doris10create_setILm4EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
163
39
inline auto create_set(PrimitiveType type, bool null_aware) {
164
39
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
39
}
_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
7
inline auto create_set(PrimitiveType type, bool null_aware) {
164
7
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
165
7
}
_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
955
inline auto create_set(PrimitiveType type, size_t size, bool null_aware) {
168
955
    if (size == 0) {
169
12
        return create_set<0>(type, null_aware);
170
943
    } else if (size == 1) {
171
23
        return create_set<1>(type, null_aware);
172
920
    } else if (size == 2) {
173
746
        return create_set<2>(type, null_aware);
174
746
    } else if (size == 3) {
175
94
        return create_set<3>(type, null_aware);
176
94
    } else if (size == 4) {
177
37
        return create_set<4>(type, null_aware);
178
43
    } else if (size == 5) {
179
18
        return create_set<5>(type, null_aware);
180
25
    } else if (size == 6) {
181
7
        return create_set<6>(type, null_aware);
182
18
    } else if (size == 7) {
183
5
        return create_set<7>(type, null_aware);
184
13
    } else if (size == FIXED_CONTAINER_MAX_SIZE) {
185
7
        return create_set<FIXED_CONTAINER_MAX_SIZE>(type, null_aware);
186
7
    } else {
187
6
        return create_set(type, null_aware);
188
6
    }
189
955
}
190
191
324
inline HybridSetBase* create_string_value_set(bool null_aware) {
192
324
    return new StringValueSet(null_aware);
193
324
}
194
195
324
inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) {
196
324
    return create_string_value_set(null_aware);
197
324
}
198
199
50.0k
inline auto create_bloom_filter(PrimitiveType type, bool null_aware) {
200
50.0k
    return create_predicate_function<BloomFilterTraits>(type, null_aware);
201
50.0k
}
202
203
171
inline auto create_bitmap_filter(PrimitiveType type) {
204
171
    return create_bitmap_predicate_function<BitmapFilterTraits>(type);
205
171
}
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
239
        const TabletColumn* column, bool) {
242
    // currently only support like predicate
243
239
    if constexpr (PT == TYPE_CHAR) {
244
15
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
245
15
                                                             column->name(), filter->_fn_ctx,
246
15
                                                             filter->_string_param);
247
224
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
248
224
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
249
224
                                                               column->name(), filter->_fn_ctx,
250
224
                                                               filter->_string_param);
251
224
    }
252
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
253
239
}
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
15
        const TabletColumn* column, bool) {
242
    // currently only support like predicate
243
15
    if constexpr (PT == TYPE_CHAR) {
244
15
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
245
15
                                                             column->name(), filter->_fn_ctx,
246
15
                                                             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
15
}
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE10EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb
Line
Count
Source
241
200
        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
200
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
248
200
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
249
200
                                                               column->name(), filter->_fn_ctx,
250
200
                                                               filter->_string_param);
251
200
    }
252
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
253
200
}
_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
239
                                                         bool null_aware = false) {
260
239
    switch (type) {
261
0
#define M(NAME)                                                                           \
262
240
    case FieldType::OLAP_FIELD_##NAME: {                                                  \
263
240
        return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \
264
240
    }
265
240
        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
239
    }
276
239
}
277
278
} // namespace doris