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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BigdataExprBuilder.handleSelect(ASTSelect select,
IProjectionDecl queryRoot)
Handle a SELECT clause.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedSubqueryRoot
A subquery with a named solution set which can be referenced from other parts
of the query.
|
class |
QuadsDataOrNamedSolutionSet
An AST node which models either
QuadData or a named solution set in
support of the INSERT clause and DELETE clause of a DeleteInsertGraph
operations. |
class |
QueryBase
Contains the projection clause, where clause, and solution modified clauses.
|
class |
QueryRoot
The top-level Query.
|
class |
SubqueryBase
AST node for subqueries.
|
class |
SubqueryRoot
A SPARQL 1.1 style subquery.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.