MCPcopy 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
1708int 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
1715int Gis_line_string::end_point(String *result) const

Callers 1

val_strMethod · 0.45

Calls 1

create_pointFunction · 0.70

Tested by

no test coverage detected