Class ShowModulesOperation

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

@Internal public class ShowModulesOperation extends Object implements ShowOperation
Operation to describe a SHOW [FULL] MODULES statement.
  • Constructor Details

    • ShowModulesOperation

      public ShowModulesOperation(boolean requireFull)
  • Method Details