Uses of Class
org.apache.flink.table.operations.AbstractShowOperation
-
Packages that use AbstractShowOperation Package Description org.apache.flink.table.operations -
-
Uses of AbstractShowOperation in org.apache.flink.table.operations
Subclasses of AbstractShowOperation in org.apache.flink.table.operations Modifier and Type Class Description class
ShowColumnsOperation
Operation to describe a SHOW COLUMNS statement.class
ShowDatabasesOperation
Operation to describe a SHOW DATABASES statement.class
ShowFunctionsOperation
Operation to describe a SHOW FUNCTIONS statement.class
ShowProceduresOperation
Operation to describe a SHOW PROCEDURES statement.class
ShowTablesOperation
Operation to describe a SHOW TABLES statement.class
ShowViewsOperation
Operation to describe a SHOW VIEWS statement.
-