Expand description
Geospatial SQL function evaluation.
All ST_* predicates, geometry operations, and geo_* utility functions.
Called from functions::eval_function for any geo-prefixed or ST_-prefixed name.
Functions§
- eval_
geo_ function - Try to evaluate a geo/spatial function. Returns
Some(result)if the function name matched,Noneif unrecognized (caller falls through).