Class SqlDescribeFunctionConverter
java.lang.Object
org.apache.flink.table.planner.operations.converters.SqlDescribeFunctionConverter
- All Implemented Interfaces:
SqlNodeConverter<org.apache.flink.sql.parser.dql.SqlRichDescribeFunction>
public class SqlDescribeFunctionConverter
extends Object
implements SqlNodeConverter<org.apache.flink.sql.parser.dql.SqlRichDescribeFunction>
A converter for
SqlRichDescribeFunction.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.planner.operations.converters.SqlNodeConverter
SqlNodeConverter.ConvertContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.operations.OperationconvertSqlNode(org.apache.flink.sql.parser.dql.SqlRichDescribeFunction sqlRichDescribeFunction, SqlNodeConverter.ConvertContext context) Convert the given validatedSqlNodeinto anOperation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.planner.operations.converters.SqlNodeConverter
supportedSqlKinds
-
Constructor Details
-
SqlDescribeFunctionConverter
public SqlDescribeFunctionConverter()
-
-
Method Details
-
convertSqlNode
public org.apache.flink.table.operations.Operation convertSqlNode(org.apache.flink.sql.parser.dql.SqlRichDescribeFunction sqlRichDescribeFunction, SqlNodeConverter.ConvertContext context) Description copied from interface:SqlNodeConverterConvert the given validatedSqlNodeinto anOperation.- Specified by:
convertSqlNodein interfaceSqlNodeConverter<org.apache.flink.sql.parser.dql.SqlRichDescribeFunction>- Parameters:
sqlRichDescribeFunction- a validatedSqlNode.context- the utilities and context information to convert
-