elasticsearch/docs/reference/esql/functions/description/st_intersects.asciidoc
2024-05-10 14:49:25 -04:00

5 lines
428 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Description*
Returns true if two geometries intersect. They intersect if they have any point in common, including their interior points (points along lines or within polygons). This is the inverse of the <<esql-st_disjoint,ST_DISJOINT>> function. In mathematical terms: ST_Intersects(A, B) ⇔ A ⋂ B ≠ ∅