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

Function bbin_array_grp_clear

storage/connect/bsonudf.cpp:5095–5098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5093} // end of bbin_array_grp_init
5094
5095void bbin_array_grp_clear(UDF_INIT *initid, uchar *a, uchar *b)
5096{
5097 bson_array_grp_clear(initid, a, b);
5098} // end of bbin_array_grp_clear
5099
5100void bbin_array_grp_add(UDF_INIT *initid, UDF_ARGS *args, uchar *a, uchar *b)
5101{

Callers

nothing calls this directly

Calls 1

bson_array_grp_clearFunction · 0.85

Tested by

no test coverage detected