aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/test/applications/rankprofilemodularity/test/outside_schema1.profile
blob: 9d12e9059a5ba9167405837bb81fe205464b7119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
rank-profile outside_schema1 inherits in_schema1 {

    function fo1() {
        expression: local1 + 2
    }

    function local1() {
        expression: local12 + local3 + local12 + a && b || c >= d
    }

    function local12() {
        expression: now
    }

    function local3() {
        expression: local12 + local12
    }

}