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.sail.sparql.ast | |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Method and Description |
---|---|
Object |
ASTVisitorBase.visit(ASTDatasetClause node,
Object data) |
Modifier and Type | Method and Description |
---|---|
List<ASTDatasetClause> |
ASTOperation.getDatasetClauseList() |
Modifier and Type | Method and Description |
---|---|
Object |
SyntaxTreeBuilderVisitor.visit(ASTDatasetClause node,
Object data) |
Modifier and Type | Method and Description |
---|---|
List<ASTDatasetClause> |
Update.getDatasetClauses()
Return the
ASTDatasetClause list for operations deferred until
evaluation stage. |
Modifier and Type | Method and Description |
---|---|
void |
Update.setDatasetClauses(List<ASTDatasetClause> uc)
Return the
ASTDatasetClause list for operations deferred until
evaluation stage. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.