sql
create table default.target_table LOCATION /data/location as select a,b,d,e,f,g from log.source_table
生成的ast树
(TOK_CREATETABLE (TOK_TABNAME default target_table) TOK_LIKETABLE (TOK_TABLELOCATION /data/location) (TOK_QUERY (TOK_FROM (TOK_TABREF (…