Modifier and Type | Method and Description |
---|---|
void |
BackgroundTupleResult.handleSolution(BindingSet bindingSet) |
Constructor and Description |
---|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in,
org.apache.commons.httpclient.HttpMethod connection) |
Modifier and Type | Method and Description |
---|---|
BindingSet |
Operation.getBindings()
Retrieves the bindings that have been set on this operation.
|
static BindingSet |
QueryResults.singleResult(TupleQueryResult result)
Returns a single element from the query result.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryResults.bindingSetsCompatible(BindingSet bs1,
BindingSet bs2)
Check whether two
BindingSet s are compatible. |
void |
QueryResultHandler.handleSolution(BindingSet bindingSet)
Handles a solution.
|
void |
TupleQueryResultHandlerBase.handleSolution(BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
Iterable<BindingSet> |
BindingSetAssignment.getBindingSets() |
Modifier and Type | Method and Description |
---|---|
void |
BindingSetAssignment.setBindingSets(Iterable<BindingSet> bindingSets) |
Modifier and Type | Class and Description |
---|---|
class |
QueryBindingSet
An implementation of the
BindingSet interface that is used to evalate
query object models. |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(TupleExpr expr,
BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the
specified set of variable bindings as input.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryBindingSet.addAll(BindingSet bindingSet) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(TupleExpr expr,
BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the
specified set of variable bindings as input.
|
Value |
EvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings)
Gets the value of this expression.
|
boolean |
EvaluationStrategy.isTrue(ValueExpr expr,
BindingSet bindings)
Evaluates the boolean expression on the supplied TripleSource object.
|
void |
QueryOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
Constructor and Description |
---|
QueryBindingSet(BindingSet bindingSet) |
Modifier and Type | Field and Description |
---|---|
protected BindingSet |
JoinExecutorBase.bindings |
protected BindingSet |
ServiceCrossProductIteration.currentInputBinding |
Modifier and Type | Field and Description |
---|---|
protected Collection<BindingSet> |
ServiceFallbackIteration.bindings |
protected List<BindingSet> |
ServiceJoinConversionIteration.bindings |
protected List<BindingSet> |
ServiceCrossProductIteration.inputBindings |
protected Iterator<BindingSet> |
ServiceCrossProductIteration.inputBindingsIterator |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
ServiceCrossProductIteration.resultIteration |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
ServiceJoinConversionIteration.convert(BindingSet bIn) |
protected BindingSet |
ServiceCrossProductIteration.getNextElement() |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service,
possibilities for vectored evaluation.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluate(String sparqlQueryString,
BindingSet bindings,
String baseUri,
FederatedService.QueryType type,
Service service)
Evaluate the provided sparqlQueryString at the initialized
SPARQLRepository of this FederatedService . |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(String sparqlQueryString,
BindingSet bindings,
String baseUri,
FederatedService.QueryType type,
Service service)
Evaluate the provided SPARQL query at this federated service.
|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at
the initialized
SPARQLRepository of this FederatedService . |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
ServiceJoinConversionIteration.convert(BindingSet bIn) |
CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluate(String sparqlQueryString,
BindingSet bindings,
String baseUri,
FederatedService.QueryType type,
Service service)
Evaluate the provided sparqlQueryString at the initialized
SPARQLRepository of this FederatedService . |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(String sparqlQueryString,
BindingSet bindings,
String baseUri,
FederatedService.QueryType type,
Service service)
Evaluate the provided SPARQL query at this federated service.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service,
possibilities for vectored evaluation.
|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at
the initialized
SPARQLRepository of this FederatedService . |
Constructor and Description |
---|
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter,
TupleExpr rightArg,
BindingSet bindings) |
ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
Service service,
BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
Constructor and Description |
---|
ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration,
List<BindingSet> inputBindings) |
ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration,
List<BindingSet> inputBindings) |
ServiceFallbackIteration(Service service,
String preparedQuery,
Collection<BindingSet> bindings,
FederatedService federatedService) |
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<BindingSet> bindings) |
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<BindingSet> bindings) |
ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
Service service,
BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
Modifier and Type | Field and Description |
---|---|
protected BindingSet |
BindingAssigner.VarVisitor.bindings |
Modifier and Type | Method and Description |
---|---|
Value |
EvaluationStrategyImpl.evaluate(And node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(BinaryTupleOperator expr,
BindingSet bindings) |
abstract CloseableIteration<BindingSet,QueryEvaluationException> |
ExternalSet.evaluate(BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(BindingSetAssignment bsa,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(BNodeGenerator node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Bound node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Coalesce node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(CompareAll node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(CompareAny node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Compare node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Datatype node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Difference difference,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Distinct distinct,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(EmptySet emptySet,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Exists node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Extension extension,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(ExternalSet external,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Filter filter,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(FunctionCall node,
BindingSet bindings)
Evaluates a function.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Group node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(If node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(In node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Intersection intersection,
BindingSet bindings) |
URI |
EvaluationStrategyImpl.evaluate(IRIFunction node,
BindingSet bindings)
Creates a URI from the operand value (a plain literal or a URI).
|
Value |
EvaluationStrategyImpl.evaluate(IsBNode node,
BindingSet bindings)
Determines whether the operand (a variable) contains a BNode.
|
Value |
EvaluationStrategyImpl.evaluate(IsLiteral node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Literal.
|
Value |
EvaluationStrategyImpl.evaluate(IsNumeric node,
BindingSet bindings)
Determines whether the operand (a variable) contains a numeric datatyped
literal, i.e.
|
Value |
EvaluationStrategyImpl.evaluate(IsResource node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Resource.
|
Value |
EvaluationStrategyImpl.evaluate(IsURI node,
BindingSet bindings)
Determines whether the operand (a variable) contains a URI.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Join join,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Label node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Lang node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(LangMatches node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(LeftJoin leftJoin,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Like node,
BindingSet bindings)
Determines whether the two operands match according to the
like operator. |
Value |
EvaluationStrategyImpl.evaluate(LocalName node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(MathExpr node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(MultiProjection multiProjection,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Namespace node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Not node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Or node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Order node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Projection projection,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Reduced reduced,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Regex node,
BindingSet bindings)
Determines whether the two operands match according to the
regex operator. |
Value |
EvaluationStrategyImpl.evaluate(SameTerm node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Service service,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(SingletonSet singletonSet,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Slice slice,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(StatementPattern sp,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Str node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(TupleExpr expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(UnaryTupleOperator expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Union union,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(ValueConstant valueConstant,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(ValueExpr expr,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Var var,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(ZeroLengthPath zlp,
BindingSet bindings) |
protected Value |
EvaluationStrategyImpl.getVarValue(Var var,
BindingSet bindings) |
protected ZeroLengthPathIteration |
EvaluationStrategyImpl.getZeroLengthPathIterator(BindingSet bindings,
Var subjectVar,
Var objVar,
Var contextVar,
Value subj,
Value obj) |
boolean |
EvaluationStrategyImpl.isTrue(ValueExpr expr,
BindingSet bindings) |
void |
DisjunctiveConstraintOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
OrderLimitOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
ConjunctiveConstraintSplitter.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
BindingAssigner.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
IterativeEvaluationOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
ConstantOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable
assignments are inlined.
|
void |
QueryModelPruner.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Deprecated.
Applies generally applicable optimizations: path expressions are sorted
from more to less specific.
|
void |
QueryJoinOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations: path expressions are sorted
from more to less specific.
|
void |
FilterOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
SameTermFilterOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable
assignments are inlined.
|
void |
QueryModelNormalizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
CompareOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable
assignments are inlined.
|
Constructor and Description |
---|
BindingAssigner.VarVisitor(BindingSet bindings) |
Modifier and Type | Field and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SilentIteration.iter |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
ProjectionIterator.convert(BindingSet sourceBindings) |
BindingSet |
ExtensionIterator.convert(BindingSet sourceBindings) |
protected BindingSet |
ZeroLengthPathIteration.getNextElement() |
protected BindingSet |
BottomUpJoinIterator.getNextElement() |
protected BindingSet |
LeftJoinIterator.getNextElement() |
protected BindingSet |
PathIteration.getNextElement() |
protected BindingSet |
JoinIterator.getNextElement() |
protected BindingSet |
SilentIteration.getNextElement() |
protected BindingSet |
BadlyDesignedLeftJoinIterator.getNextElement() |
protected BindingSet |
MultiProjectionIterator.getNextElement() |
BindingSet |
GroupIterator.next() |
static BindingSet |
ProjectionIterator.project(ProjectionElemList projElemList,
BindingSet sourceBindings,
BindingSet parentBindings) |
protected BindingSet |
BottomUpJoinIterator.removeFirstElement(List<BindingSet> list)
Remove the first (0 index) element from a BindingSet list.
|
Modifier and Type | Method and Description |
---|---|
protected Iteration<BindingSet,QueryEvaluationException> |
OrderIterator.createIteration() |
protected Iteration<BindingSet,X> |
SPARQLMinusIteration.getRightArg() |
protected List<BindingSet> |
BottomUpJoinIterator.makeList()
Utility methods to make it easier to inserted custom store dependent list
|
protected List<BindingSet> |
OrderIterator.makeList() |
protected List<BindingSet> |
BottomUpJoinIterator.makeList(List<BindingSet> key)
Utility methods to make it easier to inserted custom store dependent list
|
protected Map<BindingSet,List<BindingSet>> |
BottomUpJoinIterator.makeMap()
Utility methods to make it easier to inserted custom store dependent maps
|
protected Map<BindingSet,List<BindingSet>> |
BottomUpJoinIterator.makeMap()
Utility methods to make it easier to inserted custom store dependent maps
|
protected NavigableMap<BindingSet,Collection<BindingSet>> |
OrderIterator.makeOrderedMap(Comparator<BindingSet> comparator2) |
protected NavigableMap<BindingSet,Collection<BindingSet>> |
OrderIterator.makeOrderedMap(Comparator<BindingSet> comparator2) |
protected Set<BindingSet> |
OrderIterator.makeOrderedSet()
This is used when distinct is set too true.
|
protected Set<BindingSet> |
SPARQLMinusIteration.makeSet() |
protected Set<BindingSet> |
SPARQLMinusIteration.makeSet(Iteration<BindingSet,X> rightArg2) |
protected Collection<BindingSet> |
OrderIterator.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected Collection<BindingSet> |
OrderIterator.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SPARQLMinusIteration.accept(BindingSet object) |
protected boolean |
CompatibleBindingSetFilter.accept(BindingSet outputBindings)
Deprecated.
|
protected boolean |
FilterIterator.accept(BindingSet bindings) |
protected boolean |
OrderIterator.add(BindingSet next,
Collection<BindingSet> list) |
protected void |
BottomUpJoinIterator.add(List<BindingSet> leftArgResults,
BindingSet b) |
protected BindingSet |
ProjectionIterator.convert(BindingSet sourceBindings) |
BindingSet |
ExtensionIterator.convert(BindingSet sourceBindings) |
static BindingSet |
ProjectionIterator.project(ProjectionElemList projElemList,
BindingSet sourceBindings,
BindingSet parentBindings) |
protected Collection<BindingSet> |
OrderIterator.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected void |
BottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected Collection<BindingSet> |
OrderIterator.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OrderIterator.add(BindingSet next,
Collection<BindingSet> list) |
protected void |
BottomUpJoinIterator.add(List<BindingSet> leftArgResults,
BindingSet b) |
protected void |
BottomUpJoinIterator.addAll(List<BindingSet> hashTableValues,
List<BindingSet> values) |
protected void |
BottomUpJoinIterator.addAll(List<BindingSet> hashTableValues,
List<BindingSet> values) |
protected List<BindingSet> |
BottomUpJoinIterator.makeList(List<BindingSet> key)
Utility methods to make it easier to inserted custom store dependent list
|
protected NavigableMap<BindingSet,Collection<BindingSet>> |
OrderIterator.makeOrderedMap(Comparator<BindingSet> comparator2) |
protected Set<BindingSet> |
SPARQLMinusIteration.makeSet(Iteration<BindingSet,X> rightArg2) |
protected Collection<BindingSet> |
OrderIterator.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected Collection<BindingSet> |
OrderIterator.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected Collection<BindingSet> |
OrderIterator.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected void |
BottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected void |
BottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected void |
BottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected Collection<BindingSet> |
OrderIterator.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
protected Collection<BindingSet> |
OrderIterator.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
protected BindingSet |
BottomUpJoinIterator.removeFirstElement(List<BindingSet> list)
Remove the first (0 index) element from a BindingSet list.
|
protected void |
OrderIterator.removeLast(Collection<BindingSet> lastResults) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Difference difference,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Distinct distinct,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Intersection intersection,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Join join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Order node,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
LimitedSizeBottomUpJoinIterator.removeFirstElement(List<BindingSet> list) |
Modifier and Type | Method and Description |
---|---|
static Set<BindingSet> |
LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> includeSet,
AtomicLong used,
long maxSize) |
Set<BindingSet> |
LimitedSizeIntersectIteration.addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> set) |
protected Set<BindingSet> |
LimitedSizeSPARQLMinusIteration.makeSet(Iteration<BindingSet,QueryEvaluationException> rightArg2) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeDistinctIteration.add(BindingSet object) |
protected boolean |
LimitedSizeOrderIteration.add(BindingSet next,
Collection<BindingSet> list) |
protected void |
LimitedSizeBottomUpJoinIterator.add(List<BindingSet> leftArgResults,
BindingSet b) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected void |
LimitedSizeBottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeOrderIteration.add(BindingSet next,
Collection<BindingSet> list) |
protected void |
LimitedSizeBottomUpJoinIterator.add(List<BindingSet> leftArgResults,
BindingSet b) |
static Set<BindingSet> |
LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> includeSet,
AtomicLong used,
long maxSize) |
static Set<BindingSet> |
LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> includeSet,
AtomicLong used,
long maxSize) |
protected void |
LimitedSizeBottomUpJoinIterator.addAll(List<BindingSet> hashTableValues,
List<BindingSet> values) |
protected void |
LimitedSizeBottomUpJoinIterator.addAll(List<BindingSet> hashTableValues,
List<BindingSet> values) |
Set<BindingSet> |
LimitedSizeIntersectIteration.addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> set) |
Set<BindingSet> |
LimitedSizeIntersectIteration.addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> set) |
protected Set<BindingSet> |
LimitedSizeSPARQLMinusIteration.makeSet(Iteration<BindingSet,QueryEvaluationException> rightArg2) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.put(Map<BindingSet,Collection<BindingSet>> map,
BindingSet next,
Collection<BindingSet> list) |
protected void |
LimitedSizeBottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected void |
LimitedSizeBottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected void |
LimitedSizeBottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
protected Collection<BindingSet> |
LimitedSizeOrderIteration.remove(NavigableMap<BindingSet,Collection<BindingSet>> map,
BindingSet lastKey) |
protected BindingSet |
LimitedSizeBottomUpJoinIterator.removeFirstElement(List<BindingSet> list) |
protected void |
LimitedSizeOrderIteration.removeLast(Collection<BindingSet> lastResults) |
Constructor and Description |
---|
LimitedSizeBottomUpJoinIterator(EvaluationStrategy limitedSizeEvaluationStrategy,
Join join,
BindingSet bindings,
AtomicLong used,
long maxSize) |
LimitedSizePathIterator(EvaluationStrategyImpl evaluationStrategyImpl,
StatementPattern.Scope scope,
Var startVar,
TupleExpr pathExpression,
Var endVar,
Var contextVar,
long minLength,
BindingSet bindings,
AtomicLong used,
long maxSize) |
LimitedSizeZeroLengthPathIteration(EvaluationStrategyImpl evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings,
AtomicLong used,
long maxSize) |
Constructor and Description |
---|
LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter,
AtomicLong used,
long maxSize) |
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
AtomicLong used,
long maxSize)
Creates a new IntersectIteration that returns the intersection of the
results of two Iterations.
|
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
AtomicLong used,
long maxSize)
Creates a new IntersectIteration that returns the intersection of the
results of two Iterations.
|
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
Comparator<BindingSet> comparator,
AtomicLong used,
long maxSize) |
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
Comparator<BindingSet> comparator,
AtomicLong used,
long maxSize) |
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
Comparator<BindingSet> comparator,
long limit,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
Comparator<BindingSet> comparator,
long limit,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
AtomicLong used,
long maxSize)
Creates a new MinusIteration that returns the results of the left argument
minus the results of the right argument.
|
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
AtomicLong used,
long maxSize)
Creates a new MinusIteration that returns the results of the left argument
minus the results of the right argument.
|
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
boolean distinct,
AtomicLong used,
long maxSize)
Creates a new SPARQLMinusIteration that returns the results of the left argument
minus the results of the right argument.
|
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
boolean distinct,
AtomicLong used,
long maxSize)
Creates a new SPARQLMinusIteration that returns the results of the left argument
minus the results of the right argument.
|
Modifier and Type | Method and Description |
---|---|
int |
OrderComparator.compare(BindingSet o1,
BindingSet o2) |
void |
QueryOptimizerList.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
void |
DAWGTestResultSetWriter.handleSolution(BindingSet bindingSet) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyBindingSet
An immutable empty BindingSet.
|
class |
ListBindingSet
A List-based implementation of the
BindingSet interface. |
class |
MapBindingSet
A Map-based implementation of the
BindingSet interface. |
Modifier and Type | Method and Description |
---|---|
BindingSet |
MutableTupleQueryResult.get(int index) |
BindingSet |
AbstractOperation.getBindings() |
static BindingSet |
EmptyBindingSet.getInstance() |
BindingSet |
MutableTupleQueryResult.next() |
BindingSet |
MutableTupleQueryResult.previous() |
BindingSet |
MutableTupleQueryResult.remove(int index) |
BindingSet |
MutableTupleQueryResult.set(int index,
BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
void |
MutableTupleQueryResult.append(BindingSet bindingSet) |
void |
TupleQueryResultBuilder.handleSolution(BindingSet bindingSet) |
void |
MutableTupleQueryResult.insert(BindingSet bindingSet)
Inserts the specified binding set into the list.
|
void |
MutableTupleQueryResult.insert(int index,
BindingSet bindingSet) |
void |
MutableTupleQueryResult.set(BindingSet bindingSet) |
BindingSet |
MutableTupleQueryResult.set(int index,
BindingSet bindingSet) |
Constructor and Description |
---|
MutableTupleQueryResult(Collection<String> bindingNames,
BindingSet... bindingSets) |
Constructor and Description |
---|
MutableTupleQueryResult(Collection<String> bindingNames,
Collection<? extends BindingSet> bindingSets)
Creates a query result table with the supplied binding names.
|
MutableTupleQueryResult(Collection<String> bindingNames,
Iteration<? extends BindingSet,E> bindingSetIter) |
TupleQueryResultImpl(List<String> bindingNames,
CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Creates a query result object with the supplied binding names.
|
TupleQueryResultImpl(List<String> bindingNames,
Iterable<? extends BindingSet> bindingSets)
Creates a query result object with the supplied binding names.
|
TupleQueryResultImpl(List<String> bindingNames,
Iterator<? extends BindingSet> bindingSetIter) |
Modifier and Type | Method and Description |
---|---|
BindingSet |
TupleExprBuilder.visit(ASTBindingSet node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryQueryResultWriter.handleSolution(BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
List<BindingSet> |
QueryResultCollector.getBindingSets() |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultCollector.handleSolution(BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
void |
BooleanTextWriter.handleSolution(BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsCSVWriter.handleSolution(BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsTSVWriter.handleSolution(BindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Constructor and Description |
---|
SailQuery.QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter,
long timeLimit) |
Modifier and Type | Method and Description |
---|---|
void |
SailUpdateExecutor.executeUpdate(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLQueryBindingSet
An implementation of the
BindingSet interface that is used to evalate
query object models. |
Modifier and Type | Method and Description |
---|---|
BindingSet |
SPARQLOperation.getBindings()
Deprecated.
|
BindingSet |
InsertBindingSetCursor.next() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLQueryBindingSet.addAll(BindingSet bindingSet) |
static String |
QueryStringUtil.getQueryString(String queryString,
BindingSet bindings)
Retrieve a modified queryString into which all bindings of the given
argument are replaced.
|
Constructor and Description |
---|
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
SPARQLQueryBindingSet(BindingSet bindingSet) |
Constructor and Description |
---|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in,
org.apache.commons.httpclient.HttpMethod connection)
Deprecated.
|
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
BindingSet |
UpdateContext.getBindingSet() |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnection.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred)
Evaluates the supplied TupleExpr on the data contained in this Sail
object, using the (optional) dataset and supplied bindings as input
parameters.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnection.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred)
Evaluates the supplied TupleExpr on the data contained in this Sail
object, using the (optional) dataset and supplied bindings as input
parameters.
|
Constructor and Description |
---|
UpdateContext(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
OwnedTupleExpr.evaluate(Dataset dataset,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
OwnedTupleExpr.evaluate(Dataset dataset,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
BindingSet |
ParallelLeftJoinCursor.getNextElement() |
BindingSet |
ParallelJoinCursor.getNextElement() |
BindingSet |
InsertBindingSetCursor.next() |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(Join join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(LeftJoin leftJoin,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(NaryJoin join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(TupleExpr expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(Union union,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(Join join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(LeftJoin leftJoin,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(NaryJoin join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(TupleExpr expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(Union union,
BindingSet bindings) |
Constructor and Description |
---|
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
ParallelLeftJoinCursor(EvaluationStrategy strategy,
LeftJoin join,
BindingSet bindings) |
Constructor and Description |
---|
FilterCursor(CloseableIteration<BindingSet,QueryEvaluationException> result,
ValueExpr condition,
Set<String> scopeBindingNames,
EvaluationStrategy strategy) |
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
ParallelJoinCursor(EvaluationStrategy strategy,
CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
TupleExpr rightArg) |
Modifier and Type | Method and Description |
---|---|
void |
OwnedTupleExprPruner.optimize(TupleExpr query,
Dataset dataset,
BindingSet bindings) |
void |
PrepareOwnedTupleExpr.optimize(TupleExpr query,
Dataset dataset,
BindingSet bindings) |
void |
FederationJoinOptimizer.optimize(TupleExpr query,
Dataset dataset,
BindingSet bindings) |
void |
QueryModelPruner.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations: path expressions are sorted
from more to less specific.
|
void |
EmptyPatternOptimizer.optimize(TupleExpr query,
Dataset dataset,
BindingSet bindings) |
void |
QueryMultiJoinOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations: path expressions are sorted
from more to less specific.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionBase.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionWrapper.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionBase.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionBase.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionWrapper.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionBase.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
MemoryStoreConnection.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
MemoryStoreConnection.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
NativeStoreConnection.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
NativeStoreConnection.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
RdbmsConnection.evaluateInternal(TupleExpr expr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
RdbmsConnection.evaluateInternal(TupleExpr expr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
RdbmsEvaluation.evaluate(TupleExpr expr,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
RdbmsEvaluation.evaluate(TupleExpr expr,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
RdbmsBindingIteration.convert(ResultSet rs) |
Modifier and Type | Method and Description |
---|---|
void |
RdbmsBindingIteration.setBindings(BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
void |
VarColumnLookupOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
SqlConstantOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
ValueIdLookupOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
SelectQueryOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
ValueJoinOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
void |
SameTermFilterRdbmsOptimizer.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
Applies generally applicable optimizations to the supplied query: variable
assignments are inlined.
|
TupleExpr |
RdbmsQueryOptimizer.optimize(TupleExpr expr,
Dataset dataset,
BindingSet bindings,
EvaluationStrategy strategy) |
protected void |
RdbmsQueryOptimizer.rdbmsOptimizations(TupleExpr expr,
Dataset dataset,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
void |
PgSqlRegexFlagsInliner.optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings) |
protected void |
PgSqlQueryOptimizer.rdbmsOptimizations(TupleExpr expr,
Dataset dataset,
BindingSet bindings) |
Copyright © 2001-2013 Aduna. All Rights Reserved.