risingwave_frontend::expr

Function push_down_not

source
pub fn push_down_not(expr: ExprImpl) -> ExprImpl
Expand description

Expand Type::Not expressions. e.g. Not(A And B) will become (Not A) Or (Not B)