Class DropPartitionsOperation

    • Constructor Detail

      • DropPartitionsOperation

        public DropPartitionsOperation​(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
                                       boolean ignoreIfPartitionNotExists,
                                       List<org.apache.flink.table.catalog.CatalogPartitionSpec> partitionSpecs)
    • Method Detail

      • ignoreIfPartitionNotExists

        public boolean ignoreIfPartitionNotExists()
      • getPartitionSpecs

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