Uses of Interface
org.apache.flink.table.operations.ddl.CreateOperation
-
Packages that use CreateOperation Package Description org.apache.flink.table.operations.ddl org.apache.flink.table.operations.materializedtable -
-
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 class
CreateCatalogFunctionOperation
Operation to describe a CREATE FUNCTION statement for catalog functions.class
CreateCatalogOperation
Operation to describe a CREATE CATALOG statement.class
CreateDatabaseOperation
Operation to describe a CREATE DATABASE statement.class
CreateTableOperation
Operation to describe a CREATE TABLE statement.class
CreateTempSystemFunctionOperation
Operation to describe a CREATE FUNCTION statement for temporary system function.class
CreateViewOperation
Operation to describe a CREATE VIEW statement. -
Uses of CreateOperation in org.apache.flink.table.operations.materializedtable
Classes in org.apache.flink.table.operations.materializedtable that implement CreateOperation Modifier and Type Class Description class
CreateMaterializedTableOperation
Operation to describe a CREATE MATERIALIZED TABLE statement.
-