Coverage Report

Created: 2026-04-22 10:41

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
42.7k
    static BasePtr get_function(bool null_aware) {
39
42.7k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
42.7k
        return new MinMaxNumFunc<
41
42.7k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
42.7k
                null_aware);
43
42.7k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
224
    static BasePtr get_function(bool null_aware) {
39
224
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
224
        return new MinMaxNumFunc<
41
224
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
224
                null_aware);
43
224
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
13
    static BasePtr get_function(bool null_aware) {
39
13
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
13
        return new MinMaxNumFunc<
41
13
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
13
                null_aware);
43
13
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
846
    static BasePtr get_function(bool null_aware) {
39
846
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
846
        return new MinMaxNumFunc<
41
846
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
846
                null_aware);
43
846
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
426
    static BasePtr get_function(bool null_aware) {
39
426
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
426
        return new MinMaxNumFunc<
41
426
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
426
                null_aware);
43
426
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
14.5k
    static BasePtr get_function(bool null_aware) {
39
14.5k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
14.5k
        return new MinMaxNumFunc<
41
14.5k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
14.5k
                null_aware);
43
14.5k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
22.3k
    static BasePtr get_function(bool null_aware) {
39
22.3k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
22.3k
        return new MinMaxNumFunc<
41
22.3k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
22.3k
                null_aware);
43
22.3k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
139
    static BasePtr get_function(bool null_aware) {
39
139
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
139
        return new MinMaxNumFunc<
41
139
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
139
                null_aware);
43
139
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
289
    static BasePtr get_function(bool null_aware) {
39
289
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
289
        return new MinMaxNumFunc<
41
289
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
289
                null_aware);
43
289
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
12
    static BasePtr get_function(bool null_aware) {
39
12
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
12
        return new MinMaxNumFunc<
41
12
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
12
                null_aware);
43
12
    }
_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
68
    static BasePtr get_function(bool null_aware) {
39
68
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
68
        return new MinMaxNumFunc<
41
68
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
68
                null_aware);
43
68
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_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_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
919
    static BasePtr get_function(bool null_aware) {
39
919
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
919
        return new MinMaxNumFunc<
41
919
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
919
                null_aware);
43
919
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
6
    static BasePtr get_function(bool null_aware) {
39
6
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
6
        return new MinMaxNumFunc<
41
6
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
6
                null_aware);
43
6
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
133
    static BasePtr get_function(bool null_aware) {
39
133
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
133
        return new MinMaxNumFunc<
41
133
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
133
                null_aware);
43
133
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
326
    static BasePtr get_function(bool null_aware) {
39
326
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
326
        return new MinMaxNumFunc<
41
326
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
326
                null_aware);
43
326
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
675
    static BasePtr get_function(bool null_aware) {
39
675
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
675
        return new MinMaxNumFunc<
41
675
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
675
                null_aware);
43
675
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_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_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
485
    static BasePtr get_function(bool null_aware) {
39
485
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
485
        return new MinMaxNumFunc<
41
485
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
485
                null_aware);
43
485
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
96
    static BasePtr get_function(bool null_aware) {
39
96
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
96
        return new MinMaxNumFunc<
41
96
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
96
                null_aware);
43
96
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
82
    static BasePtr get_function(bool null_aware) {
39
82
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
82
        return new MinMaxNumFunc<
41
82
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
82
                null_aware);
43
82
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
7
    static BasePtr get_function(bool null_aware) {
39
7
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
7
        return new MinMaxNumFunc<
41
7
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
7
                null_aware);
43
7
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
1
    static BasePtr get_function(bool null_aware) {
39
1
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
1
        return new MinMaxNumFunc<
41
1
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
1
                null_aware);
43
1
    }
44
};
45
46
class HybridSetTraits {
47
public:
48
    using BasePtr = HybridSetBase*;
49
    template <PrimitiveType type, size_t N>
50
62.0k
    static BasePtr get_function(bool null_aware) {
51
62.0k
        if constexpr (is_string_type(type)) {
52
1.48k
            return new StringSet<>(null_aware);
53
1.48k
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
1.42k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1.42k
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2.09k
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2.09k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2.09k
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
57.0k
        } else {
60
57.0k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
57.0k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
57.0k
        }
63
62.0k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
225
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
225
        } else {
60
225
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
225
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
225
        }
63
225
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
25
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
25
        } else {
60
25
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
25
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
25
        }
63
25
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
883
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
883
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
883
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
883
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
883
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
517
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
517
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
517
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
517
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
517
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
20.1k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
20.1k
        } else {
60
20.1k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
20.1k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
20.1k
        }
63
20.1k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
30.0k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
30.0k
        } else {
60
30.0k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
30.0k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
30.0k
        }
63
30.0k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
247
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
247
        } else {
60
247
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
247
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
247
        }
63
247
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
291
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
291
        } else {
60
291
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
291
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
291
        }
63
291
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
10
        } else {
60
10
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
10
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
10
        }
63
10
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
8
        } else {
60
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
8
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
8
        }
63
8
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
37
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
37
        } else {
60
37
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
37
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
37
        }
63
37
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.28k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
1.28k
        } else {
60
1.28k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
1.28k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
1.28k
        }
