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 classFullJoinA Full Join returns the LEFT and RIGHT regardless of whether they matchclassInnerJoinInnerJoinis a join function which only returns keys and matching values.classOuterJoinOuterJoinis 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 JoinFunctionJoinType. createInstance()
-