MCPcopy 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
256static Geometry *create_point(char *buffer)
257{
258 return new (buffer) Gis_point;
259}
260
261static Geometry *create_linestring(char *buffer)
262{

Callers 5

start_pointMethod · 0.70
end_pointMethod · 0.70
point_nMethod · 0.70
centroidMethod · 0.70
val_strMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected