Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added commands to build the compiler GUI




 

 

 

NOTE: This page is a work in progress, and the information described here is subject to change.

...

The GUI Debugger is integrated into Trafodion’s build system, which means it is built along with Trafodion, and both in debug or release version. The source code is in sql/SqlCompilerDebugger. It is also an optional part, it won't get built if you leave environment variable QT_TOOLKIT empty in sqenvcom.sh. If you want to build it, you need Qt 4.8.5, but be aware that it is available under LGPL license, which is not compatible with ASF software distributions.

sudo yum install qt-devel
export QT_TOOLKIT=<a path such that $QT_TOOLKIT/bin/qmake can be executed>

cd $TRAF_HOME/../sql/SqlCompilerDebugger
chmod +x mk.sh

...

./mk.sh

Invoking the SQL Compiler Query Debugger

...

To view the list of expressions associated with a TDB node, click the appropriate expression column.

 

 

TDB expressions.png 


The expressions window displays these columns:

...