Expand description
Util record batch stream wrapper that can perform precise filter.
Structs§
- An inplace expr evaluator for simple filter. Only support
Functions§
- Evaluate the predicate on the input RecordBatch, and return a new RecordBatch. Copy from datafusion::physical_plan::src::filter.rs