Hi , in this reply what does parsing mean??The parsing done by parser right??Or "parsing some parts of query union" means something else in this reply??
So, if this reply means parsing of UNION will make it simple ,how it is going to do so?Can I get some insights about this ?Actually I have a course in my academics "Automata and Compiler Design" , in that I study about parser.So I have a basic idea about parser and its works and its production rules such as top down and bottom-up.But I cannot think how it can make a query like UNION simpler.I study the parser code in the file sql_yacc.yy also which begins from line 13448 where the tokens are in order of insert ,replace etc.But still not able to think how it can reduce complexity???
Or did I interpret the reply wrong way??Is it so??
Please guide me about this.