> The XQuery Processor
#include <zorba/options.h>
Public Attributes | |
| Zorba_opt_level_t | opt_level |
| The optimization level that is used. | |
An instance of this class can be passed to the compileQuery function of the Zorba class or the compile function of this class. The members of this class represent hints that are passed to the query compiler. For example, whether optimization of the query should be done (O1) or not (O0).
example_6 in file simple.cpp shows an example how CompilerHints can be used.
Definition at line 38 of file options.h.