mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #38592 from ClibMouse/PR_38549_updates
Updated Geo Functions Index.md
This commit is contained in:
commit
384603a656
@ -20,57 +20,57 @@ sidebar_position: 62
|
||||
|
||||
## H3 Indexes Functions
|
||||
|
||||
- [h3IsValid](./h3#h3IsValid)
|
||||
- [h3GetResolution](./h3#h3GetResolution)
|
||||
- [h3EdgeAngle](./h3#h3EdgeAngle)
|
||||
- [h3EdgeLengthM](./h3#h3EdgeLengthM)
|
||||
- [h3EdgeLengthKm] (./h3#h3EdgeLengthKm)
|
||||
- [geoToH3](./h3#geoToH3)
|
||||
- [h3ToGeo](./h3#h3ToGeo)
|
||||
- [h3ToGeoBoundary](./h3#h3ToGeoBoundary)
|
||||
- [h3kRing](./h3#h3kRing)
|
||||
- [h3GetBaseCell](./h3#h3GetBaseCell)
|
||||
- [h3HexAreaM2](./h3#h3HexAreaM2)
|
||||
- [h3HexAreaKm2](./h3#h3HexAreaKm2)
|
||||
- [h3IndexesAreNeighbors](./h3#h3IndexesAreNeighbors)
|
||||
- [h3ToChildren](./h3#h3ToChildren)
|
||||
- [h3ToParent](./h3#h3ToParent)
|
||||
- [h3ToString](./h3#h3ToString)
|
||||
- [stringToH3](./h3#stringToH3)
|
||||
- [h3GetResolution](./h3#h3GetResolution)
|
||||
- [h3IsResClassIII](./h3#h3IsResClassIII)
|
||||
- [h3IsPentagon](./h3#h3IsPentagon)
|
||||
- [h3GetFaces](./h3#h3GetFaces)
|
||||
- [h3CellAreaM2](./h3#h3CellAreaM2)
|
||||
- [h3CellAreaRads2](./h3#h3CellAreaRads2)
|
||||
- [h3ToCenterChild](./h3#h3ToCenterChild)
|
||||
- [h3ExactEdgeLengthM](./h3#h3ExactEdgeLengthM)
|
||||
- [h3ExactEdgeLengthKm](./h3#h3ExactEdgeLengthKm)
|
||||
- [h3ExactEdgeLengthRads](./h3#h3ExactEdgeLengthRads)
|
||||
- [h3NumHexagons](./h3#h3NumHexagons)
|
||||
- [h3Line](./h3#h3Line)
|
||||
- [h3Distance](./h3#h3Distance)
|
||||
- [h3HexRing](./h3#h3HexRing)
|
||||
- [h3GetUnidirectionalEdge](./h3#h3GetUnidirectionalEdge)
|
||||
- [h3UnidirectionalEdgeIsValid](./h3#h3UnidirectionalEdgeIsValid)
|
||||
- [h3GetOriginIndexFromUnidirectionalEdge](./h3#h3GetOriginIndexFromUnidirectionalEdge)
|
||||
- [h3GetDestinationIndexFromUnidirectionalEdge](./h3#h3GetDestinationIndexFromUnidirectionalEdge)
|
||||
- [h3GetIndexesFromUnidirectionalEdge](./h3#h3GetIndexesFromUnidirectionalEdge)
|
||||
- [h3GetUnidirectionalEdgesFromHexagon](./h3#h3GetUnidirectionalEdgesFromHexagon)
|
||||
- [h3GetUnidirectionalEdgeBoundary](./h3#h3GetUnidirectionalEdgeBoundary)
|
||||
- [h3IsValid](./h3.md#h3IsValid)
|
||||
- [h3GetResolution](./h3.md#h3GetResolution)
|
||||
- [h3EdgeAngle](./h3.md#h3EdgeAngle)
|
||||
- [h3EdgeLengthM](./h3.md#h3EdgeLengthM)
|
||||
- [h3EdgeLengthKm](./h3.md#h3EdgeLengthKm)
|
||||
- [geoToH3](./h3.md#geoToH3)
|
||||
- [h3ToGeo](./h3.md#h3ToGeo)
|
||||
- [h3ToGeoBoundary](./h3.md#h3ToGeoBoundary)
|
||||
- [h3kRing](./h3.md#h3kRing)
|
||||
- [h3GetBaseCell](./h3.md#h3GetBaseCell)
|
||||
- [h3HexAreaM2](./h3.md#h3HexAreaM2)
|
||||
- [h3HexAreaKm2](./h3.md#h3HexAreaKm2)
|
||||
- [h3IndexesAreNeighbors](./h3.md#h3IndexesAreNeighbors)
|
||||
- [h3ToChildren](./h3.md#h3ToChildren)
|
||||
- [h3ToParent](./h3.md#h3ToParent)
|
||||
- [h3ToString](./h3.md#h3ToString)
|
||||
- [stringToH3](./h3.md#stringToH3)
|
||||
- [h3GetResolution](./h3.md#h3GetResolution)
|
||||
- [h3IsResClassIII](./h3.md#h3IsResClassIII)
|
||||
- [h3IsPentagon](./h3.md#h3IsPentagon)
|
||||
- [h3GetFaces](./h3.md#h3GetFaces)
|
||||
- [h3CellAreaM2](./h3.md#h3CellAreaM2)
|
||||
- [h3CellAreaRads2](./h3.md#h3CellAreaRads2)
|
||||
- [h3ToCenterChild](./h3.md#h3ToCenterChild)
|
||||
- [h3ExactEdgeLengthM](./h3.md#h3ExactEdgeLengthM)
|
||||
- [h3ExactEdgeLengthKm](./h3.md#h3ExactEdgeLengthKm)
|
||||
- [h3ExactEdgeLengthRads](./h3.md#h3ExactEdgeLengthRads)
|
||||
- [h3NumHexagons](./h3.md#h3NumHexagons)
|
||||
- [h3Line](./h3.md#h3Line)
|
||||
- [h3Distance](./h3.md#h3Distance)
|
||||
- [h3HexRing](./h3.md#h3HexRing)
|
||||
- [h3GetUnidirectionalEdge](./h3.md#h3GetUnidirectionalEdge)
|
||||
- [h3UnidirectionalEdgeIsValid](./h3.md#h3UnidirectionalEdgeIsValid)
|
||||
- [h3GetOriginIndexFromUnidirectionalEdge](./h3.md#h3GetOriginIndexFromUnidirectionalEdge)
|
||||
- [h3GetDestinationIndexFromUnidirectionalEdge](./h3.md#h3GetDestinationIndexFromUnidirectionalEdge)
|
||||
- [h3GetIndexesFromUnidirectionalEdge](./h3.md#h3GetIndexesFromUnidirectionalEdge)
|
||||
- [h3GetUnidirectionalEdgesFromHexagon](./h3.md#h3GetUnidirectionalEdgesFromHexagon)
|
||||
- [h3GetUnidirectionalEdgeBoundary](./h3.md#h3GetUnidirectionalEdgeBoundary)
|
||||
|
||||
## S2 Index Functions
|
||||
|
||||
- [geoToS2](./s2#geoToS2)
|
||||
- [s2ToGeo](./s2#s2ToGeo)
|
||||
- [s2GetNeighbors](./s2#s2GetNeighbors)
|
||||
- [s2CellsIntersect](./s2#s2CellsIntersect)
|
||||
- [s2CapContains](./s2#s2CapContains)
|
||||
- [s2CapUnion](./s2#s2CapUnion)
|
||||
- [s2RectAdd](./s2#s2RectAdd)
|
||||
- [s2RectContains](./s2#s2RectContains)
|
||||
- [s2RectUinion](./s2#s2RectUinion)
|
||||
- [s2RectIntersection](./s2#s2RectIntersection)
|
||||
- [geoToS2](./s2.md#geoToS2)
|
||||
- [s2ToGeo](./s2.md#s2ToGeo)
|
||||
- [s2GetNeighbors](./s2.md#s2GetNeighbors)
|
||||
- [s2CellsIntersect](./s2.md#s2CellsIntersect)
|
||||
- [s2CapContains](./s2.md#s2CapContains)
|
||||
- [s2CapUnion](./s2.md#s2CapUnion)
|
||||
- [s2RectAdd](./s2.md#s2RectAdd)
|
||||
- [s2RectContains](./s2.md#s2RectContains)
|
||||
- [s2RectUinion](./s2.md#s2RectUinion)
|
||||
- [s2RectIntersection](./s2.md#s2RectIntersection)
|
||||
|
||||
|
||||
[Original article](https://clickhouse.com/docs/en/sql-reference/functions/geo/) <!--hide-->
|
||||
|
Loading…
Reference in New Issue
Block a user