fn validate_base_expr_shape(expr: &PartitionExpr) -> boolExpand description
Validates that base_expr stays within the range-only split contract.
Scope and intent:
- The split utility only handles interval-style partition predicates.
base_exprmay mention multiple columns, but it must remain a pureANDtree of atomic range predicates.