Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add bindings for boolean type Expr variants. This includes any Expr variants that can be distilled into a single boolean expression for evaluation. Ex: IsNull
Describe the solution you'd like
Python bindings for all boolean expr types located in the Python expr
module and likely in the same file named bool_expr.rs
since they all share such similar logic.
Describe alternatives you've considered
None
Additional context
None