Package org.apache.flink.sql.parser.dml
package org.apache.flink.sql.parser.dml
-
ClassDescriptionA
SqlInsertthat have some extension functions like partition, overwriteDefines the keywords that can occur immediately after the "INSERT" keyword.BEGIN STATEMENT SET.AST node forCOMPILE AND EXECUTE PLAN 'planfile' FOR [DML].END.SqlExecute contains a statement to execute. the statement can beSqlSelect,SqlStatementSet, orRichSqlInsert, such as: execute select * from Table execute insert into A select * from B execute statement set begin insert into A select * from B; insert into C select * from D; endAST node forEXECUTE PLAN 'planfile'.Statement Set contains a group of inserts. eg: execute statement set begin insert into A select * from B; insert into C select * from D; endSqlNode to describe TRUNCATE TABLE statement.