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

Function GetJsonGroupSize

storage/connect/jsonudf.cpp:1260–1263  ·  view source on GitHub ↗

/ Replaces GetJsonGrpSize not usable when CONNECT is not installed. */ /

Source from the content-addressed store, hash-verified

1258/* Replaces GetJsonGrpSize not usable when CONNECT is not installed. */
1259/*********************************************************************************/
1260uint GetJsonGroupSize(void)
1261{
1262 return (JsonGrpSize) ? JsonGrpSize : GetJsonGrpSize();
1263} // end of GetJsonGroupSize
1264
1265/*********************************************************************************/
1266/* Program for SubSet re-initialization of the memory pool. */

Callers 12

bsonset_grp_sizeFunction · 0.85
bsonget_grp_sizeFunction · 0.85
bson_array_grp_initFunction · 0.85
bson_array_grp_clearFunction · 0.85
bson_object_grp_initFunction · 0.85
bson_object_grp_clearFunction · 0.85
jsonset_grp_sizeFunction · 0.85
jsonget_grp_sizeFunction · 0.85
json_array_grp_initFunction · 0.85
json_array_grp_clearFunction · 0.85
json_object_grp_initFunction · 0.85
json_object_grp_clearFunction · 0.85

Calls 1

GetJsonGrpSizeFunction · 0.85

Tested by

no test coverage detected