true if A and B share any portion of space (including a single boundary point), and false if they are fully disjoint.
Edges are interpreted as great-circle arcs, so the test is correct even when geographies cross the antimeridian or wrap around the poles — situations where a planar ST_Intersects would be wrong.
Signatures
Parameters
Geography
required
The first geography.
Geography
required
The second geography.
Return type
true if A and B intersect.
