| 5093 | } // end of bbin_array_grp_init |
| 5094 | |
| 5095 | void 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 | |
| 5100 | void bbin_array_grp_add(UDF_INIT *initid, UDF_ARGS *args, uchar *a, uchar *b) |
| 5101 | { |
nothing calls this directly
no test coverage detected