summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/caset1/olap1.ql
blob: 0594e11b7f593179b944dbc4b8b703ac430f7dc2 (plain)
1
2
3
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