java.lang.Object
org.apache.jena.sparql.algebra.AlgebraGenerator
Class used to compile SPARQL queries into SPARQL algebra.
 This is the SPARQL standard defined process of abstract syntax to algebra.
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a new generatorAlgebraGenerator(Context context) Create a new generator
- 
Method Summary
- 
Constructor Details- 
AlgebraGeneratorCreate a new generator- Parameters:
- context- Context
 
- 
AlgebraGeneratorpublic AlgebraGenerator()Create a new generator
 
- 
- 
Method Details- 
compileCompile a queryDO NOT call recursively - Parameters:
- query- Query to compile
- Returns:
- Compiled algebra
 
- 
compileCompile any structural element- Parameters:
- elt- Element
- Returns:
- Compiled algebra
 
 
-