Class QuidemTest.ExplainValidatedCommand

java.lang.Object
net.hydromatic.quidem.AbstractCommand
org.apache.calcite.test.QuidemTest.ExplainValidatedCommand
All Implemented Interfaces:
net.hydromatic.quidem.Command
Enclosing class:
QuidemTest

public static class QuidemTest.ExplainValidatedCommand extends net.hydromatic.quidem.AbstractCommand
Command that prints the validated parse tree of a SQL statement.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.hydromatic.quidem.Command

    net.hydromatic.quidem.Command.Context, net.hydromatic.quidem.Command.ResultChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(net.hydromatic.quidem.Command.Context x, boolean execute)
     

    Methods inherited from class net.hydromatic.quidem.AbstractCommand

    commandName, describe

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.hydromatic.quidem.Command

    merge
  • Method Details

    • execute

      public void execute(net.hydromatic.quidem.Command.Context x, boolean execute) throws Exception
      Throws:
      Exception