Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.ssets |
Modifier and Type | Method and Description |
---|---|
static ICloseableIterator<IBindingSet[]> |
NamedSolutionSetRefUtility.getSolutionSet(ISolutionSetManager sparqlCache,
IBTreeManager localIndexManager,
String namespace,
long timestamp,
String localName,
IVariable[] joinVars,
int chunkCapacity)
Resolve the pre-existing named solution set returning an iterator that
will visit the solutions (access path scan).
|
static ISolutionSetStats |
NamedSolutionSetRefUtility.getSolutionSetStats(ISolutionSetManager sparqlCache,
IBTreeManager localIndexManager,
String namespace,
long timestamp,
String localName,
IVariable[] joinVars)
Resolve the pre-existing named solution set returning its
ISolutionSetStats . |
Modifier and Type | Field and Description |
---|---|
ISolutionSetManager |
AST2BOpContext.solutionSetManager
The
ISolutionSetManager -or- null iff that cache is not
enabled. |
Modifier and Type | Method and Description |
---|---|
ISolutionSetManager |
IEvaluationContext.getSolutionSetManager()
Return the manager for named solution sets (experimental feature).
|
ISolutionSetManager |
AST2BOpContext.getSolutionSetManager() |
Modifier and Type | Class and Description |
---|---|
class |
SolutionSetManager
A manager for named SOLUTION SETS scoped by some namespace and timestamp.
|
Modifier and Type | Field and Description |
---|---|
protected ISolutionSetManager |
TestSolutionSetManager.solutionSetsManager |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.