| Package | Description | 
|---|---|
| org.apache.vxquery.xmlquery.query | |
| org.apache.vxquery.xmlquery.translator | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Module | XMLQueryCompiler. getModule() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | NoopXQueryCompilationListener. notifyCodegenResult(Module module) | |
| void | VXQueryCompilationListener. notifyCodegenResult(Module module) | Outputs the query inputs, outputs and user constraints for each module as result of code generation. | 
| void | XQueryCompilationListener. notifyCodegenResult(Module module) | |
| void | NoopXQueryCompilationListener. notifyOptimizedResult(Module module) | |
| void | VXQueryCompilationListener. notifyOptimizedResult(Module module) | Outputs the optimized expression tree for the module in the format:
 "-- logical operator(if exists) | execution mode |" where execution mode can be one of: UNPARTITIONED,PARTITIONED,LOCAL | 
| void | XQueryCompilationListener. notifyOptimizedResult(Module module) | |
| void | NoopXQueryCompilationListener. notifyTranslationResult(Module module) | |
| void | VXQueryCompilationListener. notifyTranslationResult(Module module) | Outputs the syntax translation tree for the module in the format: "-- logical operator(if exists) | execution mode |"
 where execution mode can be one of: UNPARTITIONED,PARTITIONED,LOCAL | 
| void | XQueryCompilationListener. notifyTranslationResult(Module module) | |
| void | NoopXQueryCompilationListener. notifyTypecheckResult(Module module) | |
| void | VXQueryCompilationListener. notifyTypecheckResult(Module module) | |
| void | XQueryCompilationListener. notifyTypecheckResult(Module module) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Module | XMLQueryTranslator. translateModule(ModuleNode moduleNode) | 
Copyright © 2019 Apache Software Foundation. All Rights Reserved.