public class POperationCompiler
extends java.lang.Object
Constructor and Description |
---|
POperationCompiler(IQueryRuntimeContext runtimeContext,
IQueryBackend backend) |
POperationCompiler(IQueryRuntimeContext runtimeContext,
IQueryBackend backend,
boolean baseIndexAvailable) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ISearchOperation> |
compile(SubPlan plan,
java.util.Set<java.lang.Integer> boundVariableIndexes)
Compiles a plan of
POperation s to a list of type List<ISearchOperation> |
java.util.Set<MatcherReference> |
getDependencies() |
java.util.Map<PVariable,java.lang.Integer> |
getVariableMappings() |
public POperationCompiler(IQueryRuntimeContext runtimeContext, IQueryBackend backend)
public POperationCompiler(IQueryRuntimeContext runtimeContext, IQueryBackend backend, boolean baseIndexAvailable)
public java.util.List<ISearchOperation> compile(SubPlan plan, java.util.Set<java.lang.Integer> boundVariableIndexes) throws QueryProcessingException
POperation
s to a list of type List<ISearchOperation>
plan
- boundVariableIndexes
- QueryProcessingException
public java.util.Set<MatcherReference> getDependencies()
public java.util.Map<PVariable,java.lang.Integer> getVariableMappings()