Chunk Loop Start
Chunking loop start, each iteration processes another
(consecutive) chunk of rows. The chunking can be set as either a
fixed number of chunks (which is equal to the number of iterations)
or a fixed number of rows per chunk/iteration.
Dialog Options
- Rows per chunk
-
Set the number of rows per iteration/chunk. The number of iterations
is calculated as the row count of the input table divided by this value.
Set the value to 1 in order to implement a streaming approach, that is,
one row at a time.
- No. of chunks
-
Set the number of iterations/chunks. The number of rows per chunk
is calculated as the the row count of the input table divided by
this value.
Ports
Input Ports
0 |
Any input table. Each iteration will process one part of this table. |
Output Ports
0 |
The current part of the input table. |
This node is contained in KNIME Base Nodes
provided by KNIME GmbH, Konstanz, Germany.