Chunk Loop Start

When starting a loop with this node, each iteration processes a (consecutive) chunk of rows. The chunking can be set as either a fixed number of chunks or a fixed number of rows per chunk.

Options

Mode
Select if the chunking is based on a fixed number of rows per chunk or a fixed number of chunks.
Rows per chunk
Set the number of rows per chunk. The number of iterations is the row count of the input table divided by this value. To implement a streaming approach with one row at a time, set this value to 1.
Number of chunks
Set the number of chunks. The number of rows per chunk is 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.