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