Class ShowTablesOperation

java.lang.Object
org.apache.flink.table.operations.AbstractShowOperation
org.apache.flink.table.operations.ShowTablesOperation
All Implemented Interfaces:
ExecutableOperation, Operation, ShowOperation

@Internal public class ShowTablesOperation extends AbstractShowOperation
Operation to describe a SHOW TABLES statement. The full syntax for SHOW TABLES is as followings:

 SHOW TABLES [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] LIKE
 <sql_like_pattern> ] statement