Skip to content

Commit a4003fe

Browse files
authored
Update postgis functions from tests (#8133)
1 parent c122675 commit a4003fe

File tree

1 file changed

+69
-2
lines changed

1 file changed

+69
-2
lines changed

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

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,83 @@
77
"box3d_in",
88
"box3d_out",
99
"brin_summarize_new_values",
10+
"bytea",
1011
"geography",
12+
"geography_cmp",
13+
"geography_distance_knn",
14+
"geography_eq",
15+
"geography_ge",
16+
"geography_gt",
1117
"geography_in",
18+
"geography_le",
19+
"geography_lt",
1220
"geography_out",
21+
"geography_overlaps",
1322
"geography_recv",
1423
"geography_send",
1524
"geography_typmod_in",
1625
"geography_typmod_out",
1726
"geometry",
27+
"geometry_above",
28+
"geometry_below",
29+
"geometry_cmp",
30+
"geometry_contains",
31+
"geometry_contains_nd",
32+
"geometry_distance_box",
33+
"geometry_distance_centroid",
34+
"geometry_distance_centroid_nd",
35+
"geometry_distance_cpa",
36+
"geometry_eq",
37+
"geometry_ge",
38+
"geometry_gt",
39+
"geometry_hash",
1840
"geometry_in",
41+
"geometry_le",
42+
"geometry_left",
43+
"geometry_lt",
1944
"geometry_out",
45+
"geometry_overabove",
46+
"geometry_overbelow",
47+
"geometry_overlaps",
48+
"geometry_overlaps_nd",
49+
"geometry_overleft",
50+
"geometry_overright",
2051
"geometry_recv",
52+
"geometry_right",
53+
"geometry_same",
54+
"geometry_same_nd",
2155
"geometry_send",
56+
"geometry_sortsupport",
2257
"geometrytype",
2358
"geometry_typmod_in",
2459
"geometry_typmod_out",
60+
"geometry_within",
61+
"geometry_within_nd",
2562
"gidx_in",
2663
"gidx_out",
64+
"json",
65+
"jsonb",
66+
"pgis_asflatgeobuf_finalfn",
67+
"pgis_asflatgeobuf_transfn",
68+
"pgis_asgeobuf_finalfn",
69+
"pgis_asgeobuf_transfn",
70+
"pgis_asmvt_combinefn",
71+
"pgis_asmvt_deserialfn",
72+
"pgis_asmvt_finalfn",
73+
"pgis_asmvt_serialfn",
74+
"pgis_asmvt_transfn",
75+
"pgis_geometry_accum_transfn",
76+
"pgis_geometry_clusterintersecting_finalfn",
77+
"pgis_geometry_clusterwithin_finalfn",
78+
"pgis_geometry_collect_finalfn",
79+
"pgis_geometry_coverageunion_finalfn",
80+
"pgis_geometry_makeline_finalfn",
81+
"pgis_geometry_polygonize_finalfn",
82+
"pgis_geometry_union_parallel_combinefn",
83+
"pgis_geometry_union_parallel_deserialfn",
84+
"pgis_geometry_union_parallel_finalfn",
85+
"pgis_geometry_union_parallel_serialfn",
86+
"pgis_geometry_union_parallel_transfn",
2787
"postgis_addbbox",
2888
"postgis_dropbbox",
2989
"_postgis_index_extent",
@@ -63,16 +123,20 @@
63123
"st_astext",
64124
"st_astwkb",
65125
"st_azimuth",
126+
"_st_bestsrid",
66127
"st_boundary",
128+
"st_boundingdiagonal",
67129
"st_box2dfromgeohash",
68130
"st_buffer",
69131
"st_buildarea",
70132
"st_centroid",
71133
"st_chaikinsmoothing",
134+
"st_clipbybox2d",
72135
"st_closestpoint",
73136
"st_closestpointofapproach",
74137
"st_collect",
75138
"st_collectionextract",
139+
"st_combinebbox",
76140
"st_contains",
77141
"st_containsproperly",
78142
"st_convexhull",
@@ -135,6 +199,7 @@
135199
"st_intersects",
136200
"st_isclosed",
137201
"st_iscollection",
202+
"st_isempty",
138203
"st_ispolygonccw",
139204
"st_ispolygoncw",
140205
"st_isring",
@@ -163,7 +228,6 @@
163228
"st_m",
164229
"st_makebox2d",
165230
"st_makeenvelope",
166-
"st_makeline",
167231
"st_makepoint",
168232
"st_makepointm",
169233
"st_makepolygon",
@@ -196,7 +260,6 @@
196260
"st_points",
197261
"st_pointz",
198262
"st_pointzm",
199-
"st_polygonize",
200263
"st_project",
201264
"st_quantizecoordinates",
202265
"st_reduceprecision",
@@ -237,5 +300,9 @@
237300
"st_within",
238301
"st_wkbtosql",
239302
"st_x",
303+
"st_xmax",
304+
"st_xmin",
240305
"st_y",
306+
"st_ymax",
307+
"st_ymin",
241308
"st_z",

0 commit comments

Comments
 (0)