Coverage Report

Created: 2026-05-13 11: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
35.9k
    static BasePtr get_function(bool null_aware) {
39
35.9k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
35.9k
        return new MinMaxNumFunc<
41
35.9k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
35.9k
                null_aware);
43
35.9k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
225
    static BasePtr get_function(bool null_aware) {
39
225
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
225
        return new MinMaxNumFunc<
41
225
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
225
                null_aware);
43
225
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
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_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
580
    static BasePtr get_function(bool null_aware) {
39
580
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
580
        return new MinMaxNumFunc<
41
580
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
580
                null_aware);
43
580
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
657
    static BasePtr get_function(bool null_aware) {
39
657
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
657
        return new MinMaxNumFunc<
41
657
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
657
                null_aware);
43
657
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
14.1k
    static BasePtr get_function(bool null_aware) {
39
14.1k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
14.1k
        return new MinMaxNumFunc<
41
14.1k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
14.1k
                null_aware);
43
14.1k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
15.4k
    static BasePtr get_function(bool null_aware) {
39
15.4k
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
15.4k
        return new MinMaxNumFunc<
41
15.4k
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
15.4k
                null_aware);
43
15.4k
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
184
    static BasePtr get_function(bool null_aware) {
39
184
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
184
        return new MinMaxNumFunc<
41
184
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
184
                null_aware);
43
184
    }
_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
30
    static BasePtr get_function(bool null_aware) {
39
30
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
30
        return new MinMaxNumFunc<
41
30
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
30
                null_aware);
43
30
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
13
    static BasePtr get_function(bool null_aware) {
39
13
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
13
        return new MinMaxNumFunc<
41
13
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
13
                null_aware);
43
13
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
15
    static BasePtr get_function(bool null_aware) {
39
15
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
15
        return new MinMaxNumFunc<
41
15
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
15
                null_aware);
43
15
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
898
    static BasePtr get_function(bool null_aware) {
39
898
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
898
        return new MinMaxNumFunc<
41
898
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
898
                null_aware);
43
898
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
922
    static BasePtr get_function(bool null_aware) {
39
922
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
922
        return new MinMaxNumFunc<
41
922
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
922
                null_aware);
43
922
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
4
    static BasePtr get_function(bool null_aware) {
39
4
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
4
        return new MinMaxNumFunc<
41
4
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
4
                null_aware);
43
4
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
27
    static BasePtr get_function(bool null_aware) {
39
27
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
27
        return new MinMaxNumFunc<
41
27
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
27
                null_aware);
43
27
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
504
    static BasePtr get_function(bool null_aware) {
39
504
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
504
        return new MinMaxNumFunc<
41
504
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
504
                null_aware);
43
504
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
740
    static BasePtr get_function(bool null_aware) {
39
740
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
740
        return new MinMaxNumFunc<
41
740
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
740
                null_aware);
43
740
    }
_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
870
    static BasePtr get_function(bool null_aware) {
39
870
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
870
        return new MinMaxNumFunc<
41
870
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
870
                null_aware);
43
870
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
203
    static BasePtr get_function(bool null_aware) {
39
203
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
203
        return new MinMaxNumFunc<
41
203
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
203
                null_aware);
43
203
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
42
    static BasePtr get_function(bool null_aware) {
39
42
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
42
        return new MinMaxNumFunc<
41
42
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
42
                null_aware);
43
42
    }
_ZN5doris20MinmaxFunctionTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
38
18
    static BasePtr get_function(bool null_aware) {
39
18
        using CppType = typename PrimitiveTypeTraits<type>::CppType;
40
18
        return new MinMaxNumFunc<
41
18
                std::conditional_t<std::is_same_v<CppType, StringRef>, std::string, CppType>>(
42
18
                null_aware);
43
18
    }
