Function datafusion::prelude::combine_filters_disjunctive
source · [−]Expand description
Combines an array of filter expressions into a single filter expression consisting of the input filter expressions joined with logical OR. Returns None if the filters array is empty.