aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/expression/ForceLoad.java
blob: ca53c6133beeeb578a0aa5cd372738b52aec8e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.searchlib.expression;

/**
 * This file was generated by ../../../../../forceload.sh
 */
public class ForceLoad {

    static {
        String pkg = "com.yahoo.searchlib.expression";
        String[] classes = {
                "StringResultNode",
                "BucketResultNode",
                "MaxFunctionNode",
                "FloatResultNode",
                "RawResultNode",
                "NegateFunctionNode",
                "SortFunctionNode",
                "ReverseFunctionNode",
                "ToIntFunctionNode",
                "ToFloatFunctionNode",
                "MathFunctionNode",
                "StrLenFunctionNode",
                "NormalizeSubjectFunctionNode",
                "StrCatFunctionNode",
                "ToStringFunctionNode",
                "NumElemFunctionNode",
                "CatFunctionNode",
                "ResultNode",
                "AddFunctionNode",
                "DivideFunctionNode",
                "XorFunctionNode",
                "MD5BitFunctionNode",
                "UnaryBitFunctionNode",
                "AttributeNode",
                "MinFunctionNode",
                "BitFunctionNode",
                "FixedWidthBucketFunctionNode",
                "RangeBucketPreDefFunctionNode",
                "DocumentFieldNode",
                "NullResultNode",
                "FunctionNode",
                "ConstantNode",
                "RawResultNode",
                "OrFunctionNode",
                "ExpressionNode",
                "AggregationRefNode",
                "IntegerResultNode",
                "Int32ResultNode",
                "Int16ResultNode",
                "Int8ResultNode",
                "BoolResultNode",
                "ModuloFunctionNode",
                "IntegerResultNodeVector",
                "Int32ResultNodeVector",
                "Int16ResultNodeVector",
                "Int8ResultNodeVector",
                "FloatResultNodeVector",
                "StringResultNodeVector",
                "RawResultNodeVector",
                "BoolResultNodeVector",
                "MultiplyFunctionNode",
                "IntegerBucketResultNode",
                "FloatBucketResultNode",
                "StringBucketResultNode",
                "RawBucketResultNode",
                "RawBucketResultNodeVector",
                "IntegerBucketResultNodeVector",
                "FloatBucketResultNodeVector",
                "StringBucketResultNodeVector",
                "AndFunctionNode",
                "DocumentAccessorNode",
                "GetDocIdNamespaceSpecificFunctionNode",
                "NumericResultNode",
                "UnaryFunctionNode",
                "TimeStampFunctionNode",
                "ZCurveFunctionNode",
                "XorBitFunctionNode",
                "MultiArgFunctionNode",
                "DebugWaitFunctionNode"
        };
        com.yahoo.system.ForceLoad.forceLoad(pkg, classes,
                                             ForceLoad.class.getClassLoader());
    }

    public static boolean forceLoad() {
        return true;
    }
}