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 classCreateCatalogFunctionOperationOperation to describe a CREATE FUNCTION statement for catalog functions.classCreateCatalogOperationOperation to describe a CREATE CATALOG statement.classCreateDatabaseOperationOperation to describe a CREATE DATABASE statement.classCreateModelOperationOperation to describe a CREATE MODEL 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. -
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 classCreateMaterializedTableOperationOperation to describe a CREATE MATERIALIZED TABLE statement.
-