Class ShowCreateTableOperation

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

@Internal public class ShowCreateTableOperation extends Object implements ShowOperation
Operation to describe a SHOW CREATE TABLE statement.
  • Constructor Details

    • ShowCreateTableOperation

      public ShowCreateTableOperation(org.apache.flink.table.catalog.ObjectIdentifier sqlIdentifier)
  • Method Details