We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b792b9a commit 38c8af9Copy full SHA for 38c8af9
rai-sdk/src/test/java/com/relationalai/ExecuteTest.java
@@ -35,7 +35,7 @@ public class ExecuteTest extends UnitTest {
35
36
ensureDatabase(client);
37
38
- var query = "def output(x, x2, x3, x4): {1; 2; 3; 4; 5}(x) and x2 = x^2 and x3 = x^3 and x4 = x^4";
+ var query = "@function def output(x, x2, x3, x4): {1; 2; 3; 4; 5}(x) and x2 = x^2 and x3 = x^3 and x4 = x^4";
39
40
var rsp = client.executeV1(databaseName, engineName, query, true);
41
assertEquals(rsp.aborted, false);
0 commit comments