跳转至
🎉 SedonaDB 0.4.0 已正式发布!🗺️ 新增 Python DataFrame API、R dplyr 接口、Geography 支持及 GPU 加速空间连接。阅读发布博客 →

ST_3DDistance

Introduction: Return the 3-dimensional minimum cartesian distance between A and B

ST_3DDistance

Format: ST_3DDistance (A:geometry, B:geometry)

Return type: Double

SQL example:

SELECT ST_3DDistance(polygondf.countyshape, polygondf.countyshape)
FROM polygondf