From 3d80f399b38059dbb69d7863493b5e1ba2fbd2fd Mon Sep 17 00:00:00 2001 From: chenzizhan Date: Wed, 16 Oct 2024 16:01:04 +0800 Subject: fieldstat_hll_add_fields with fields ** --- include/fieldstat/fieldstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h index b539ab8..f177ffb 100644 --- a/include/fieldstat/fieldstat.h +++ b/include/fieldstat/fieldstat.h @@ -151,7 +151,7 @@ int fieldstat_hll_add(struct fieldstat *instance, int cube_id, int metric_id, co * @param item_len: the length of the field. * @return Error codes. */ -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); /* -- cgit v1.2.3