Class AlterViewRenameOperation

    • Constructor Detail

      • AlterViewRenameOperation

        public AlterViewRenameOperation​(org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier,
                                        org.apache.flink.table.catalog.ObjectIdentifier newViewIdentifier)
    • Method Detail

      • getNewViewIdentifier

        public org.apache.flink.table.catalog.ObjectIdentifier getNewViewIdentifier()
      • 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