| Package | Description | 
|---|---|
| com.bigdata.rdf.sail.sparql | 
 
This package was imported from the  
org.openrdf.query.parser.sparql
package of the openrdf distribution. | 
| com.bigdata.rdf.sparql.ast | 
 
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers. 
 | 
| com.bigdata.rdf.sparql.ast.eval | 
| Modifier and Type | Method and Description | 
|---|---|
ConstructNode | 
GroupGraphPatternBuilder.visit(ASTConstruct node,
     Object data)
CONSTRUCT (handled as a TriplesBlock). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConstructNode | 
QuadData.flatten(ConstructNode template)
Flatten the  
QuadData into a simple ConstructNode. | 
ConstructNode | 
QueryBase.getConstruct()
Return the construction -or-  
null if there is no construction. | 
| Modifier and Type | Method and Description | 
|---|---|
ConstructNode | 
QuadData.flatten(ConstructNode template)
Flatten the  
QuadData into a simple ConstructNode. | 
void | 
QueryBase.setConstruct(ConstructNode construct)
Set or clear the construction. 
 | 
| Constructor and Description | 
|---|
ConstructNode(ConstructNode op)
Constructor required for  
com.bigdata.bop.BOpUtility#deepCopy(FilterNode). | 
| Constructor and Description | 
|---|
ASTConstructIterator(AST2BOpContext context,
                    AbstractTripleStore tripleStore,
                    ConstructNode construct,
                    GraphPatternGroup<?> whereClause,
                    Map<String,BigdataBNode> bnodesIn,
                    info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> src)  | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.