Package nz.org.riskscape.engine.join


package nz.org.riskscape.engine.join
  • Class
    Description
    Interface for classes that can join a relation on to another relation, tuple at a time.
     
    Specifies what kind of join this is
    A variation on Joiner that works by joining individual values from the lhs (left-hand side) to an indexed set of rhs (right-hand side) values.