|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.base.node.preproc.filter.row.rowfilter | |
---|---|
org.knime.base.node.preproc.filter.row | Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria. |
org.knime.base.node.preproc.filter.row.rowfilter | Contains all filters currently implemented for the row filter node. |
org.knime.base.node.preproc.sample | Node that samples rows from an input table. |
Classes in org.knime.base.node.preproc.filter.row.rowfilter used by org.knime.base.node.preproc.filter.row | |
---|---|
RowFilter
Used by the RowFilterIterator
to determine whether a row should be filtered or not. |
Classes in org.knime.base.node.preproc.filter.row.rowfilter used by org.knime.base.node.preproc.filter.row.rowfilter | |
---|---|
AttrValueRowFilter
Super class for all row filters that test an attribute value (like StringCompareRowFilter , MissingValueRowFilter , and
RangeRowFilter ). |
|
EndOfTableException
Used by RowFilter s to tell that no more rows will fulfill their
criteria and the
RowFilterTable iterator can
flag the end of table. |
|
IncludeFromNowOn
An exception thrown by a row filter to indicate that the current and all following rows from now on are to be included into the result table. |
|
RowFilter
Used by the RowFilterIterator
to determine whether a row should be filtered or not. |
Classes in org.knime.base.node.preproc.filter.row.rowfilter used by org.knime.base.node.preproc.sample | |
---|---|
EndOfTableException
Used by RowFilter s to tell that no more rows will fulfill their
criteria and the
RowFilterTable iterator can
flag the end of table. |
|
IncludeFromNowOn
An exception thrown by a row filter to indicate that the current and all following rows from now on are to be included into the result table. |
|
RowFilter
Used by the RowFilterIterator
to determine whether a row should be filtered or not. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |