Class ShowMaterializedTablesOperation

  • All Implemented Interfaces:
    ExecutableOperation, Operation, ShowOperation

    @Internal
    public class ShowMaterializedTablesOperation
    extends AbstractShowOperation
    Operation to describe a SHOW MATERIALIZED TABLES statement. The full syntax for SHOW MATERIALIZED TABLES is as followings:
    
     SHOW MATERIALIZED TABLES [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] LIKE
     <sql_like_pattern> ] statement