Class SqlReplaceTableAsConverter
- java.lang.Object
-
- org.apache.flink.table.planner.operations.converters.SqlReplaceTableAsConverter
-
- All Implemented Interfaces:
SqlNodeConverter<SqlReplaceTableAs>
public class SqlReplaceTableAsConverter extends Object implements SqlNodeConverter<SqlReplaceTableAs>
A converter forSqlReplaceTableAs
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.planner.operations.converters.SqlNodeConverter
SqlNodeConverter.ConvertContext
-
-
Constructor Summary
Constructors Constructor Description SqlReplaceTableAsConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Operation
convertSqlNode(SqlReplaceTableAs sqlReplaceTableAs, 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(SqlReplaceTableAs sqlReplaceTableAs, SqlNodeConverter.ConvertContext context)
Description copied from interface:SqlNodeConverter
Convert the given validatedSqlNode
into anOperation
.- Specified by:
convertSqlNode
in interfaceSqlNodeConverter<SqlReplaceTableAs>
- Parameters:
sqlReplaceTableAs
- a validatedSqlNode
.context
- the utilities and context information to convert
-
-