Title here
Summary here
The BatchTransformation let you transform batches of ingoing data.
The normal RowTransformation
will execute custom code for every processed row. Sometimes it can be beneficial not only to process every row, but batches of incoming. For this purpose you can use the BatchTransformation.
Note
BlockTransformation
The BatchTransformation
has an input buffer and an output buffer. It will block execution until the buffer size is equal the batch size, or the source component has completed.