63
1.28k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3.52k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
3.52k
        } else {
60
3.52k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
3.52k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
3.52k
        }
63
3.52k
    }
_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 (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
12
        } else {
60
12
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
12
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
12
        }
63
12
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
156
    static BasePtr get_function(bool null_aware) {
51
156
        if constexpr (is_string_type(type)) {
52
156
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
156
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
656
    static BasePtr get_function(bool null_aware) {
51
656
        if constexpr (is_string_type(type)) {
52
656
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
656
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
676
    static BasePtr get_function(bool null_aware) {
51
676
        if constexpr (is_string_type(type)) {
52
676
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
676
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
118
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
118
        } else {
60
118
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
118
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
118
        }
63
118
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
823
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
823
        } else {
60
823
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
823
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
823
        }
63
823
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
106
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
106
        } else {
60
106
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
106
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
106
        }
63
106
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
107
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
107
        } else {
60
107
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
107
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
107
        }
63
107
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
16
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
16
        } else {
60
16
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
16
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
16
        }
63
16
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
10
        } else {
60
10
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
10
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
10
        }
63
10
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm1EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
6
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
6
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
6
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
6
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
1
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
457
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
457
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
457
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
457
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
457
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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 (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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 (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
1
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
787
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
787
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
787
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
787
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
787
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
255
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
255
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
255
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
255
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
255
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
2
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
3
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
33
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
33
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
33
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
33
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
33
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
41
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
41
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
41
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
41
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
41
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
2
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm2EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm2EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
5
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
8
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
8
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
5
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
8
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
8
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
8
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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 (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
4
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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 (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
5
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
5
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
177
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
177
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
177
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
177
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
177
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
150
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
150
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
150
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
150
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
150
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
5
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
5
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
5
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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 (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
1
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
27
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
27
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
27
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
27
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
27
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
3
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
3
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
3
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
6
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
6
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
6
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
9
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
9
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
9
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
4
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
4
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
4
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
1
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
1
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
1
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
1
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE15ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm7EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm7EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
11
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
11
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
11
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
11
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
11
    }
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE7ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE8ELm7EEEPNS_13HybridSetBaseEb
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE9ELm7EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
2
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
10
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
10
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
10
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
        } else {
60
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
        }
63
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
64
};
65
66
class BloomFilterTraits {
67
public:
68
    using BasePtr = BloomFilterFuncBase*;
69
    template <PrimitiveType type, size_t N>
70
60.0k
    static BasePtr get_function(bool null_aware) {
71
60.0k
        return new BloomFilterFunc<type>(null_aware);
72
60.0k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
226
    static BasePtr get_function(bool null_aware) {
71
226
        return new BloomFilterFunc<type>(null_aware);
72
226
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
29
    static BasePtr get_function(bool null_aware) {
71
29
        return new BloomFilterFunc<type>(null_aware);
72
29
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
3.51k
    static BasePtr get_function(bool null_aware) {
71
3.51k
        return new BloomFilterFunc<type>(null_aware);
72
3.51k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
2.38k
    static BasePtr get_function(bool null_aware) {
71
2.38k
        return new BloomFilterFunc<type>(null_aware);
72
2.38k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
14.2k
    static BasePtr get_function(bool null_aware) {
71
14.2k
        return new BloomFilterFunc<type>(null_aware);
72
14.2k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
34.4k
    static BasePtr get_function(bool null_aware) {
71
34.4k
        return new BloomFilterFunc<type>(null_aware);
72
34.4k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
204
    static BasePtr get_function(bool null_aware) {
71
204
        return new BloomFilterFunc<type>(null_aware);
72
204
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
288
    static BasePtr get_function(bool null_aware) {
71
288
        return new BloomFilterFunc<type>(null_aware);
72
288
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
24
    static BasePtr get_function(bool null_aware) {
71
24
        return new BloomFilterFunc<type>(null_aware);
72
24
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
9
    static BasePtr get_function(bool null_aware) {
71
9
        return new BloomFilterFunc<type>(null_aware);
72
9
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
86
    static BasePtr get_function(bool null_aware) {
71
86
        return new BloomFilterFunc<type>(null_aware);
72
86
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
1.24k
    static BasePtr get_function(bool null_aware) {
71
1.24k
        return new BloomFilterFunc<type>(null_aware);
72
1.24k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
1.11k
    static BasePtr get_function(bool null_aware) {
71
1.11k
        return new BloomFilterFunc<type>(null_aware);
72
1.11k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
7
    static BasePtr get_function(bool null_aware) {
71
7
        return new BloomFilterFunc<type>(null_aware);
72
7
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
261
    static BasePtr get_function(bool null_aware) {
71
261
        return new BloomFilterFunc<type>(null_aware);
72
261
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
371
    static BasePtr get_function(bool null_aware) {
71
371
        return new BloomFilterFunc<type>(null_aware);
72
371
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
683
    static BasePtr get_function(bool null_aware) {
71
683
        return new BloomFilterFunc<type>(null_aware);
72
683
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
269
    static BasePtr get_function(bool null_aware) {
71
269
        return new BloomFilterFunc<type>(null_aware);
72
269
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
484
    static BasePtr get_function(bool null_aware) {
71
484
        return new BloomFilterFunc<type>(null_aware);
72
484
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
109
    static BasePtr get_function(bool null_aware) {
71
109
        return new BloomFilterFunc<type>(null_aware);
72
109
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
99
    static BasePtr get_function(bool null_aware) {
71
99
        return new BloomFilterFunc<type>(null_aware);
72
99
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
12
    static BasePtr get_function(bool null_aware) {
71
12
        return new BloomFilterFunc<type>(null_aware);
72
12
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
12
    static BasePtr get_function(bool null_aware) {
71
12
        return new BloomFilterFunc<type>(null_aware);
72
12
    }
73
};
74
75
class BitmapFilterTraits {
76
public:
77
    using BasePtr = BitmapFilterFuncBase*;
78
    template <PrimitiveType type, size_t N>
79
145
    static BasePtr get_function(bool null_aware) {
80
145
        return new BitmapFilterFunc<type>(null_aware);
81
145
    }
Unexecuted instantiation: _ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_20BitmapFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_20BitmapFilterFuncBaseEb
_ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
79
9
    static BasePtr get_function(bool null_aware) {
80
9
        return new BitmapFilterFunc<type>(null_aware);
81
9
    }
_ZN5doris18BitmapFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
79
136
    static BasePtr get_function(bool null_aware) {
80
136
        return new BitmapFilterFunc<type>(null_aware);
81
136
    }
82
};
83
84
template <class Traits>
85
class PredicateFunctionCreator {
86
public:
87
    template <PrimitiveType type, size_t N = 0>
88
165k
    static typename Traits::BasePtr create(bool null_aware) {
89
165k
        return Traits::template get_function<type, N>(null_aware);
90
165k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
225
    static typename Traits::BasePtr create(bool null_aware) {
89
225
        return Traits::template get_function<type, N>(null_aware);
90
225
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
23
    static typename Traits::BasePtr create(bool null_aware) {
89
23
        return Traits::template get_function<type, N>(null_aware);
90
23
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
884
    static typename Traits::BasePtr create(bool null_aware) {
89
884
        return Traits::template get_function<type, N>(null_aware);
90
884
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
518
    static typename Traits::BasePtr create(bool null_aware) {
89
518
        return Traits::template get_function<type, N>(null_aware);
90
518
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
20.1k
    static typename Traits::BasePtr create(bool null_aware) {
89
20.1k
        return Traits::template get_function<type, N>(null_aware);
90
20.1k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
30.0k
    static typename Traits::BasePtr create(bool null_aware) {
89
30.0k
        return Traits::template get_function<type, N>(null_aware);
90
30.0k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
246
    static typename Traits::BasePtr create(bool null_aware) {
89
246
        return Traits::template get_function<type, N>(null_aware);
90
246
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
291
    static typename Traits::BasePtr create(bool null_aware) {
89
291
        return Traits::template get_function<type, N>(null_aware);
90
291
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
10
    static typename Traits::BasePtr create(bool null_aware) {
89
10
        return Traits::template get_function<type, N>(null_aware);
90
10
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
8
    static typename Traits::BasePtr create(bool null_aware) {
89
8
        return Traits::template get_function<type, N>(null_aware);
90
8
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
37
    static typename Traits::BasePtr create(bool null_aware) {
89
37
        return Traits::template get_function<type, N>(null_aware);
90
37
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1.28k
    static typename Traits::BasePtr create(bool null_aware) {
89
1.28k
        return Traits::template get_function<type, N>(null_aware);
90
1.28k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3.53k
    static typename Traits::BasePtr create(bool null_aware) {
89
3.53k
        return Traits::template get_function<type, N>(null_aware);
90
3.53k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
12
    static typename Traits::BasePtr create(bool null_aware) {
89
12
        return Traits::template get_function<type, N>(null_aware);
90
12
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
156
    static typename Traits::BasePtr create(bool null_aware) {
89
156
        return Traits::template get_function<type, N>(null_aware);
90
156
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
656
    static typename Traits::BasePtr create(bool null_aware) {
89
656
        return Traits::template get_function<type, N>(null_aware);
90
656
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
676
    static typename Traits::BasePtr create(bool null_aware) {
89
676
        return Traits::template get_function<type, N>(null_aware);
90
676
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
118
    static typename Traits::BasePtr create(bool null_aware) {
89
118
        return Traits::template get_function<type, N>(null_aware);
90
118
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
823
    static typename Traits::BasePtr create(bool null_aware) {
89
823
        return Traits::template get_function<type, N>(null_aware);
90
823
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
106
    static typename Traits::BasePtr create(bool null_aware) {
89
106
        return Traits::template get_function<type, N>(null_aware);
90
106
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
107
    static typename Traits::BasePtr create(bool null_aware) {
89
107
        return Traits::template get_function<type, N>(null_aware);
90
107
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
16
    static typename Traits::BasePtr create(bool null_aware) {
89
16
        return Traits::template get_function<type, N>(null_aware);
90
16
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
10
    static typename Traits::BasePtr create(bool null_aware) {
89
10
        return Traits::template get_function<type, N>(null_aware);
90
10
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm1EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
6
    static typename Traits::BasePtr create(bool null_aware) {
89
6
        return Traits::template get_function<type, N>(null_aware);
90
6
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
457
    static typename Traits::BasePtr create(bool null_aware) {
89
457
        return Traits::template get_function<type, N>(null_aware);
90
457
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
5
    static typename Traits::BasePtr create(bool null_aware) {
89
5
        return Traits::template get_function<type, N>(null_aware);
90
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
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm1EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
8
    static typename Traits::BasePtr create(bool null_aware) {
89
8
        return Traits::template get_function<type, N>(null_aware);
90
8
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm1EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
5
    static typename Traits::BasePtr create(bool null_aware) {
89
5
        return Traits::template get_function<type, N>(null_aware);
90
5
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
787
    static typename Traits::BasePtr create(bool null_aware) {
89
787
        return Traits::template get_function<type, N>(null_aware);
90
787
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
255
    static typename Traits::BasePtr create(bool null_aware) {
89
255
        return Traits::template get_function<type, N>(null_aware);
90
255
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
2
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
33
    static typename Traits::BasePtr create(bool null_aware) {
89
33
        return Traits::template get_function<type, N>(null_aware);
90
33
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
41
    static typename Traits::BasePtr create(bool null_aware) {
89
41
        return Traits::template get_function<type, N>(null_aware);
90
41
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
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
88
5
    static typename Traits::BasePtr create(bool null_aware) {
89
5
        return Traits::template get_function<type, N>(null_aware);
90
5
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
8
    static typename Traits::BasePtr create(bool null_aware) {
89
8
        return Traits::template get_function<type, N>(null_aware);
90
8
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
5
    static typename Traits::BasePtr create(bool null_aware) {
89
5
        return Traits::template get_function<type, N>(null_aware);
90
5
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm2EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
8
    static typename Traits::BasePtr create(bool null_aware) {
89
8
        return Traits::template get_function<type, N>(null_aware);
90
8
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm2EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
8
    static typename Traits::BasePtr create(bool null_aware) {
89
8
        return Traits::template get_function<type, N>(null_aware);
90
8
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm3EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
4
    static typename Traits::BasePtr create(bool null_aware) {
89
4
        return Traits::template get_function<type, N>(null_aware);
90
4
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
5
    static typename Traits::BasePtr create(bool null_aware) {
89
5
        return Traits::template get_function<type, N>(null_aware);
90
5
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
177
    static typename Traits::BasePtr create(bool null_aware) {
89
177
        return Traits::template get_function<type, N>(null_aware);
90
177
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
150
    static typename Traits::BasePtr create(bool null_aware) {
89
150
        return Traits::template get_function<type, N>(null_aware);
90
150
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
5
    static typename Traits::BasePtr create(bool null_aware) {
89
5
        return Traits::template get_function<type, N>(null_aware);
90
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
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE37ELm3EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE3ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
27
    static typename Traits::BasePtr create(bool null_aware) {
89
27
        return Traits::template get_function<type, N>(null_aware);
90
27
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3
    static typename Traits::BasePtr create(bool null_aware) {
89
3
        return Traits::template get_function<type, N>(null_aware);
90
3
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
2
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
6
    static typename Traits::BasePtr create(bool null_aware) {
89
6
        return Traits::template get_function<type, N>(null_aware);
90
6
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
6
    static typename Traits::BasePtr create(bool null_aware) {
89
6
        return Traits::template get_function<type, N>(null_aware);
90
6
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm4EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm4EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm4EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
6
    static typename Traits::BasePtr create(bool null_aware) {
89
6
        return Traits::template get_function<type, N>(null_aware);
90
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
88
9
    static typename Traits::BasePtr create(bool null_aware) {
89
9
        return Traits::template get_function<type, N>(null_aware);
90
9
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
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
88
4
    static typename Traits::BasePtr create(bool null_aware) {
89
4
        return Traits::template get_function<type, N>(null_aware);
90
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
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
2
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm5EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm5EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
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
88
4
    static typename Traits::BasePtr create(bool null_aware) {
89
4
        return Traits::template get_function<type, N>(null_aware);
90
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
88
4
    static typename Traits::BasePtr create(bool null_aware) {
89
4
        return Traits::template get_function<type, N>(null_aware);
90
4
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm6EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE12ELm6EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm6EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
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
88
11
    static typename Traits::BasePtr create(bool null_aware) {
89
11
        return Traits::template get_function<type, N>(null_aware);
90
11
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm7EEEPNS_13HybridSetBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE8ELm7EEEPNS_13HybridSetBaseEb
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE9ELm7EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
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
88
2
    static typename Traits::BasePtr create(bool null_aware) {
89
2
        return Traits::template get_function<type, N>(null_aware);
90
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
88
10
    static typename Traits::BasePtr create(bool null_aware) {
89
10
        return Traits::template get_function<type, N>(null_aware);
90
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
88
224
    static typename Traits::BasePtr create(bool null_aware) {
89
224
        return Traits::template get_function<type, N>(null_aware);
90
224
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
13
    static typename Traits::BasePtr create(bool null_aware) {
89
13
        return Traits::template get_function<type, N>(null_aware);
90
13
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
846
    static typename Traits::BasePtr create(bool null_aware) {
89
846
        return Traits::template get_function<type, N>(null_aware);
90
846
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
426
    static typename Traits::BasePtr create(bool null_aware) {
89
426
        return Traits::template get_function<type, N>(null_aware);
90
426
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
14.5k
    static typename Traits::BasePtr create(bool null_aware) {
89
14.5k
        return Traits::template get_function<type, N>(null_aware);
90
14.5k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
22.3k
    static typename Traits::BasePtr create(bool null_aware) {
89
22.3k
        return Traits::template get_function<type, N>(null_aware);
90
22.3k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
139
    static typename Traits::BasePtr create(bool null_aware) {
89
139
        return Traits::template get_function<type, N>(null_aware);
90
139
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
289
    static typename Traits::BasePtr create(bool null_aware) {
89
289
        return Traits::template get_function<type, N>(null_aware);
90
289
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
12
    static typename Traits::BasePtr create(bool null_aware) {
89
12
        return Traits::template get_function<type, N>(null_aware);
90
12
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
68
    static typename Traits::BasePtr create(bool null_aware) {
89
68
        return Traits::template get_function<type, N>(null_aware);
90
68
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
1.05k
    static typename Traits::BasePtr create(bool null_aware) {
89
1.05k
        return Traits::template get_function<type, N>(null_aware);
90
1.05k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
919
    static typename Traits::BasePtr create(bool null_aware) {
89
919
        return Traits::template get_function<type, N>(null_aware);
90
919
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
6
    static typename Traits::BasePtr create(bool null_aware) {
89
6
        return Traits::template get_function<type, N>(null_aware);
90
6
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
133
    static typename Traits::BasePtr create(bool null_aware) {
89
133
        return Traits::template get_function<type, N>(null_aware);
90
133
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
326
    static typename Traits::BasePtr create(bool null_aware) {
89
326
        return Traits::template get_function<type, N>(null_aware);
90
326
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
675
    static typename Traits::BasePtr create(bool null_aware) {
89
675
        return Traits::template get_function<type, N>(null_aware);
90
675
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
67
    static typename Traits::BasePtr create(bool null_aware) {
89
67
        return Traits::template get_function<type, N>(null_aware);
90
67
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
485
    static typename Traits::BasePtr create(bool null_aware) {
89
485
        return Traits::template get_function<type, N>(null_aware);
90
485
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
96
    static typename Traits::BasePtr create(bool null_aware) {
89
96
        return Traits::template get_function<type, N>(null_aware);
90
96
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
82
    static typename Traits::BasePtr create(bool null_aware) {
89
82
        return Traits::template get_function<type, N>(null_aware);
90
82
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
7
    static typename Traits::BasePtr create(bool null_aware) {
89
7
        return Traits::template get_function<type, N>(null_aware);
90
7
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
226
    static typename Traits::BasePtr create(bool null_aware) {
89
226
        return Traits::template get_function<type, N>(null_aware);
90
226
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
29
    static typename Traits::BasePtr create(bool null_aware) {
89
29
        return Traits::template get_function<type, N>(null_aware);
90
29
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
3.51k
    static typename Traits::BasePtr create(bool null_aware) {
89
3.51k
        return Traits::template get_function<type, N>(null_aware);
90
3.51k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
2.38k
    static typename Traits::BasePtr create(bool null_aware) {
89
2.38k
        return Traits::template get_function<type, N>(null_aware);
90
2.38k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
14.2k
    static typename Traits::BasePtr create(bool null_aware) {
89
14.2k
        return Traits::template get_function<type, N>(null_aware);
90
14.2k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
34.3k
    static typename Traits::BasePtr create(bool null_aware) {
89
34.3k
        return Traits::template get_function<type, N>(null_aware);
90
34.3k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
204
    static typename Traits::BasePtr create(bool null_aware) {
89
204
        return Traits::template get_function<type, N>(null_aware);
90
204
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE8ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
288
    static typename Traits::BasePtr create(bool null_aware) {
89
288
        return Traits::template get_function<type, N>(null_aware);
90
288
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE9ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
24
    static typename Traits::BasePtr create(bool null_aware) {
89
24
        return Traits::template get_function<type, N>(null_aware);
90
24
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
9
    static typename Traits::BasePtr create(bool null_aware) {
89
9
        return Traits::template get_function<type, N>(null_aware);
90
9
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
87
    static typename Traits::BasePtr create(bool null_aware) {
89
87
        return Traits::template get_function<type, N>(null_aware);
90
87
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
1.24k
    static typename Traits::BasePtr create(bool null_aware) {
89
1.24k
        return Traits::template get_function<type, N>(null_aware);
90
1.24k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
1.11k
    static typename Traits::BasePtr create(bool null_aware) {
89
1.11k
        return Traits::template get_function<type, N>(null_aware);
90
1.11k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
7
    static typename Traits::BasePtr create(bool null_aware) {
89
7
        return Traits::template get_function<type, N>(null_aware);
90
7
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
261
    static typename Traits::BasePtr create(bool null_aware) {
89
261
        return Traits::template get_function<type, N>(null_aware);
90
261
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
371
    static typename Traits::BasePtr create(bool null_aware) {
89
371
        return Traits::template get_function<type, N>(null_aware);
90
371
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
683
    static typename Traits::BasePtr create(bool null_aware) {
89
683
        return Traits::template get_function<type, N>(null_aware);
90
683
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
269
    static typename Traits::BasePtr create(bool null_aware) {
89
269
        return Traits::template get_function<type, N>(null_aware);
90
269
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
484
    static typename Traits::BasePtr create(bool null_aware) {
89
484
        return Traits::template get_function<type, N>(null_aware);
90
484
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
109
    static typename Traits::BasePtr create(bool null_aware) {
89
109
        return Traits::template get_function<type, N>(null_aware);
90
109
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
99
    static typename Traits::BasePtr create(bool null_aware) {
89
99
        return Traits::template get_function<type, N>(null_aware);
90
99
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
12
    static typename Traits::BasePtr create(bool null_aware) {
89
12
        return Traits::template get_function<type, N>(null_aware);
90
12
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
12
    static typename Traits::BasePtr create(bool null_aware) {
89
12
        return Traits::template get_function<type, N>(null_aware);
90
12
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_20BitmapFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_20BitmapFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
88
9
    static typename Traits::BasePtr create(bool null_aware) {
89
9
        return Traits::template get_function<type, N>(null_aware);
90
9
    }
_ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
88
136
    static typename Traits::BasePtr create(bool null_aware) {
89
136
        return Traits::template get_function<type, N>(null_aware);
90
136
    }
91
};
92
93
#define APPLY_FOR_PRIMTYPE(M) \
94
5.25k
    M(TYPE_TINYINT)           \
95
5.25k
    M(TYPE_SMALLINT)          \
96
50.4k
    M(TYPE_INT)               \
97
87.3k
    M(TYPE_BIGINT)            \
98
87.3k
    M(TYPE_LARGEINT)          \
99
871
    M(TYPE_FLOAT)             \
100
871
    M(TYPE_DOUBLE)            \
101
56
    M(TYPE_DATE)              \
102
203
    M(TYPE_DATETIME)          \
103
3.62k
    M(TYPE_DATEV2)            \
104
5.60k
    M(TYPE_DATETIMEV2)        \
105
5.60k
    M(TYPE_TIMESTAMPTZ)       \
106
565
    M(TYPE_CHAR)              \
107
1.73k
    M(TYPE_VARCHAR)           \
108
2.05k
    M(TYPE_STRING)            \
109
2.05k
    M(TYPE_DECIMAL32)         \
110
1.80k
    M(TYPE_DECIMAL64)         \
111
1.80k
    M(TYPE_DECIMAL128I)       \
112
321
    M(TYPE_DECIMAL256)        \
113
296
    M(TYPE_IPV4)              \
114
52
    M(TYPE_IPV6)
115
116
template <class Traits, size_t N = 0>
117
164k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
164k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
164k
    switch (type) {
121
678
    case TYPE_BOOLEAN: {
122
678
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
65
    case TYPE_DECIMALV2: {
125
65
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
164k
    case NAME: {                                              \
129
164k
        return Creator::template create<NAME, N>(null_aware); \
130
164k
    }
131
164k
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
164k
    }
136
137
0
    return nullptr;
138
164k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
60.0k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
60.0k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
60.0k
    switch (type) {
121
225
    case TYPE_BOOLEAN: {
122
225
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
23
    case TYPE_DECIMALV2: {
125
23
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
23
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
60.0k
    }
136
137
0
    return nullptr;
138
60.0k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm1EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
481
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
481
    using Creator = PredicateFunctionCreator<Traits>;
119
120
481
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
481
    }
136
137
0
    return nullptr;
138
481
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm2EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
1.17k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
1.17k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
1.17k
    switch (type) {
121
3
    case TYPE_BOOLEAN: {
122
3
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
1.17k
    }
136
137
0
    return nullptr;
138
1.17k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm3EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
365
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
365
    using Creator = PredicateFunctionCreator<Traits>;
119
120
365
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
1
    case TYPE_DECIMALV2: {
125
1
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
1
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
365
    }
136
137
0
    return nullptr;
138
365
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm4EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
51
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
51
    using Creator = PredicateFunctionCreator<Traits>;
119
120
51
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
51
    }
136
137
0
    return nullptr;
138
51
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm5EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
20
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
20
    using Creator = PredicateFunctionCreator<Traits>;
119
120
20
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
20
    }
136
137
0
    return nullptr;
138
20
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm6EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
9
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
9
    using Creator = PredicateFunctionCreator<Traits>;
119
120
9
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
9
    }
136
137
0
    return nullptr;
138
9
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm7EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
15
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
15
    using Creator = PredicateFunctionCreator<Traits>;
119
120
15
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
15
    }
136
137
0
    return nullptr;
138
15
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm8EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
10
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
10
    using Creator = PredicateFunctionCreator<Traits>;
119
120
10
    switch (type) {
121
0
    case TYPE_BOOLEAN: {
122
0
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
0
    case TYPE_DECIMALV2: {
125
0
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
0
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
10
    }
136
137
0
    return nullptr;
138
10
}
_ZN5doris25create_predicate_functionINS_20MinmaxFunctionTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
42.7k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
42.7k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
42.7k
    switch (type) {
121
224
    case TYPE_BOOLEAN: {
122
224
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
13
    case TYPE_DECIMALV2: {
125
13
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
13
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
42.7k
    }
136
137
0
    return nullptr;
138
42.7k
}
_ZN5doris25create_predicate_functionINS_17BloomFilterTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
60.0k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
60.0k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
60.0k
    switch (type) {
121
226
    case TYPE_BOOLEAN: {
122
226
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
28
    case TYPE_DECIMALV2: {
125
28
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
0
    case NAME: {                                              \
129
0
        return Creator::template create<NAME, N>(null_aware); \
130
0
    }
131
28
        APPLY_FOR_PRIMTYPE(M)
132
0
#undef M
133
0
    default:
134
0
        throw Exception(ErrorCode::INTERNAL_ERROR, "predicate with type " + type_to_string(type));
135
60.0k
    }
136
137
0
    return nullptr;
138
60.0k
}
139
140
template <class Traits>
141
145
typename Traits::BasePtr create_bitmap_predicate_function(PrimitiveType type) {
142
145
    using Creator = PredicateFunctionCreator<Traits>;
143
144
145
    switch (type) {
145
0
    case TYPE_TINYINT:
146
0
        return Creator::template create<TYPE_TINYINT>(false);
147
0
    case TYPE_SMALLINT:
148
0
        return Creator::template create<TYPE_SMALLINT>(false);
149
9
    case TYPE_INT:
150
9
        return Creator::template create<TYPE_INT>(false);
151
136
    case TYPE_BIGINT:
152
136
        return Creator::template create<TYPE_BIGINT>(false);
153
0
    default:
154
0
        throw Exception(ErrorCode::INTERNAL_ERROR,
155
0
                        "bitmap predicate with type " + type_to_string(type));
156
145
    }
157
158
0
    return nullptr;
159
145
}
160
161
42.8k
inline auto create_minmax_filter(PrimitiveType type, bool null_aware) {
162
42.8k
    return create_predicate_function<MinmaxFunctionTraits>(type, null_aware);
163
42.8k
}
164
165
template <size_t N = 0>
166
62.1k
inline auto create_set(PrimitiveType type, bool null_aware) {
167
62.1k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
62.1k
}
_ZN5doris10create_setILm0EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
60.0k
inline auto create_set(PrimitiveType type, bool null_aware) {
167
60.0k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
60.0k
}
_ZN5doris10create_setILm1EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
481
inline auto create_set(PrimitiveType type, bool null_aware) {
167
481
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
481
}
_ZN5doris10create_setILm2EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
1.17k
inline auto create_set(PrimitiveType type, bool null_aware) {
167
1.17k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
1.17k
}
_ZN5doris10create_setILm3EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
365
inline auto create_set(PrimitiveType type, bool null_aware) {
167
365
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
365
}
_ZN5doris10create_setILm4EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
51
inline auto create_set(PrimitiveType type, bool null_aware) {
167
51
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
51
}
_ZN5doris10create_setILm5EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
20
inline auto create_set(PrimitiveType type, bool null_aware) {
167
20
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
20
}
_ZN5doris10create_setILm6EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
9
inline auto create_set(PrimitiveType type, bool null_aware) {
167
9
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
9
}
_ZN5doris10create_setILm7EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
15
inline auto create_set(PrimitiveType type, bool null_aware) {
167
15
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
15
}
_ZN5doris10create_setILm8EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
10
inline auto create_set(PrimitiveType type, bool null_aware) {
167
10
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
10
}
169
170
2.26k
inline auto create_set(PrimitiveType type, size_t size, bool null_aware) {
171
2.26k
    if (size == 0) {
172
12
        return create_set<0>(type, null_aware);
173
2.25k
    } else if (size == 1) {
174
479
        return create_set<1>(type, null_aware);
175
1.77k
    } else if (size == 2) {
176
1.16k
        return create_set<2>(type, null_aware);
177
1.16k
    } else if (size == 3) {
178
345
        return create_set<3>(type, null_aware);
179
345
    } else if (size == 4) {
180
49
        return create_set<4>(type, null_aware);
181
211
    } else if (size == 5) {
182
18
        return create_set<5>(type, null_aware);
183
193
    } else if (size == 6) {
184
7
        return create_set<6>(type, null_aware);
185
186
    } else if (size == 7) {
186
13
        return create_set<7>(type, null_aware);
187
173
    } else if (size == FIXED_CONTAINER_MAX_SIZE) {
188
7
        return create_set<FIXED_CONTAINER_MAX_SIZE>(type, null_aware);
189
166
    } else {
190
166
        return create_set(type, null_aware);
191
166
    }
192
2.26k
}
193
194
513
inline HybridSetBase* create_string_value_set(bool null_aware) {
195
513
    return new StringValueSet(null_aware);
196
513
}
197
198
513
inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) {
199
513
    return create_string_value_set(null_aware);
200
513
}
201
202
60.1k
inline auto create_bloom_filter(PrimitiveType type, bool null_aware) {
203
60.1k
    return create_predicate_function<BloomFilterTraits>(type, null_aware);
204
60.1k
}
205
206
145
inline auto create_bitmap_filter(PrimitiveType type) {
207
145
    return create_bitmap_predicate_function<BitmapFilterTraits>(type);
208
145
}
209
210
template <PrimitiveType PT>
211
std::shared_ptr<const ColumnPredicate> create_olap_column_predicate(
212
        uint32_t column_id, const std::shared_ptr<BloomFilterFuncBase>& filter, const TabletColumn*,
213
        bool null_aware) {
214
    std::shared_ptr<BloomFilterFuncBase> filter_olap;
215
    filter_olap.reset(create_bloom_filter(PT, null_aware));
216
    filter_olap->light_copy(filter.get());
217
    // create a new filter to match the input filter and PT. For example, filter may be varchar, but PT is char
218
    return BloomFilterColumnPredicate<PT>::create_shared(column_id, filter_olap);
219
}
220
221
template <PrimitiveType PT>
222
std::shared_ptr<const ColumnPredicate> create_olap_column_predicate(
223
        uint32_t column_id, const std::shared_ptr<BitmapFilterFuncBase>& filter,
224
        const TabletColumn*, bool) {
225
    if constexpr (PT == TYPE_TINYINT || PT == TYPE_SMALLINT || PT == TYPE_INT ||
226
                  PT == TYPE_BIGINT) {
227
        return BitmapFilterColumnPredicate<PT>::create_shared(column_id, filter);
228
    } else {
229
        throw Exception(ErrorCode::INTERNAL_ERROR, "bitmap filter do not support type {}", PT);
230
    }
231
}
232
233
template <PrimitiveType PT>
234
std::shared_ptr<const ColumnPredicate> create_olap_column_predicate(
235
        uint32_t column_id, const std::shared_ptr<HybridSetBase>& filter,
236
        const TabletColumn* column, bool) {
237
    return create_in_list_predicate<PT, PredicateType::IN_LIST>(column_id, filter,
238
                                                                column->length());
239
}
240
241
template <PrimitiveType PT>
242
std::shared_ptr<ColumnPredicate> create_olap_column_predicate(
243
        uint32_t column_id, const std::shared_ptr<FunctionFilter>& filter,
244
416
        const TabletColumn* column, bool) {
245
    // currently only support like predicate
246
416
    if constexpr (PT == TYPE_CHAR) {
247
15
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
248
15
                                                             column->name(), filter->_fn_ctx,
249
15
                                                             filter->_string_param);
250
401
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
401
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
401
                                                               column->name(), filter->_fn_ctx,
253
401
                                                               filter->_string_param);
254
401
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
416
}
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
244
15
        const TabletColumn* column, bool) {
245
    // currently only support like predicate
246
15
    if constexpr (PT == TYPE_CHAR) {
247
15
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
248
15
                                                             column->name(), filter->_fn_ctx,
249
15
                                                             filter->_string_param);
250
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
                                                               column->name(), filter->_fn_ctx,
253
                                                               filter->_string_param);
254
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
15
}
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE10EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb
Line
Count
Source
244
382
        const TabletColumn* column, bool) {
245
    // currently only support like predicate
246
    if constexpr (PT == TYPE_CHAR) {
247
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
248
                                                             column->name(), filter->_fn_ctx,
249
                                                             filter->_string_param);
250
382
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
382
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
382
                                                               column->name(), filter->_fn_ctx,
253
382
                                                               filter->_string_param);
254
382
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
382
}
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE23EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb
Line
Count
Source
244
19
        const TabletColumn* column, bool) {
245
    // currently only support like predicate
246
    if constexpr (PT == TYPE_CHAR) {
247
        return LikeColumnPredicate<TYPE_CHAR>::create_shared(filter->_opposite, column_id,
248
                                                             column->name(), filter->_fn_ctx,
249
                                                             filter->_string_param);
250
19
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
19
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
19
                                                               column->name(), filter->_fn_ctx,
253
19
                                                               filter->_string_param);
254
19
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
19
}
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
257
258
template <typename T>
259
std::shared_ptr<ColumnPredicate> create_column_predicate(uint32_t column_id,
260
                                                         const std::shared_ptr<T>& filter,
261
                                                         FieldType type, const TabletColumn* column,
262
419
                                                         bool null_aware = false) {
263
419
    switch (type) {
264
0
#define M(NAME)                                                                           \
265
418
    case FieldType::OLAP_FIELD_##NAME: {                                                  \
266
418
        return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \
267
418
    }
268
418
        APPLY_FOR_PRIMTYPE(M)
269
0
#undef M
270
0
    case FieldType::OLAP_FIELD_TYPE_DECIMAL: {
271
0
        return create_olap_column_predicate<TYPE_DECIMALV2>(column_id, filter, column, null_aware);
272
0
    }
273
0
    case FieldType::OLAP_FIELD_TYPE_BOOL: {
274
0
        return create_olap_column_predicate<TYPE_BOOLEAN>(column_id, filter, column, null_aware);
275
0
    }
276
0
    default:
277
0
        return nullptr;
278
419
    }
279
419
}
280
281
} // namespace doris