Package org.apache.calcite.test
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 TypeMethodDescriptionvoidexecute(net.hydromatic.quidem.Command.Context x, boolean execute) Methods inherited from class net.hydromatic.quidem.AbstractCommand
commandName, describeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.hydromatic.quidem.Command
merge
-
Method Details
-
execute
- Throws:
Exception
-