Expand description
DomainBound comparison + bbox intersection.
DomainBound is PartialOrd only because Float64 carries NaN; in
practice TileMBR::dim_mins/maxs are produced by the MBR builder
and never contain NaN. We treat any non-Some(Ordering) from
partial_cmp as “not less than” — conservative, never prunes a
valid tile.
Structs§
- DimPredicate
- MbrQuery
Predicate - Per-dim closed-interval predicate the caller supplies to query the
tree.
Noneon either side means “unbounded”.
Functions§
- lt_
bound - Strict less-than for two
DomainBounds.falseif not comparable.