_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
57.0k
    static BasePtr get_function(bool null_aware) {
51
57.0k
        if constexpr (is_string_type(type)) {
52
1.73k
            return new StringSet<>(null_aware);
53
1.73k
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
1.65k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
1.65k
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
2.13k
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
2.13k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
2.13k
            return new HybridSet<type, FixedContainer<CppType, N>>(null_aware);
59
51.5k
        } else {
60
51.5k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
51.5k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
51.5k
        }
63
57.0k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
233
    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
233
        } else {
60
233
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
233
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
233
        }
63
233
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_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
        } 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
2
        } else {
60
2
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
2
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
2
        }
63
2
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
829
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
829
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
829
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
829
            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
829
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
803
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
803
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
803
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
803
            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
803
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
21.7k
    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
21.7k
        } else {
60
21.7k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
21.7k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
21.7k
        }
63
21.7k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
22.9k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (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
22.9k
        } else {
60
22.9k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
22.9k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
22.9k
        }
63
22.9k
    }
_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
21
    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
21
        } else {
60
21
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
21
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
21
        }
63
21
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_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
        } 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
9
        } else {
60
9
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
9
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
9
        }
63
9
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
63
    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
63
        } else {
60
63
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
63
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
63
        }
63
63
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
1.26k
    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.26k
        } else {
60
1.26k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
1.26k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
1.26k
        }
63
1.26k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
3.56k
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (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.56k
        } else {
60
3.56k
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
3.56k
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
3.56k
        }
63
3.56k
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_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_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
101
    static BasePtr get_function(bool null_aware) {
51
101
        if constexpr (is_string_type(type)) {
52
101
            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
101
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
860
    static BasePtr get_function(bool null_aware) {
51
860
        if constexpr (is_string_type(type)) {
52
860
            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
860
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
772
    static BasePtr get_function(bool null_aware) {
51
772
        if constexpr (is_string_type(type)) {
52
772
            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
772
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_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
        } 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
150
        } else {
60
150
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
150
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
150
        }
63
150
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
774
    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
774
        } else {
60
774
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
774
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
774
        }
63
774
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
155
    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
155
        } else {
60
155
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
155
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
155
        }
63
155
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
50
67
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (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
67
        } else {
60
67
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
67
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
67
        }
63
67
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_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
        } 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
33
        } else {
60
33
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
61
33
            return new HybridSet<type, DynamicContainer<CppType>>(null_aware);
62
33
        }
63
33
    }
_ZN5doris15HybridSetTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_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
    }
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
806
    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
806
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
806
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
806
            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
806
    }
_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
50
    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
50
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
50
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
50
            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
50
    }
