Function datafusion_optimizer::utils::verify_not_disjunction
source · Expand description
Recursively scans a slice of expressions for any Or operators
Arguments
predicates- the expressions to scan
Return value
A PlanError if a disjunction is found