Uses of Class
org.apache.flink.sql.parser.ddl.SqlStopJob
-
Packages that use SqlStopJob Package Description org.apache.flink.sql.parser.impl -
-
Uses of SqlStopJob in org.apache.flink.sql.parser.impl
Methods in org.apache.flink.sql.parser.impl that return SqlStopJob Modifier and Type Method Description SqlStopJobFlinkSqlParserImpl. SqlStopJob()Parses a STOP JOB statement: STOP JOB[ ] [ ];
-