Skip to content
Apache Sedona 1.9.0 is out now, featuring Spark 4.1 support, proj4sedona CRS transformation, Bing Tile functions, and more!

ST_BingTileX

Introduction: Returns the tile X coordinate of the Bing Tile identified by the given quadkey.

Format: ST_BingTileX(quadKey: String)

Return type: Integer

Since: v1.9.0

SQL Example

SELECT ST_BingTileX('213')

Output:

3

ST_BingTileX