Skip to main content

is_atomic_range_expr

Function is_atomic_range_expr 

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

Returns whether expr is an atomic column op value range predicate.

Supported operators are limited to <, <=, >, and >=.