summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/caset1/olap1.ql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testdata/caset1/olap1.ql')
-rw-r--r--systemtest/testdata/caset1/olap1.ql4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemtest/testdata/caset1/olap1.ql b/systemtest/testdata/caset1/olap1.ql
new file mode 100644
index 0000000..0594e11
--- /dev/null
+++ b/systemtest/testdata/caset1/olap1.ql
@@ -0,0 +1,4 @@
+select marray x in [0:1,0:1] values
+ condense + over y in [0:6] using a[x[0]*7+y[0],x[1]]*1l
+from OlapCharA as a
+