pub fn expr_list_eq_strict_order(
    list1: &[Arc<dyn PhysicalExpr>],
    list2: &[Arc<dyn PhysicalExpr>]
) -> bool
Expand description

Strictly compare the two expr lists are equal in the given order.