5 | | for c in (eobstest) return encode( |
6 | | count(c[Lat(20.5:35.1),t(0:0), Long(10.5:75.3)] |
7 | | * c[Lat(20.5:35.1),t(0:20), Long(10.5:75.3)] = (8) |
8 | | ), "csv") |
| 7 | rasql -q 'SELECT csv( c[0,-29:100,81:109] * c[0:4,-29:100,81:109] ) FROM eobstest AS c' --out string |
| 8 | |
| 9 | Executing retrieval query...rasdaman error 351: Execution error 351 in line 1, column 33, |
| 10 | near token *: Spatial domains of the binary induce operands are incompatible. |
| 11 | |
16 | | <ows:ExceptionText> |
17 | | Error evaluating rasdaman query: 'select csv(count_cells(((((c[0:0,-29:100,80:110])*(c[0:20,-29:100,80:110])))=(8)))) from eobstest AS c where oid(c)=46081 |
18 | | </ows:ExceptionText> |
19 | | </ows:Exception> |
20 | | <ows:Exception exceptionCode="RuntimeError"> |
21 | | <ows:ExceptionText> |
22 | | org.odmg.QueryException : Execution error 351 in line 1, column 50, near token *: Spatial domains of the binary induce operands are incompatible. |
23 | | </ows:ExceptionText> |
24 | | </ows:Exception> |
| 18 | rasql -q 'SELECT encode( count_cells(c[0,-29:100,81:109] * c[0:4,-29:100,81:109] = 8) , "csv" ) FROM eobstest AS c' --out string |
| 19 | rasql: rasdaman query tool v1.0, rasdaman v9.2.0-beta1-gf79e291 -- generated on 21.01.2016 14:39:26. |
| 20 | opening database RASBASE at localhost:7001...ok |
| 21 | Executing retrieval query...rasdaman error 0: General error received from the server. |
| 22 | aborting transaction...E0217 08:28:24.313064520 7109 tcp_client_posix.c:171] failed to connect to 'ipv4:10.70.11.237:7002': socket error: connection refused |
| 23 | |