Skip to main content

Module geo_functions

Module geo_functions 

Source
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, None if unrecognized (caller falls through).