Class DescribeCatalogOperation

java.lang.Object
org.apache.flink.table.operations.DescribeCatalogOperation
All Implemented Interfaces:
ExecutableOperation, Operation

@Internal public class DescribeCatalogOperation extends Object implements Operation, ExecutableOperation
Operation to describe a DESCRIBE CATALOG catalog_name statement.
  • Constructor Details

    • DescribeCatalogOperation

      public DescribeCatalogOperation(String catalogName, boolean isExtended)
  • Method Details