Class AlterTableRenameOperation

    • Constructor Detail

      • AlterTableRenameOperation

        public AlterTableRenameOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                         org.apache.flink.table.catalog.ObjectIdentifier newTableIdentifier,
                                         boolean ignoreIfNotExists)
    • Method Detail

      • getNewTableIdentifier

        public org.apache.flink.table.catalog.ObjectIdentifier getNewTableIdentifier()
      • asSummaryString

        public String asSummaryString()
        Description copied from interface: Operation
        Returns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.
        Returns:
        summary string of this operation for debugging purposes