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

Method get_data_size

sql/spatial.cc:1077–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075/***************************** Point *******************************/
1076
1077uint32 Gis_point::get_data_size() const
1078{
1079 return no_data(m_data, POINT_DATA_SIZE) ? GET_SIZE_ERROR : POINT_DATA_SIZE;
1080}
1081
1082
1083bool Gis_point::init_from_wkt(Gis_read_stream *trs, String *wkb)

Callers 10

store_shapesMethod · 0.45
geom_lengthMethod · 0.45
is_closedMethod · 0.45
shapes_validMethod · 0.45
geometry_nMethod · 0.45
dimensionMethod · 0.45
write_data_bodyMethod · 0.45
bytes_generatedMethod · 0.45

Calls 2

uint4korrFunction · 0.85
set_data_ptrMethod · 0.80

Tested by

no test coverage detected