Uses of Interface
org.apache.flink.table.operations.ddl.CreateOperation
-
Packages that use CreateOperation Package Description org.apache.flink.table.operations.ddl -
-
Uses of CreateOperation in org.apache.flink.table.operations.ddl
Classes in org.apache.flink.table.operations.ddl that implement CreateOperation Modifier and Type Class Description classCreateCatalogFunctionOperationOperation to describe a CREATE FUNCTION statement for catalog functions.classCreateCatalogOperationOperation to describe a CREATE CATALOG statement.classCreateDatabaseOperationOperation to describe a CREATE DATABASE statement.classCreateTableOperationOperation to describe a CREATE TABLE statement.classCreateTempSystemFunctionOperationOperation to describe a CREATE FUNCTION statement for temporary system function.classCreateViewOperationOperation to describe a CREATE VIEW statement.
-