Package org.apache.flink.sql.parser.dml
-
Class Summary Class Description RichSqlInsert ASqlInsertthat have some extension functions like partition, overwrite.SqlBeginStatementSet BEGIN STATEMENT SET.SqlCompileAndExecutePlan AST node forCOMPILE AND EXECUTE PLAN 'planfile' FOR [DML].SqlEndStatementSet END.SqlExecute SqlExecute contains a statement to execute.SqlExecutePlan AST node forEXECUTE PLAN 'planfile'.SqlStatementSet Statement Set contains a group of inserts.SqlTruncateTable SqlNode to describe TRUNCATE TABLE statement. -
Enum Summary Enum Description RichSqlInsertKeyword Defines the keywords that can occur immediately after the "INSERT" keyword.