Three new simple but useful spatial functions#144703
Three new simple but useful spatial functions#144703craigtaverner wants to merge 11 commits intoelastic:mainfrom
Conversation
* ST_Dimension (topological dimension) as in https://postgis.net/docs/ST_Dimension.html * ST_GeometryType (string name of geometry type) as in https://postgis.net/docs/ST_GeometryType.html * ST_IsEmpty (boolean) as in https://postgis.net/docs/ST_IsEmpty.html
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
|
Hi @craigtaverner, I've created a changelog YAML for you. |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
…asticsearch into three_spatial_functions
Three new simple but useful spatial functions
ST_Dimension(topological dimension)ST_GeometryTypeST_IsEmpty