Class SqlAlterViewRenameConverter
- java.lang.Object
-
- org.apache.flink.table.planner.operations.converters.SqlAlterViewRenameConverter
-
- All Implemented Interfaces:
SqlNodeConverter<SqlAlterViewRename>
public class SqlAlterViewRenameConverter extends Object implements SqlNodeConverter<SqlAlterViewRename>
A converter forSqlAlterViewRename
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.planner.operations.converters.SqlNodeConverter
SqlNodeConverter.ConvertContext
-
-
Constructor Summary
Constructors Constructor Description SqlAlterViewRenameConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Operation
convertSqlNode(SqlAlterViewRename alterView, SqlNodeConverter.ConvertContext context)
Convert the given validatedSqlNode
into anOperation
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.table.planner.operations.converters.SqlNodeConverter
supportedSqlKinds
-
-
-
-
Method Detail
-
convertSqlNode
public Operation convertSqlNode(SqlAlterViewRename alterView, SqlNodeConverter.ConvertContext context)
Description copied from interface:SqlNodeConverter
Convert the given validatedSqlNode
into anOperation
.- Specified by:
convertSqlNode
in interfaceSqlNodeConverter<SqlAlterViewRename>
- Parameters:
alterView
- a validatedSqlNode
.context
- the utilities and context information to convert
-
-