Structsยง
FilterExecutor
filters data with theexpr
. Theexpr
takes a chunk of data, and returns a boolean array on whether each item should be retained. And then,FilterExecutor
will insert, delete or update element into next executor according to the result of the expression.