| Package | Description |
|---|---|
| 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 | |
| com.bigdata.rdf.sparql.ast.hints |
Query hints are specified at the SPARQL layer using magic predicates.
|
| com.bigdata.rdf.sparql.ast.ssets |
| Modifier and Type | Field and Description |
|---|---|
protected IEvaluationContext |
StaticAnalysisBase.evaluationContext |
| Constructor and Description |
|---|
StaticAnalysis_CanJoin(QueryRoot queryRoot,
IEvaluationContext evaluationContext) |
StaticAnalysis(QueryRoot queryRoot,
IEvaluationContext evaluationContext) |
StaticAnalysisBase(QueryRoot queryRoot,
IEvaluationContext evaluationContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AST2BOpContext
Convenience class for passing around the various pieces of context necessary
to construct the bop pipeline.
|
class |
AST2BOpUpdateContext
Extended to expose the connection used to execute the SPARQL UPDATE request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractQueryHint._setAnnotation(IEvaluationContext ctx,
QueryHintScope scope,
ASTBase op,
String name,
T value)
Set an annotation on the AST node.
|
protected void |
AbstractQueryHint._setQueryHint(IEvaluationContext ctx,
QueryHintScope scope,
ASTBase op,
String name,
T value)
Set the query hint.
|
| Modifier and Type | Field and Description |
|---|---|
protected IEvaluationContext |
TestSolutionSetManager.ctx
Note: Not used yet by the
CacheConnectionImpl. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.