| 3310 | } // end of json_object_grp |
| 3311 | |
| 3312 | void json_object_grp_clear(UDF_INIT *initid, uchar *, uchar *) |
| 3313 | { |
| 3314 | PGLOBAL g = (PGLOBAL)initid->ptr; |
| 3315 | |
| 3316 | PlugSubSet(g->Sarea, g->Sarea_Size); |
| 3317 | g->Activityp = (PACTIVITY)JsonNew(g, TYPE_JOB); |
| 3318 | g->N = GetJsonGroupSize(); |
| 3319 | } // end of json_object_grp_clear |
| 3320 | |
| 3321 | void json_object_grp_deinit(UDF_INIT* initid) |
| 3322 | { |
nothing calls this directly
no test coverage detected