Hey Julian, There is this list by Mehant which talks about few operators and functions
https://docs.google.com/spreadsheet/ccc?key=0AgAGbQ6asvQ-dDRrUUxVSVlMVXRtanRoWk9JcHgteUE&usp=drive_web#gid=0 Peace, Yash ^ exponentiation|/square root ||/cube root !factorial !!factorial (prefix order)& bit AND| bit OR#bit XOR -bit NOT <<bitwise shift left>> bitwise shift right|| bit or binary string concatenation On Tue, May 20, 2014 at 2:54 AM, Julian Hyde <[email protected]> wrote: > A couple of JIRA cases have been logged to support operators that, in my > opinion, would be better left out of Drill. (Or enabled only for > compatibility with hive-in-its-crazier-years or with > mysql-in-its-crazier-years or postgres-in-its-crazier-years.) > > https://issues.apache.org/jira/browse/DRILL-497 is for "!=" operator > (synonym of "<>") > > https://issues.apache.org/jira/browse/DRILL-777 is for "%" operator > (synonym for MOD) > > Is there a published list of operators that you intend Drill to support? > > Julian
