跳转至
Apache Sedona 1.9.0 已正式发布,新增 Spark 4.1 支持、proj4sedona 坐标系转换、Bing Tile 函数等众多特性!

ST_BingTileZoomLevel

Introduction: Returns the zoom level of the Bing Tile identified by the given quadkey.

Format: ST_BingTileZoomLevel(quadKey: String)

Return type: Integer

Since: v1.9.0

Example:

SELECT ST_BingTileZoomLevel('213')

Output:

3

ST_BingTileZoomLevel