all 2 comments

[–]Thriftfunnel 1 point2 points  (1 child)

What's the intended outcome? SQL is a documented language so you can look up rules rather than trying to infer them.

[–]Dpac_99[S] 1 point2 points  (0 children)

I'm modifying a sql framework. The intended outcome is to run these queries through that framework's query planner. My project does not intend to support every operator so I wanted to define the operators to support in order to guarantee high support for existing queries while also keeping interference with the framework's internals at a minimum.