Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ start_point
Method
start_point
sql/spatial.cc:1708–1712 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1706
1707
1708
int Gis_line_string::start_point(String *result) const
1709
{
1710
/* +4 is for skipping over number of points */
1711
return create_point(result, m_data + 4);
1712
}
1713
1714
1715
int Gis_line_string::end_point(String *result) const
Callers
1
val_str
Method · 0.45
Calls
1
create_point
Function · 0.70
Tested by
no test coverage detected