Skip to content

Commit ba88e86

Browse files
authored
SQL lang functions in postgis (#8374)
1 parent 3f63a02 commit ba88e86

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ydb/library/yql/parser/pg_catalog/postgis_procs.h

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"box3d_out",
99
"brin_summarize_new_values",
1010
"bytea",
11+
"checkauth",
12+
"dropgeometrytable",
1113
"geography",
1214
"geography_cmp",
1315
"geography_distance_knn",
@@ -63,6 +65,7 @@
6365
"gidx_out",
6466
"json",
6567
"jsonb",
68+
"lockrow",
6669
"pgis_asflatgeobuf_finalfn",
6770
"pgis_asflatgeobuf_transfn",
6871
"pgis_asgeobuf_finalfn",
@@ -91,6 +94,7 @@
9194
"_postgis_selectivity",
9295
"_postgis_stats",
9396
"postgis_transform_geometry",
97+
"postgis_type_name",
9498
"spheroid_in",
9599
"spheroid_out",
96100
"st_3dclosestpoint",
@@ -126,6 +130,7 @@
126130
"st_astext",
127131
"st_astwkb",
128132
"_st_asx3d",
133+
"st_asx3d",
129134
"st_azimuth",
130135
"_st_bestsrid",
131136
"st_boundary",
@@ -174,19 +179,22 @@
174179
"st_force4d",
175180
"st_forcecollection",
176181
"st_forcecurve",
182+
"st_forcepolygonccw",
177183
"st_forcepolygoncw",
178184
"st_forcerhr",
179185
"st_frechetdistance",
180186
"st_generatepoints",
181187
"st_geogfromtext",
182188
"st_geographyfromtext",
183189
"st_geohash",
190+
"st_geomcollfromwkb",
184191
"st_geometricmedian",
185192
"st_geometryfromtext",
186193
"st_geometryn",
187194
"st_geometrytype",
188195
"st_geomfromewkb",
189196
"st_geomfromewkt",
197+
"st_geomfromgeohash",
190198
"st_geomfromgeojson",
191199
"_st_geomfromgml",
192200
"st_geomfromgml",
@@ -231,6 +239,7 @@
231239
"st_locatebetween",
232240
"st_locatebetweenelevations",
233241
"_st_longestline",
242+
"st_longestline",
234243
"st_m",
235244
"st_makebox2d",
236245
"st_makeenvelope",
@@ -239,24 +248,30 @@
239248
"st_makepolygon",
240249
"st_makevalid",
241250
"_st_maxdistance",
251+
"st_maxdistance",
242252
"st_maximuminscribedcircle",
243253
"st_memsize",
244254
"st_minimumboundingcircle",
245255
"st_minimumboundingradius",
246256
"st_minimumclearance",
247257
"st_minimumclearanceline",
258+
"st_mlinefromwkb",
259+
"st_mpointfromwkb",
260+
"st_mpolyfromwkb",
248261
"st_multi",
249262
"st_ndims",
250263
"st_normalize",
251264
"st_npoints",
252265
"st_nrings",
253266
"st_numgeometries",
254267
"st_numinteriorrings",
268+
"st_numpatches",
255269
"st_numpoints",
256270
"st_offsetcurve",
257271
"st_orderingequals",
258272
"st_orientedenvelope",
259273
"st_overlaps",
274+
"st_patchn",
260275
"st_perimeter",
261276
"st_perimeter2d",
262277
"st_point",
@@ -267,6 +282,8 @@
267282
"st_points",
268283
"st_pointz",
269284
"st_pointzm",
285+
"st_polyfromtext",
286+
"st_polygonfromtext",
270287
"st_project",
271288
"st_quantizecoordinates",
272289
"st_reduceprecision",
@@ -275,6 +292,10 @@
275292
"st_removepoint",
276293
"st_removerepeatedpoints",
277294
"st_reverse",
295+
"st_rotate",
296+
"st_rotatex",
297+
"st_rotatey",
298+
"st_rotatez",
278299
"st_scale",
279300
"st_scroll",
280301
"st_segmentize",
@@ -301,9 +322,13 @@
301322
"st_tileenvelope",
302323
"st_touches",
303324
"st_transform",
325+
"st_translate",
326+
"st_transscale",
304327
"st_triangulatepolygon",
305328
"st_unaryunion",
306329
"st_union",
330+
"st_voronoilines",
331+
"st_voronoipolygons",
307332
"st_within",
308333
"st_wkbtosql",
309334
"st_x",

0 commit comments

Comments
 (0)