Package org.apache.flink.sql.parser.dml
-
Class Summary Class Description RichSqlInsert ASqlInsert
that have some extension functions like partition, overwriteSqlBeginStatementSet BEGIN STATEMENT SET.SqlCompileAndExecutePlan AST node forCOMPILE AND EXECUTE PLAN 'planfile' FOR [DML]
.SqlEndStatementSet END.SqlExecute 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; endSqlExecutePlan AST node forEXECUTE PLAN 'planfile'
.SqlStatementSet Statement Set contains a group of inserts. eg: execute statement set begin insert into A select * from B; insert into C select * from D; endSqlTruncateTable SqlNode to describe TRUNCATE TABLE statement. -
Enum Summary Enum Description RichSqlInsertKeyword Defines the keywords that can occur immediately after the "INSERT" keyword.