Class AlterTableOptionsOperation

    • Constructor Detail

      • AlterTableOptionsOperation

        public AlterTableOptionsOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                          org.apache.flink.table.catalog.CatalogTable catalogTable,
                                          boolean ignoreIfNotExists)
        Deprecated.
    • Method Detail

      • getCatalogTable

        public org.apache.flink.table.catalog.CatalogTable getCatalogTable()
        Deprecated.
      • asSummaryString

        public String asSummaryString()
        Deprecated.
        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