I support the idea to merge these redundant functions. Chen
On Mon, Sep 28, 2015 at 6:06 PM, Mike Carey <[email protected]> wrote: > Wierd! We should indeed union these and their test cases.... > > > On 9/28/15 5:22 PM, Jianfeng Jia wrote: > >> Hi devs, >> >> While updating all the var-length design for string functions, I found >> there are two functions named “start-with” and “starts-with” which are >> implemented in the same way. The online document seems using “starts-with” >> http://asterixdb.ics.uci.edu/documentation/aql/functions.html#StringFunctions >> < >> http://asterixdb.ics.uci.edu/documentation/aql/functions.html#StringFunctions >> >. >> >> Should I just remove the “start-with” ? The same problem applies for >> “end-with” VS “ends-with” as well. >> >> >> Best, >> >> Jianfeng Jia >> PhD Candidate of Computer Science >> University of California, Irvine >> >> >> >
