Commit Graph

974 Commits

Author SHA1 Message Date
bharatnc
babcf4da3d add docs for h3PointDistRads func 2022-02-13 12:56:43 -08:00
bharatnc
8bb108ea67 add docs for h3PointDistKm 2022-02-13 12:56:42 -08:00
bharatnc
8549bc1d16 docs for h3PointDistM 2022-02-13 12:56:42 -08:00
Nikolay Degterinsky
05b89ee865
Merge pull request #34443 from fanofxiaofeng/patch-3
remove (nearly) duplicated description
2022-02-09 12:41:54 +03:00
靳阳
cad23926aa
remove (nearly) duplicate description
remove (nearly) duplicate description
2022-02-09 16:48:31 +08:00
靳阳
673b874cc4
the name seems to be missing
the `name` seems to be missing
2022-02-09 10:50:53 +08:00
cmsxbc
4d7073ceed
1. generic addressToLine and addressToLineWithInlines, 2. improve addressToLineWithInlines document 2022-01-26 00:20:19 +08:00
cmsxbc
58dd1a2d5c
add function addressToLineWithInlines 2022-01-25 19:13:47 +08:00
Maksim Kita
4100512818
Merge pull request #33621 from bharatnc/ncb/h3-misc-funcs
add h3 misc functions - part 2
2022-01-22 12:20:06 +01:00
alexey-milovidov
8cabd373e1
Merge pull request #32170 from FrankChen021/hex
Allows hex() to work on type of UUID
2022-01-22 13:03:22 +03:00
bharatnc
3342c64110 Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs 2022-01-20 20:21:56 -08:00
mergify[bot]
8e7b26bae0
Merge branch 'master' into ncb/degrees-radians-funcs 2022-01-20 22:30:27 +00:00
Bharat Nallan
adbdc3153a
improvements to tests for h3kRing and h3ToChildren funcs (#33311) 2022-01-20 17:08:13 +03:00
Vladimir C
7156e64ee2
Merge pull request #33360 from RogerYK/feat/bitSlice 2022-01-20 16:20:27 +03:00
bharatnc
0483d14bb9 docs for degrees and radians 2022-01-19 22:18:45 -08:00
alexey-milovidov
6533791592
Merge pull request #33688 from lvkrlv/patch-2
Update h3.md
2022-01-20 06:34:33 +03:00
mergify[bot]
e6d10d8bfb
Merge branch 'master' into fix_doc_tupleHammingDistance 2022-01-19 14:15:32 +00:00
Bharat Nallan
4dd8b65a1c
add h3ToCenterChild function (#33313) 2022-01-19 16:04:23 +03:00
Yohann Jardin
b0de356f4b fix/doc: update output type of tupleHammingDistance 2022-01-19 00:11:28 +01:00
Yohann Jardin
b1a35c934f fix/doc: close code highlight before tuplePlus 2022-01-18 20:38:30 +01:00
frank chen
3391f3f06e Change the order
Signed-off-by: frank chen <frank.chen021@outlook.com>
2022-01-18 14:27:08 +08:00
Maksim Kita
110b39add4 H3 remove functions degsToRads, radsToDegs 2022-01-17 14:42:50 +00:00
Leonid Krylov
a108073065
Update h3.md
Edit h3ToGeo description.
2022-01-16 21:47:43 +03:00
bharatnc
03d9eeec8b docs h3NumHexagons 2022-01-14 00:26:06 -08:00
bharatnc
a175425651 minor fixes to docs 2022-01-13 23:51:09 -08:00
bharatnc
768a6c47b1 docs h3ExactEdgeLengthRads 2022-01-13 23:50:16 -08:00
bharatnc
4a3aef2ecf docs h3ExactEdgeLengthKm 2022-01-13 23:41:32 -08:00
bharatnc
01630aafee docs for h3ExactEdgeLengthM 2022-01-13 22:22:44 -08:00
bharatnc
76e059b8ea docs for h3EdgeLengthKm 2022-01-13 19:19:23 -08:00
RogerYK
0a9ea6a388 Merge remote-tracking branch 'upstream/master' into feat/bitSlice 2022-01-11 23:24:48 +08:00
RogerYK
8707e3bea1 make implementation clear and add more test 2022-01-11 23:22:16 +08:00
bharatnc
e61ef2d3f2 docs for h3CellAreaRads2 2022-01-08 15:23:47 -08:00
bharatnc
924cb5dede docs for h3CellAreaM2 2022-01-08 15:23:46 -08:00
bharatnc
abd2c65106 docs for h3HexAreaKm2 2022-01-08 15:23:46 -08:00
bharatnc
21e18c5b8d docs for h3RadsToDegrees 2022-01-08 15:23:46 -08:00
bharatnc
8b3fad9a61 docs for h3DegsToRads 2022-01-08 15:23:46 -08:00
Maksim Kita
ff645a062a
Merge pull request #33465 from kitaisreal/function-array-last-index
Added function arrayLastIndex
2022-01-08 23:08:04 +03:00
Mojtaba Yaghoobzadeh
72d28e3c0a
Fix returned value
There is a mistake in section "Example for range key dictionary". The returned value is not correct.
2022-01-08 17:46:03 +03:30
Maksim Kita
7d1d1e739f Added documentation 2022-01-08 11:39:05 +03:00
mergify[bot]
905d5be288
Merge branch 'master' into add-decodeURLFormComponent 2022-01-08 01:22:40 +00:00
Denny Crane
0cb9e979ca actualize trailing zeros removal in documentation 2022-01-07 14:53:17 -04:00
alexey-milovidov
140d64f785
Merge pull request #33415 from kitaisreal/function-array-last
Added function arrayLast
2022-01-07 20:37:06 +03:00
Maksim Kita
0cb4c71a53 Function arrayLast added documentation 2022-01-07 19:00:37 +03:00
cmsxbc
37349a9d0f
add function decodeURLFormComponent 2022-01-07 20:51:30 +08:00
tekeri
4e402baa84
Fix typo: command_write_timeout 2022-01-07 14:19:48 +09:00
Denny Crane
466078031d
Update date-time-functions.md 2022-01-04 18:53:01 -04:00
Denny Crane
7261e121dd
Update string-search-functions.md 2022-01-03 16:19:54 -04:00
RogerYK
86db17e70f Add comment and docs 2022-01-03 16:31:11 +08:00
Maksim Kita
8e83f2d154 Updated documentation 2022-01-02 20:02:53 +03:00
Maksim Kita
4f62155b84 UserDefinedExecutableFunction fix documentation 2022-01-02 16:46:11 +03:00