Empty geometries and Mutable arrays #258
-
The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the (warranted) confusion here is between "invalid/null/missing", "valid but empty", and "valid and non-empty" geometries. Most geospatial tools don't have a separate validity buffer, but Arrow does, which allows us to have a rich understanding of the data. I think of the three as:
|
Beta Was this translation helpful? Give feedback.
I think the (warranted) confusion here is between "invalid/null/missing", "valid but empty", and "valid and non-empty" geometries. Most geospatial tools don't have a separate validity buffer, but Arrow does, which allows us to have a rich understanding of the data.
I think of the three as:
POINT EMPTY
in WKT. The operation didn't fail... the geometry isn't missing... it returned with an empty result.