|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.preproc.joiner.DataHiliteOutputContainer
class DataHiliteOutputContainer
This is a facade for a DataContainer which is used to create the
final joined table.
| Nested Class Summary | |
|---|---|
(package private) static class |
DataHiliteOutputContainer.Missing
An InputDataRow with solely missing data cells, needed for left and right outer join. |
| Constructor Summary | |
|---|---|
DataHiliteOutputContainer(DataTableSpec spec,
boolean enableHiLite,
BufferedDataTable leftTable,
int[] leftSurvivors,
int[] rightSurvivors,
JoinedRowKeyFactory rowKeyFactory)
|
|
| Method Summary | |
|---|---|
(package private) void |
addTableAndFilterDuplicates(SortedTable table,
ExecutionContext exec)
Adds the rows of the given table to the container. |
void |
close()
Close container. |
(package private) HashMap<RowKey,Set<RowKey>> |
getLeftRowKeyMap()
|
(package private) HashMap<RowKey,Set<RowKey>> |
getRightRowKeyMap()
|
(package private) BufferedDataTable |
getTable()
Return the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
DataHiliteOutputContainer(DataTableSpec spec,
boolean enableHiLite,
BufferedDataTable leftTable,
int[] leftSurvivors,
int[] rightSurvivors,
JoinedRowKeyFactory rowKeyFactory)
spec - The spec of the data container used for storing all added
tables.enableHiLite - If HiLite is enabled.leftTable - The left input table.leftSurvivors - The survivors of the left input table.rightSurvivors - The survivors of the right input table.rowKeyFactory - Used for creating the row ids of the joined rows.| Method Detail |
|---|
HashMap<RowKey,Set<RowKey>> getLeftRowKeyMap()
HashMap<RowKey,Set<RowKey>> getRightRowKeyMap()
public void close()
void addTableAndFilterDuplicates(SortedTable table,
ExecutionContext exec)
table - The table with the rows that should be added.exec - The execution contextBufferedDataTable getTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||