Class ShowViewsOperation

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

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

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