Skip to content
πŸŽ‰ Apache Sedona 1.9.1 is out now! πŸ—ΊοΈ Geography SQL functions, Box2D & Box3D types, raster Python UDFs & more. Read the release notes β†’

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

Example:

SELECT ST_BingTileX('213')

Output:

3

ST_BingTileX