Structs§
- Filter
Executor Inner FilterExecutorfilters data with theexpr. Theexprtakes a chunk of data, and returns a boolean array on whether each item should be retained. And then,FilterExecutorwill insert, delete or update element into next executor according to the result of the expression.