Class ShowCreateViewOperation

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

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

    • ShowCreateViewOperation

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