diff options
| author | chenzizhan <[email protected]> | 2024-10-16 16:01:04 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-10-16 16:01:04 +0800 |
| commit | 3d80f399b38059dbb69d7863493b5e1ba2fbd2fd (patch) | |
| tree | 363e5d090307e9ea8f9c61db90f86cc7311c45e4 /src/fieldstat.c | |
| parent | 7a81c67ec9534772fc3041a8ba9212f11038627d (diff) | |
fieldstat_hll_add_fields with fields **
Diffstat (limited to 'src/fieldstat.c')
| -rw-r--r-- | src/fieldstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldstat.c b/src/fieldstat.c index 76bd478..d8ecc2f 100644 --- a/src/fieldstat.c +++ b/src/fieldstat.c @@ -191,7 +191,7 @@ int fieldstat_hll_add(struct fieldstat *instance, int cube_id, int metric_id, co } // cppcheck-suppress [constParameterPointer, unmatchedSuppression] -int fieldstat_hll_add_fields(struct fieldstat *instance, int cube_id, int metric_id, const struct field *cell_dimensions, size_t n_dimensions, const struct field *items, size_t n_items) +int fieldstat_hll_add_fields(struct fieldstat *instance, int cube_id, int metric_id, const struct field *cell_dimensions, size_t n_dimensions, const struct field **items, size_t n_items) { struct cube *cube = cube_manager_get_cube_by_id(instance->cube_manager, cube_id); if (cube == NULL) { |
