The ST_IsRing function was introduced in MariaDB 10.1.2
ST_IsRing(g) IsRing(g)
Returns true if a given LINESTRING is a ring, that is, both ST_IsClosed and ST_IsSimple. A simple curve does not pass through the same point more than once. However, see MDEV-7510.
St_IsRing()
and IsRing()
are synonyms.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/st_isring/