Opened 9 months ago
Closed 8 months ago
#2804 closed enhancement (wontfix)
NEW - rasql supports overlay in rasql general condenser and supports multiple axis iterators variables
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.3 |
Component: | rasserver | Version: | 10.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
rasql, by default it iterates ascending but can be controlled with ASC/DESC keywords:
condense overlay over i in [0:2] DESC using A[i,*:*,*:*]
The general syntax is
condense condenserOp over var in mintervalExp [ASC|DESC] [, var in mintervalExp [ASC|DESC] ]... where booleanExp using cellExp
After this patch is done in rasql, then assign to BPH for implementing in petascope.
Note:
See TracTickets
for help on using tickets.