Uses of Interface
uk.gov.gchq.gaffer.operation.impl.join.match.Match
-
Packages that use Match Package Description uk.gov.gchq.gaffer.operation.impl.join uk.gov.gchq.gaffer.operation.impl.join.methods uk.gov.gchq.gaffer.store.operation.handler.join.match -
-
Uses of Match in uk.gov.gchq.gaffer.operation.impl.join
Methods in uk.gov.gchq.gaffer.operation.impl.join that return Match Modifier and Type Method Description Match
Join. getMatchMethod()
Methods in uk.gov.gchq.gaffer.operation.impl.join with parameters of type Match Modifier and Type Method Description Join.Builder<I>
Join.Builder. matchMethod(Match matchMethod)
void
Join. setMatchMethod(Match matchMethod)
-
Uses of Match in uk.gov.gchq.gaffer.operation.impl.join.methods
Methods in uk.gov.gchq.gaffer.operation.impl.join.methods with parameters of type Match Modifier and Type Method Description List<uk.gov.gchq.koryphe.tuple.MapTuple>
JoinFunction. join(Iterable left, Iterable right, Match match, MatchKey matchKey, Boolean flatten)
-
Uses of Match in uk.gov.gchq.gaffer.store.operation.handler.join.match
Classes in uk.gov.gchq.gaffer.store.operation.handler.join.match that implement Match Modifier and Type Class Description class
ElementMatch
Tests for matches for Elements within a Join Operation, groupBy properties can be optionally specified.class
KeyFunctionMatch
AKeyFunctionMatch
is aMatch
which takes two key functions which are used to extract keys from two inputs.
-