Skip to main content

validate_split_expr_shape

Function validate_split_expr_shape 

Source
fn validate_split_expr_shape(expr: &PartitionExpr) -> bool
Expand description

Validates that split_expr is a single atomic range predicate.

This restriction keeps NOT(split_expr) in the same range-only subset so the resulting left/right branches stay within the supported contract.