_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
174
    static BasePtr get_function(bool null_aware) {
51
        if constexpr (is_string_type(type)) {
52
            return new StringSet<>(null_aware);
53
        } else if constexpr (type == TYPE_TINYINT || type == TYPE_SMALLINT) {
54
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
55
            return new HybridSet<type, BitSetContainer<CppType>>(null_aware);
56
174
        } else if constexpr (N >= 1 && N <= FIXED_CONTAINER_MAX_SIZE) {
57
174
            using CppType = typename PrimitiveTypeTraits<type>::CppType;
58
174
            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
174
    }
_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
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_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
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_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
224
    static BasePtr get_function(bool null_aware) {
71
224
        return new BloomFilterFunc<type>(null_aware);
72
224
    }
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
958
    static BasePtr get_function(bool null_aware) {
71
958
        return new BloomFilterFunc<type>(null_aware);
72
958
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
488
    static BasePtr get_function(bool null_aware) {
71
488
        return new BloomFilterFunc<type>(null_aware);
72
488
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
14.3k
    static BasePtr get_function(bool null_aware) {
71
14.3k
        return new BloomFilterFunc<type>(null_aware);
72
14.3k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
35.9k
    static BasePtr get_function(bool null_aware) {
71
35.9k
        return new BloomFilterFunc<type>(null_aware);
72
35.9k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
135
    static BasePtr get_function(bool null_aware) {
71
135
        return new BloomFilterFunc<type>(null_aware);
72
135
    }
_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
6
    static BasePtr get_function(bool null_aware) {
71
6
        return new BloomFilterFunc<type>(null_aware);
72
6
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
18
    static BasePtr get_function(bool null_aware) {
71
18
        return new BloomFilterFunc<type>(null_aware);
72
18
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
32
    static BasePtr get_function(bool null_aware) {
71
32
        return new BloomFilterFunc<type>(null_aware);
72
32
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
1.13k
    static BasePtr get_function(bool null_aware) {
71
1.13k
        return new BloomFilterFunc<type>(null_aware);
72
1.13k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
3.81k
    static BasePtr get_function(bool null_aware) {
71
3.81k
        return new BloomFilterFunc<type>(null_aware);
72
3.81k
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
15
    static BasePtr get_function(bool null_aware) {
71
15
        return new BloomFilterFunc<type>(null_aware);
72
15
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
94
    static BasePtr get_function(bool null_aware) {
71
94
        return new BloomFilterFunc<type>(null_aware);
72
94
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
840
    static BasePtr get_function(bool null_aware) {
71
840
        return new BloomFilterFunc<type>(null_aware);
72
840
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
637
    static BasePtr get_function(bool null_aware) {
71
637
        return new BloomFilterFunc<type>(null_aware);
72
637
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
102
    static BasePtr get_function(bool null_aware) {
71
102
        return new BloomFilterFunc<type>(null_aware);
72
102
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
785
    static BasePtr get_function(bool null_aware) {
71
785
        return new BloomFilterFunc<type>(null_aware);
72
785
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
41
    static BasePtr get_function(bool null_aware) {
71
41
        return new BloomFilterFunc<type>(null_aware);
72
41
    }
_ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
70
48
    static BasePtr get_function(bool null_aware) {
71
48
        return new BloomFilterFunc<type>(null_aware);
72
48
    }
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris17BloomFilterTraits12get_functionILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
73
};
74
75
class BitmapFilterTraits {
76
public:
77
    using BasePtr = BitmapFilterFuncBase*;
78
    template <PrimitiveType type, size_t N>
79
181
    static BasePtr get_function(bool null_aware) {
80
181
        return new BitmapFilterFunc<type>(null_aware);
81
181
    }
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
172
    static BasePtr get_function(bool null_aware) {
80
172
        return new BitmapFilterFunc<type>(null_aware);
81
172
    }
82
};
83
84
template <class Traits>
85
class PredicateFunctionCreator {
86
public:
87
    template <PrimitiveType type, size_t N = 0>
88
153k
    static typename Traits::BasePtr create(bool null_aware) {
89
153k
        return Traits::template get_function<type, N>(null_aware);
90
153k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE2ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
233
    static typename Traits::BasePtr create(bool null_aware) {
89
233
        return Traits::template get_function<type, N>(null_aware);
90
233
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_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_13PrimitiveTypeE3ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
828
    static typename Traits::BasePtr create(bool null_aware) {
89
828
        return Traits::template get_function<type, N>(null_aware);
90
828
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
803
    static typename Traits::BasePtr create(bool null_aware) {
89
803
        return Traits::template get_function<type, N>(null_aware);
90
803
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
21.6k
    static typename Traits::BasePtr create(bool null_aware) {
89
21.6k
        return Traits::template get_function<type, N>(null_aware);
90
21.6k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
22.9k
    static typename Traits::BasePtr create(bool null_aware) {
89
22.9k
        return Traits::template get_function<type, N>(null_aware);
90
22.9k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
247
    static typename Traits::BasePtr create(bool null_aware) {
89
247
        return Traits::template get_function<type, N>(null_aware);
90
247
    }
_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
21
    static typename Traits::BasePtr create(bool null_aware) {
89
21
        return Traits::template get_function<type, N>(null_aware);
90
21
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_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_13PrimitiveTypeE12ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
63
    static typename Traits::BasePtr create(bool null_aware) {
89
63
        return Traits::template get_function<type, N>(null_aware);
90
63
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
1.26k
    static typename Traits::BasePtr create(bool null_aware) {
89
1.26k
        return Traits::template get_function<type, N>(null_aware);
90
1.26k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
3.56k
    static typename Traits::BasePtr create(bool null_aware) {
89
3.56k
        return Traits::template get_function<type, N>(null_aware);
90
3.56k
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_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_13PrimitiveTypeE15ELm0EEEPNS_13HybridSetBaseEb
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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
861
    static typename Traits::BasePtr create(bool null_aware) {
89
861
        return Traits::template get_function<type, N>(null_aware);
90
861
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
772
    static typename Traits::BasePtr create(bool null_aware) {
89
772
        return Traits::template get_function<type, N>(null_aware);
90
772
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
149
    static typename Traits::BasePtr create(bool null_aware) {
89
149
        return Traits::template get_function<type, N>(null_aware);
90
149
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
774
    static typename Traits::BasePtr create(bool null_aware) {
89
774
        return Traits::template get_function<type, N>(null_aware);
90
774
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_13HybridSetBaseEb
Line
Count
Source
88
155
    static typename Traits::BasePtr create(bool null_aware) {
89
155
        return Traits::template get_function<type, N>(null_aware);
90
155
    }
_ZN5doris24PredicateFunctionCreatorINS_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_13HybridSetBaseEb
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_15HybridSetTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_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_13PrimitiveTypeE37ELm0EEEPNS_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
    }
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
806
    static typename Traits::BasePtr create(bool null_aware) {
89
806
        return Traits::template get_function<type, N>(null_aware);
90
806
    }
_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
50
    static typename Traits::BasePtr create(bool null_aware) {
89
50
        return Traits::template get_function<type, N>(null_aware);
90
50
    }
_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
174
    static typename Traits::BasePtr create(bool null_aware) {
89
174
        return Traits::template get_function<type, N>(null_aware);
90
174
    }
_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
1
    static typename Traits::BasePtr create(bool null_aware) {
89
1
        return Traits::template get_function<type, N>(null_aware);
90
1
    }
_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
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_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
225
    static typename Traits::BasePtr create(bool null_aware) {
89
225
        return Traits::template get_function<type, N>(null_aware);
90
225
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_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_13PrimitiveTypeE3ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
580
    static typename Traits::BasePtr create(bool null_aware) {
89
580
        return Traits::template get_function<type, N>(null_aware);
90
580
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
657
    static typename Traits::BasePtr create(bool null_aware) {
89
657
        return Traits::template get_function<type, N>(null_aware);
90
657
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
14.1k
    static typename Traits::BasePtr create(bool null_aware) {
89
14.1k
        return Traits::template get_function<type, N>(null_aware);
90
14.1k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
15.5k
    static typename Traits::BasePtr create(bool null_aware) {
89
15.5k
        return Traits::template get_function<type, N>(null_aware);
90
15.5k
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
184
    static typename Traits::BasePtr create(bool null_aware) {
89
184
        return Traits::template get_function<type, N>(null_aware);
90
184
    }
_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
30
    static typename Traits::BasePtr create(bool null_aware) {
89
30
        return Traits::template get_function<type, N>(null_aware);
90
30
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_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_13PrimitiveTypeE12ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
15
    static typename Traits::BasePtr create(bool null_aware) {
89
15
        return Traits::template get_function<type, N>(null_aware);
90
15
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
898
    static typename Traits::BasePtr create(bool null_aware) {
89
898
        return Traits::template get_function<type, N>(null_aware);
90
898
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
922
    static typename Traits::BasePtr create(bool null_aware) {
89
922
        return Traits::template get_function<type, N>(null_aware);
90
922
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_14MinMaxFuncBaseEb
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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_14MinMaxFuncBaseEb
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_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
504
    static typename Traits::BasePtr create(bool null_aware) {
89
504
        return Traits::template get_function<type, N>(null_aware);
90
504
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
740
    static typename Traits::BasePtr create(bool null_aware) {
89
740
        return Traits::template get_function<type, N>(null_aware);
90
740
    }
_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
868
    static typename Traits::BasePtr create(bool null_aware) {
89
868
        return Traits::template get_function<type, N>(null_aware);
90
868
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
203
    static typename Traits::BasePtr create(bool null_aware) {
89
203
        return Traits::template get_function<type, N>(null_aware);
90
203
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
42
    static typename Traits::BasePtr create(bool null_aware) {
89
42
        return Traits::template get_function<type, N>(null_aware);
90
42
    }
_ZN5doris24PredicateFunctionCreatorINS_20MinmaxFunctionTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_14MinMaxFuncBaseEb
Line
Count
Source
88
18
    static typename Traits::BasePtr create(bool null_aware) {
89
18
        return Traits::template get_function<type, N>(null_aware);
90
18
    }
_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
224
    static typename Traits::BasePtr create(bool null_aware) {
89
224
        return Traits::template get_function<type, N>(null_aware);
90
224
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE20ELm0EEEPNS_19BloomFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
957
    static typename Traits::BasePtr create(bool null_aware) {
89
957
        return Traits::template get_function<type, N>(null_aware);
90
957
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
488
    static typename Traits::BasePtr create(bool null_aware) {
89
488
        return Traits::template get_function<type, N>(null_aware);
90
488
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
14.3k
    static typename Traits::BasePtr create(bool null_aware) {
89
14.3k
        return Traits::template get_function<type, N>(null_aware);
90
14.3k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE6ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
35.9k
    static typename Traits::BasePtr create(bool null_aware) {
89
35.9k
        return Traits::template get_function<type, N>(null_aware);
90
35.9k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE7ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
135
    static typename Traits::BasePtr create(bool null_aware) {
89
135
        return Traits::template get_function<type, N>(null_aware);
90
135
    }
_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
6
    static typename Traits::BasePtr create(bool null_aware) {
89
6
        return Traits::template get_function<type, N>(null_aware);
90
6
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE11ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
18
    static typename Traits::BasePtr create(bool null_aware) {
89
18
        return Traits::template get_function<type, N>(null_aware);
90
18
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE12ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
32
    static typename Traits::BasePtr create(bool null_aware) {
89
32
        return Traits::template get_function<type, N>(null_aware);
90
32
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE25ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
1.13k
    static typename Traits::BasePtr create(bool null_aware) {
89
1.13k
        return Traits::template get_function<type, N>(null_aware);
90
1.13k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE26ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
3.81k
    static typename Traits::BasePtr create(bool null_aware) {
89
3.81k
        return Traits::template get_function<type, N>(null_aware);
90
3.81k
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE42ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
15
    static typename Traits::BasePtr create(bool null_aware) {
89
15
        return Traits::template get_function<type, N>(null_aware);
90
15
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE15ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
94
    static typename Traits::BasePtr create(bool null_aware) {
89
94
        return Traits::template get_function<type, N>(null_aware);
90
94
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE10ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
840
    static typename Traits::BasePtr create(bool null_aware) {
89
840
        return Traits::template get_function<type, N>(null_aware);
90
840
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE23ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
637
    static typename Traits::BasePtr create(bool null_aware) {
89
637
        return Traits::template get_function<type, N>(null_aware);
90
637
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE28ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
102
    static typename Traits::BasePtr create(bool null_aware) {
89
102
        return Traits::template get_function<type, N>(null_aware);
90
102
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE29ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
785
    static typename Traits::BasePtr create(bool null_aware) {
89
785
        return Traits::template get_function<type, N>(null_aware);
90
785
    }
_ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE30ELm0EEEPNS_19BloomFilterFuncBaseEb
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_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE35ELm0EEEPNS_19BloomFilterFuncBaseEb
Line
Count
Source
88
48
    static typename Traits::BasePtr create(bool null_aware) {
89
48
        return Traits::template get_function<type, N>(null_aware);
90
48
    }
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE36ELm0EEEPNS_19BloomFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_17BloomFilterTraitsEE6createILNS_13PrimitiveTypeE37ELm0EEEPNS_19BloomFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE3ELm0EEEPNS_20BitmapFilterFuncBaseEb
Unexecuted instantiation: _ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE4ELm0EEEPNS_20BitmapFilterFuncBaseEb
_ZN5doris24PredicateFunctionCreatorINS_18BitmapFilterTraitsEE6createILNS_13PrimitiveTypeE5ELm0EEEPNS_20BitmapFilterFuncBaseEb
Line
Count
Source
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
172
    static typename Traits::BasePtr create(bool null_aware) {
89
172
        return Traits::template get_function<type, N>(null_aware);
90
172
    }
91
};
92
93
#define APPLY_FOR_PRIMTYPE(M) \
94
2.37k
    M(TYPE_TINYINT)           \
95
2.37k
    M(TYPE_SMALLINT)          \
96
51.6k
    M(TYPE_INT)               \
97
74.8k
    M(TYPE_BIGINT)            \
98
74.8k
    M(TYPE_LARGEINT)          \
99
871
    M(TYPE_FLOAT)             \
100
871
    M(TYPE_DOUBLE)            \
101
67
    M(TYPE_DATE)              \
102
120
    M(TYPE_DATETIME)          \
103
3.35k
    M(TYPE_DATEV2)            \
104
8.34k
    M(TYPE_DATETIMEV2)        \
105
8.34k
    M(TYPE_TIMESTAMPTZ)       \
106
237
    M(TYPE_CHAR)              \
107
2.45k
    M(TYPE_VARCHAR)           \
108
2.45k
    M(TYPE_STRING)            \
109
2.20k
    M(TYPE_DECIMAL32)         \
110
2.43k
    M(TYPE_DECIMAL64)         \
111
2.43k
    M(TYPE_DECIMAL128I)       \
112
409
    M(TYPE_DECIMAL256)        \
113
165
    M(TYPE_IPV4)              \
114
68
    M(TYPE_IPV6)
115
116
template <class Traits, size_t N = 0>
117
153k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
153k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
153k
    switch (type) {
121
685
    case TYPE_BOOLEAN: {
122
685
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
4
    case TYPE_DECIMALV2: {
125
4
        return Creator::template create<TYPE_DECIMALV2, N>(null_aware);
126
0
    }
127
0
#define M(NAME)                                               \
128
152k
    case NAME: {                                              \
129
152k
        return Creator::template create<NAME, N>(null_aware); \
130
152k
    }
131
152k
        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
153k
    }
136
137
0
    return nullptr;
138
153k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm0EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
54.9k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
54.9k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
54.9k
    switch (type) {
121
233
    case TYPE_BOOLEAN: {
122
233
        return Creator::template create<TYPE_BOOLEAN, N>(null_aware);
123
0
    }
124
2
    case TYPE_DECIMALV2: {
125
2
        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
2
        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
54.9k
    }
136
137
0
    return nullptr;
138
54.9k
}
_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.20k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
1.20k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
1.20k
    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.20k
    }
136
137
0
    return nullptr;
138
1.20k
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm3EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
360
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
360
    using Creator = PredicateFunctionCreator<Traits>;
119
120
360
    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
360
    }
136
137
0
    return nullptr;
138
360
}
_ZN5doris25create_predicate_functionINS_15HybridSetTraitsELm4EEENT_7BasePtrENS_13PrimitiveTypeEb
Line
Count
Source
117
53
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
53
    using Creator = PredicateFunctionCreator<Traits>;
119
120
53
    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
53
    }
136
137
0
    return nullptr;
138
53
}
_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
35.9k
typename Traits::BasePtr create_predicate_function(PrimitiveType type, bool null_aware) {
118
35.9k
    using Creator = PredicateFunctionCreator<Traits>;
119
120
35.9k
    switch (type) {
121
225
    case TYPE_BOOLEAN: {
122
225
        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
35.9k
    }
136
137
0
    return nullptr;
138
35.9k
}
_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
224
    case TYPE_BOOLEAN: {
122
224
        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
60.0k
    }
136
137
0
    return nullptr;
138
60.0k
}
139
140
template <class Traits>
141
181
typename Traits::BasePtr create_bitmap_predicate_function(PrimitiveType type) {
142
181
    using Creator = PredicateFunctionCreator<Traits>;
143
144
181
    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
172
    case TYPE_BIGINT:
152
172
        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
181
    }
157
158
0
    return nullptr;
159
181
}
160
161
35.9k
inline auto create_minmax_filter(PrimitiveType type, bool null_aware) {
162
35.9k
    return create_predicate_function<MinmaxFunctionTraits>(type, null_aware);
163
35.9k
}
164
165
template <size_t N = 0>
166
57.2k
inline auto create_set(PrimitiveType type, bool null_aware) {
167
57.2k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
57.2k
}
_ZN5doris10create_setILm0EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
55.0k
inline auto create_set(PrimitiveType type, bool null_aware) {
167
55.0k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
55.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.20k
inline auto create_set(PrimitiveType type, bool null_aware) {
167
1.20k
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
1.20k
}
_ZN5doris10create_setILm3EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
360
inline auto create_set(PrimitiveType type, bool null_aware) {
167
360
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
360
}
_ZN5doris10create_setILm4EEEDaNS_13PrimitiveTypeEb
Line
Count
Source
166
53
inline auto create_set(PrimitiveType type, bool null_aware) {
167
53
    return create_predicate_function<HybridSetTraits, N>(type, null_aware);
168
53
}
_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.29k
inline auto create_set(PrimitiveType type, size_t size, bool null_aware) {
171
2.29k
    if (size == 0) {
172
12
        return create_set<0>(type, null_aware);
173
2.28k
    } else if (size == 1) {
174
479
        return create_set<1>(type, null_aware);
175
1.80k
    } else if (size == 2) {
176
1.20k
        return create_set<2>(type, null_aware);
177
1.20k
    } else if (size == 3) {
178
340
        return create_set<3>(type, null_aware);
179
340
    } else if (size == 4) {
180
51
        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.29k
}
193
194
514
inline HybridSetBase* create_string_value_set(bool null_aware) {
195
514
    return new StringValueSet(null_aware);
196
514
}
197
198
514
inline HybridSetBase* create_string_value_set(size_t size, bool null_aware) {
199
514
    return create_string_value_set(null_aware);
200
514
}
201
202
60.0k
inline auto create_bloom_filter(PrimitiveType type, bool null_aware) {
203
60.0k
    return create_predicate_function<BloomFilterTraits>(type, null_aware);
204
60.0k
}
205
206
181
inline auto create_bitmap_filter(PrimitiveType type) {
207
181
    return create_bitmap_predicate_function<BitmapFilterTraits>(type);
208
181
}
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
325
        const TabletColumn* column, bool) {
245
    // currently only support like predicate
246
325
    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
310
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
310
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
310
                                                               column->name(), filter->_fn_ctx,
253
310
                                                               filter->_string_param);
254
310
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
325
}
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
252
        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
252
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
252
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
252
                                                               column->name(), filter->_fn_ctx,
253
252
                                                               filter->_string_param);
254
252
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
252
}
_ZN5doris28create_olap_column_predicateILNS_13PrimitiveTypeE23EEESt10shared_ptrINS_15ColumnPredicateEEjRKS2_INS_14FunctionFilterEEPKNS_12TabletColumnEb
Line
Count
Source
244
58
        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
58
    } else if constexpr (PT == TYPE_VARCHAR || PT == TYPE_STRING) {
251
58
        return LikeColumnPredicate<TYPE_STRING>::create_shared(filter->_opposite, column_id,
252
58
                                                               column->name(), filter->_fn_ctx,
253
58
                                                               filter->_string_param);
254
58
    }
255
0
    throw Exception(ErrorCode::INTERNAL_ERROR, "function filter do not support type {}", PT);
256
58
}
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
328
                                                         bool null_aware = false) {
263
328
    switch (type) {
264
0
#define M(NAME)                                                                           \
265
326
    case FieldType::OLAP_FIELD_##NAME: {                                                  \
266
326
        return create_olap_column_predicate<NAME>(column_id, filter, column, null_aware); \
267
326
    }
268
326
        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
328
    }
279
328
}
280
281
} // namespace doris