public class SortJoinUtilsTest
extends java.lang.Object
Constructor and Description |
---|
SortJoinUtilsTest() |
Modifier and Type | Method and Description |
---|---|
void |
fullOuterJoinComparision()
This test compares the results of in memory and disk based full outer joins.
|
void |
fullOuterJoinInMemory()
This test compares the in memory full outer join against a known set of results.
|
void |
innerJoinComparision()
This test compares the results of in memory and disk based inner joins.
|
void |
innerJoinInMemory()
This test compares the in memory inner join against a known set of results.
|
void |
innerJoinWithDiskBasedListComparision()
This test compares the results of in memory and disk based inner joins.
|
void |
leftOuterJoinComparision()
This test compares the results of in memory and disk based left outer joins.
|
void |
leftOuterJoinInMemory()
This test compares the in memory left outer join against a known set of results.
|
void |
rightOuterJoinComparision()
This test compares the results of in memory and disk based right outer joins.
|
void |
rightOuterJoinInMemory()
This test compares the in memory right outer join against a known set of results.
|
public void innerJoinWithDiskBasedListComparision()
public void innerJoinComparision()
public void fullOuterJoinComparision()
public void leftOuterJoinComparision()
public void rightOuterJoinComparision()
public void innerJoinInMemory()
public void fullOuterJoinInMemory()
public void leftOuterJoinInMemory()
public void rightOuterJoinInMemory()