HHH-13083 Add support for st_makeenvelope in PostGIS dialect
https://postgis.net/docs/ST_MakeEnvelope.html
This commit is contained in:
parent
dc89e7199d
commit
89e36cf0e7
|
@ -45,6 +45,11 @@ class PostgisFunctions extends SpatialFunctionsRegistry {
|
||||||
"st_envelope"
|
"st_envelope"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
put(
|
||||||
|
"makeenvelope", new StandardSQLFunction(
|
||||||
|
"st_makeenvelope"
|
||||||
|
)
|
||||||
|
);
|
||||||
put(
|
put(
|
||||||
"astext", new StandardSQLFunction(
|
"astext", new StandardSQLFunction(
|
||||||
"st_astext",
|
"st_astext",
|
||||||
|
|
Loading…
Reference in New Issue