public class XMLQueryCompiler extends Object
| Constructor | Description | 
|---|---|
| XMLQueryCompiler(XQueryCompilationListener listener,
                Map<String,org.apache.hyracks.api.client.NodeControllerInfo> nodeControllerInfos,
                int frameSize) | |
| XMLQueryCompiler(XQueryCompilationListener listener,
                Map<String,org.apache.hyracks.api.client.NodeControllerInfo> nodeControllerInfos,
                int frameSize,
                int availableProcessors,
                long joinHashSize,
                long maximumDataSize,
                String hdfsConf) | |
| XMLQueryCompiler(XQueryCompilationListener listener,
                Map<String,org.apache.hyracks.api.client.NodeControllerInfo> nodeControllerInfos,
                int frameSize,
                String hdfsConf) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | compile(String name,
       Reader query,
       CompilerControlBlock ccb,
       int optimizationLevel) | |
| Module | getModule() | |
| ModuleNode | getModuleNode() | 
public XMLQueryCompiler(XQueryCompilationListener listener, Map<String,org.apache.hyracks.api.client.NodeControllerInfo> nodeControllerInfos, int frameSize, String hdfsConf)
public XMLQueryCompiler(XQueryCompilationListener listener, Map<String,org.apache.hyracks.api.client.NodeControllerInfo> nodeControllerInfos, int frameSize)
public XMLQueryCompiler(XQueryCompilationListener listener, Map<String,org.apache.hyracks.api.client.NodeControllerInfo> nodeControllerInfos, int frameSize, int availableProcessors, long joinHashSize, long maximumDataSize, String hdfsConf)
public void compile(String name, Reader query, CompilerControlBlock ccb, int optimizationLevel) throws SystemException
SystemExceptionpublic ModuleNode getModuleNode()
public Module getModule()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.