Skip to content

feat: add ST_Relate(geometry, geometry, text) boolean variant#739

Closed
Mehak3010 wants to merge 28 commits into
apache:mainfrom
Mehak3010:feat/st-relate-boolean
Closed

feat: add ST_Relate(geometry, geometry, text) boolean variant#739
Mehak3010 wants to merge 28 commits into
apache:mainfrom
Mehak3010:feat/st-relate-boolean

Conversation

@Mehak3010
Copy link
Copy Markdown
Contributor

Adds the boolean overload of ST_Relate:

boolean ST_Relate(geometry geomA, geometry geomB, text intersectionMatrixPattern)

This allows checking if two geometries satisfy a given DE-9IM pattern, complementing the existing text-returning variant.

Uses GEOS relate_pattern
Includes tests for pattern matching and null handling
Registered separately as st_relatepattern to avoid conflicts

mehakarora3010-dotcom and others added 28 commits March 10, 2026 20:19
Co-authored-by: Peter Nguyen <petern0408@gmail.com>
@Mehak3010 Mehak3010 closed this Mar 28, 2026
@Mehak3010 Mehak3010 deleted the feat/st-relate-boolean branch March 28, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants