public class BoundJoinVALUESConversionIteration extends ConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
SparqlFederationEvalStrategyWithValues
.
It is assumed the the query results contain a binding for "?__index" which corresponds to the index in the input
mappings. See QueryStringUtil
for details
SparqlFederationEvalStrategy
Modifier and Type | Field and Description |
---|---|
protected List<BindingSet> |
bindings |
static String |
INDEX_BINDING_NAME
The binding name for the index
|
Constructor and Description |
---|
BoundJoinVALUESConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<BindingSet> bindings) |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
convert(BindingSet bIn)
Converts a source type object to a target type object.
|
handleClose, hasNext, next, remove
close, isClosed
public static final String INDEX_BINDING_NAME
protected final List<BindingSet> bindings
public BoundJoinVALUESConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, List<BindingSet> bindings)
protected BindingSet convert(BindingSet bIn) throws QueryEvaluationException
ConvertingIteration
convert
in class ConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.