Uses of Class
de.fuberlin.wiwiss.d2rq.fastpath.VariableBindings

Packages that use VariableBindings
de.fuberlin.wiwiss.d2rq.fastpath D2RQ's Fastpath query implementation is able to translate a basic graph pattern (a set of triples that may contain variables) into a single SQL expression. 
 

Uses of VariableBindings in de.fuberlin.wiwiss.d2rq.fastpath
 

Fields in de.fuberlin.wiwiss.d2rq.fastpath declared as VariableBindings
 VariableBindings VarInfos.allBindings
          Fast lookup information for different types of variables (shared, bind, bound).
 VariableBindings ConstraintHandler.bindings
           
 

Methods in de.fuberlin.wiwiss.d2rq.fastpath with parameters of type VariableBindings
 void ConstraintHandler.setVariableBindings(VariableBindings bindings)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.fastpath with parameters of type VariableBindings
PQCResultIterator(RDFRelation[][] tripleQueries, VariableBindings variableBindings, Collection constraints)