Skip to content

Commit d2c6216

Browse files
SNOW-2371712: Add support for geospatial functions (part 5) (#3817)
1 parent 5d868ff commit d2c6216

3 files changed

Lines changed: 336 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@
9393
- `st_asewkt`
9494
- `st_asgeojson`
9595
- `st_aswkb`
96+
- `st_aswkt`
97+
- `st_azimuth`
98+
- `st_buffer`
99+
- `st_centroid`
100+
- `st_collect`
101+
- `st_contains`
102+
- `st_coveredby`
103+
- `st_covers`
104+
- `st_difference`
105+
- `st_dimension`
96106

97107
#### Bug Fixes
98108

docs/source/snowpark/functions.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,16 @@ Functions
440440
st_asewkt
441441
st_asgeojson
442442
st_aswkb
443+
st_aswkt
444+
st_azimuth
445+
st_buffer
446+
st_centroid
447+
st_collect
448+
st_contains
449+
st_coveredby
450+
st_covers
451+
st_difference
452+
st_dimension
443453
substr
444454
substring
445455
sum

0 commit comments

Comments
 (0)