pub fn batch_filter( batch: &RecordBatch, predicate: &Arc<dyn PhysicalExpr>, ) -> Result<RecordBatch>