Package | Description |
---|---|
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
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 |
---|---|
org.openrdf.query.TupleQueryResult |
BigdataSailTupleQuery.evaluate(BindingsClause bc) |
org.openrdf.query.GraphQueryResult |
BigdataSailGraphQuery.evaluate(BindingsClause bc) |
boolean |
BigdataSailBooleanQuery.evaluate(BindingsClause bc) |
QueryRoot |
BigdataSailTupleQuery.optimize(BindingsClause bc) |
QueryRoot |
BigdataSailGraphQuery.optimize(BindingsClause bc) |
Modifier and Type | Method and Description |
---|---|
BindingsClause |
BigdataExprBuilder.visit(ASTBindingsClause node,
Object data) |
BindingsClause |
GroupGraphPatternBuilder.visit(ASTInlineData node,
Object data) |
Modifier and Type | Method and Description |
---|---|
BindingsClause |
QueryBase.getBindingsClause()
Return the BINDINGS.
|
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
StaticAnalysis.getJoinVars(BindingsClause bc,
ISolutionSetStats stats,
Set<IVariable<?>> vars)
Return the join variables for a VALUES clause (embedded only - not
top-level).
|
void |
QueryBase.setBindingsClause(BindingsClause bindings)
Set the BINDINGS.
|
Constructor and Description |
---|
BindingsClause(BindingsClause bindings)
Deep copy constructor.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.