Class ShowColumnsOperation

    • Constructor Detail

      • ShowColumnsOperation

        public ShowColumnsOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                    @Nullable
                                    String likePattern,
                                    boolean useLike,
                                    boolean notLike,
                                    String preposition)
    • Method Detail

      • getLikePattern

        public String getLikePattern()
      • getPreposition

        public String getPreposition()
      • isUseLike

        public boolean isUseLike()
      • isNotLike

        public boolean isNotLike()
      • getTableIdentifier

        public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
      • 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.
        Specified by:
        asSummaryString in interface Operation
        Returns:
        summary string of this operation for debugging purposes