br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Add range syntax into AQL to replace the range() function #555

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we have the range() function to generate a list of integers within 
the given range, for example, range(1, 5) returns a list from 1 to 5. 
Preferably we may want to replace it using something like "1 to 5" or "1 .. 5", 
and mark the range function to be private.

Original issue reported on code.google.com by jarod...@gmail.com on 6 Jul 2013 at 8:25

GoogleCodeExporter commented 8 years ago
The range function can remain public if/when we add syntax.

Original comment by dtab...@gmail.com on 7 Jul 2013 at 6:21