Uses of Class
uk.gov.gchq.gaffer.operation.impl.join.methods.JoinFunction
-
Packages that use JoinFunction Package Description uk.gov.gchq.gaffer.operation.impl.join.methods -
-
Uses of JoinFunction in uk.gov.gchq.gaffer.operation.impl.join.methods
Subclasses of JoinFunction in uk.gov.gchq.gaffer.operation.impl.join.methods Modifier and Type Class Description class
FullJoin
A Full Join returns the LEFT and RIGHT regardless of whether they matchclass
InnerJoin
InnerJoin
is a join function which only returns keys and matching values.class
OuterJoin
OuterJoin
is a Join function which returns MapTuples containing the keys which have no matches with the other side.Methods in uk.gov.gchq.gaffer.operation.impl.join.methods that return JoinFunction Modifier and Type Method Description JoinFunction
JoinType. createInstance()
-