Stream Binning Filter
Stream Binning Filter
Description Bins elements from a single stream into separate streams.
Threaded No
Memory Usage Light
Stream Support Yes
Added In 0.3.0

Stream Binning Filter

This simple filter takes a single input and splits the elements from one stream in that filter among multiple streams. You tell it what stream to pick the elements from, then give it a formula for what output stream each element should go into. Note that the value of that formula should not be negative and should not get extremely large as streams will be created for every integer value from zero to the largest value calculated.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License