org.modeshape.graph.query.process
Interface JoinComponent.TupleMerger

Enclosing class:
JoinComponent

protected static interface JoinComponent.TupleMerger

A component that will merge the supplied tuple on the left side of a join with the supplied tuple on the right side of the join, to produce a single tuple with all components from the left and right tuples.


Method Summary
 Object[] merge(Object[] leftTuple, Object[] rightTuple)
           
 

Method Detail

merge

Object[] merge(Object[] leftTuple,
               Object[] rightTuple)


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.