Package uk.gov.gchq.gaffer.operation.impl.join.methods
-
Class Summary Class Description FullJoin A Full Join returns the LEFT and RIGHT regardless of whether they matchInnerJoin InnerJoin
is a join function which only returns keys and matching values.JoinFunction Used by the Join Operation to join two Lists together.OuterJoin OuterJoin
is a Join function which returns MapTuples containing the keys which have no matches with the other side. -
Enum Summary Enum Description JoinType