| 3239 | } // end of json_array_grp |
| 3240 | |
| 3241 | void json_array_grp_clear(UDF_INIT *initid, uchar *, uchar *) |
| 3242 | { |
| 3243 | PGLOBAL g = (PGLOBAL)initid->ptr; |
| 3244 | |
| 3245 | PlugSubSet(g->Sarea, g->Sarea_Size); |
| 3246 | g->Activityp = (PACTIVITY)JsonNew(g, TYPE_JAR); |
| 3247 | g->N = GetJsonGroupSize(); |
| 3248 | } // end of json_array_grp_clear |
| 3249 | |
| 3250 | void json_array_grp_deinit(UDF_INIT* initid) |
| 3251 | { |
nothing calls this directly
no test coverage detected