Skip to content
🎉 Apache Sedona 1.8.1 is now available! Check out the new features and improvements.

ST_Touches

Introduction: Return true if A touches B

Format: ST_Touches (A: Geometry, B: Geometry)

Since: v1.5.0

Example:

SELECT ST_Touches(ST_GeomFromWKT('LINESTRING(0 0,1 1,0 2)'), ST_GeomFromWKT('POINT(0 2)'))

Output:

true