Remove duplicated code in SQLStatementVisitor class implementation. There are many blocks of code which are very similar or even equal in many visit functions, for example "Check final result" or "Get results". They all can be replaced another method. Please get rid of code duplicates!
Remove duplicated code in SQLStatementVisitor class implementation. There are many blocks of code which are very similar or even equal in many visit functions, for example "Check final result" or "Get results". They all can be replaced another method. Please get rid of code duplicates!