Uses of Interface
org.apache.flink.table.operations.ddl.CreateOperation
Packages that use CreateOperation
Package
Description
-
Uses of CreateOperation in org.apache.flink.table.operations.ddl
Classes in org.apache.flink.table.operations.ddl that implement CreateOperationModifier and TypeClassDescriptionclassOperation to describe a CREATE FUNCTION statement for catalog functions.classOperation to describe a CREATE CATALOG statement.classOperation to describe a CREATE DATABASE statement.classOperation to describe a CREATE TABLE statement.classOperation to describe a CREATE FUNCTION statement for temporary system function.classOperation 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 CreateOperationModifier and TypeClassDescriptionclassOperation to describe a CREATE MATERIALIZED TABLE statement.