Function datafusion::prelude::uncombine_filter
source · [−]pub fn uncombine_filter(filter: Expr) -> Vec<Expr, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Take combined filter (multiple boolean expressions ANDed together)
and break down into distinct filters. This should be the inverse of
combine_filters