MCPcopy Create free account
hub / github.com/MariaDB/server / area

Method area

sql/spatial.cc:1212–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210
1211
1212int Gis_point::area(double *ar, const char **end) const
1213{
1214 *ar= 0;
1215 *end= m_data+ POINT_DATA_SIZE;
1216 return 0;
1217}
1218
1219
1220int Gis_point::geom_length(double *len, const char **end) const

Callers 2

centroidMethod · 0.45
val_realMethod · 0.45

Calls 3

uint4korrFunction · 0.85
get_pointFunction · 0.85
set_data_ptrMethod · 0.80

Tested by

no test coverage detected