Class ShowPartitionsOperation

    • Field Detail

      • tableIdentifier

        protected final org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier
    • Constructor Detail

      • ShowPartitionsOperation

        public ShowPartitionsOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                       @Nullable
                                       org.apache.flink.table.catalog.CatalogPartitionSpec partitionSpec)
      • ShowPartitionsOperation

        public ShowPartitionsOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                       @Nullable
                                       org.apache.flink.table.catalog.CatalogPartitionSpec partitionSpec,
                                       @Nullable
                                       String defaultPartitionName)
    • Method Detail

      • getTableIdentifier

        public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
      • getPartitionSpec

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