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