|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.preproc.joiner.JoinContainer
final class JoinContainer
A Container used to collect DataRows. The container has three categories for inner, left outer and right outer matches.
| Constructor Summary | |
|---|---|
JoinContainer(OutputDataRow.Settings settings)
Create a new instance. |
|
| Method Summary | |
|---|---|
(package private) void |
addLeftOuter(DataRow row,
ExecutionContext exec)
Add an outer match of the left table to this JoinContainer. |
(package private) void |
addMatch(DataRow row,
ExecutionContext exec)
Add an inner match to the JoinContainer. |
(package private) void |
addRightOuter(DataRow row,
ExecutionContext exec)
Add an outer match of the right table to this JoinContainer. |
void |
close()
Close this container. |
(package private) BufferedDataTable |
getLeftOuter()
|
(package private) BufferedDataTable |
getMatches()
|
(package private) BufferedDataTable |
getRightOuter()
|
(package private) int |
getRowCount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
JoinContainer(OutputDataRow.Settings settings)
settings - The settings object of the OutputDataRow.| Method Detail |
|---|
int getRowCount()
void addMatch(DataRow row,
ExecutionContext exec)
JoinContainer.
row - The matching row.exec - The Execution context.
void addRightOuter(DataRow row,
ExecutionContext exec)
JoinContainer.
This is a row of the right table appended by missing data cells which
does not match a row of the left table.
row - The matching row.exec - The execution context.
void addLeftOuter(DataRow row,
ExecutionContext exec)
JoinContainer.
This is a row of the left table appended by missing data cells which
does not match a row of the right table.
row - The matching row.exec - The execution context.BufferedDataTable getMatches()
DataTable which holds the inner joins.BufferedDataTable getRightOuter()
DataTable which holds the right outer joins.BufferedDataTable getLeftOuter()
DataTable which holds the left outer joins.public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||