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.

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.

Input Ports

Icon
Any input table. Each iteration will process one part of this table.

Output Ports

Icon
The current part of the input table.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.