Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ create_point
Function
create_point
sql/spatial.cc:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
static Geometry *create_point(char *buffer)
257
{
258
return new (buffer) Gis_point;
259
}
260
261
static Geometry *create_linestring(char *buffer)
262
{
Callers
5
start_point
Method · 0.70
end_point
Method · 0.70
point_n
Method · 0.70
centroid
Method · 0.70
val_str
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected