public final class JoinTestUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<Tuple> |
getDepartments() |
static KeyComparatorWrapper |
getEmployeeDepComparator() |
static java.util.List<Tuple> |
getEmployees()
Example values from https://en.wikipedia.org/wiki/Join_(SQL)
|
static java.util.List<java.lang.Object> |
getFullOuterJoined() |
static java.util.List<java.lang.Object> |
getInnerJoined() |
static java.util.Comparator<java.lang.Object> |
getJoinedTupleComparator() |
static java.util.List<java.lang.Object> |
getLeftOuterJoined() |
static java.util.List<java.lang.Object> |
getRightOuterJoined() |
public static java.util.List<Tuple> getEmployees()
public static java.util.List<Tuple> getDepartments()
public static java.util.List<java.lang.Object> getInnerJoined()
public static java.util.List<java.lang.Object> getFullOuterJoined()
public static java.util.List<java.lang.Object> getLeftOuterJoined()
public static java.util.List<java.lang.Object> getRightOuterJoined()
public static KeyComparatorWrapper getEmployeeDepComparator()
public static java.util.Comparator<java.lang.Object> getJoinedTupleComparator()