The ST_RELATE() function was introduced in MariaDB 10.1.2
ST_Relate(g1, g2, i)
Returns true if Geometry g1
is spatially related to Geometryg2
by testing for intersections between the interior, boundary and exterior of the two geometries as specified by the values in intersection matrix pattern i
.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/st_relate/