org.apache.spark.sql.catalyst.parser
The post-processor validates & cleans-up the parse tree during the parse process.
Treat non-reserved keywords as Identifiers.
Remove the back ticks from an Identifier.
The post-processor validates & cleans-up the parse tree during the parse process.