Uses of Interface
org.apache.flink.table.operations.ddl.DropOperation
Packages that use DropOperation
Package
Description
-
Uses of DropOperation in org.apache.flink.table.operations.ddl
Classes in org.apache.flink.table.operations.ddl that implement DropOperationModifier and TypeClassDescriptionclassOperation to describe a DROP FUNCTION statement for catalog functions.classOperation to describe a DROP CATALOG statement.classOperation to describe a DROP DATABASE statement.classOperation to describe a DROP TABLE statement.classOperation to describe a DROP FUNCTION statement for temporary system function.classOperation to describe a DROP VIEW statement. -
Uses of DropOperation in org.apache.flink.table.operations.materializedtable
Classes in org.apache.flink.table.operations.materializedtable that implement DropOperationModifier and TypeClassDescriptionclassOperation to describe a DROP MATERIALIZED TABLE statement.