Commits


Jorge C. Leitao authored and Andy Grove committed 6b3df45324f
ARROW-9990: [Rust] [DataFusion] Fixed the NOT operator This PR is built on top of #8182 This PR fixes the operator NOT, that currently cannot be logically planned. It was also an operator that was considered a Binary, even though it accepts only a single argument. Closes #8183 from jorgecarleitao/fix_not Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andy Grove <andygrove@nvidia.com>