Module datafusion_physical_expr::utils
source · Functions
Compare the two expr lists are equal no matter the order.
For example two InListExpr can be considered to be equals no matter the order:
Strictly compare the two expr lists are equal in the given order.
Strictly compare the two sort expr lists in the given order.