From 105fece68917e092f4c05131ca947bd5b3aec032 Mon Sep 17 00:00:00 2001 From: chenzizhan Date: Wed, 3 Jul 2024 15:02:29 +0800 Subject: divide metric into manifest and data; cube.c --- include/fieldstat/fieldstat.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h index be78ab4..a6101a8 100644 --- a/include/fieldstat/fieldstat.h +++ b/include/fieldstat/fieldstat.h @@ -215,13 +215,6 @@ struct fieldstat_tag_list *fieldstat_get_shared_tags(const struct fieldstat *ins */ int fieldstat_find_cube(const struct fieldstat *instance, const struct fieldstat_tag *shared_tags, size_t n_shared_tags); -/* - return FS_ERR_NULL_HANDLER, FS_ERR_INVALID_CUBE_ID if fail. - When return OK, mode == COMPREHENSIVE, primary_metric_id == -1. - When return OK, mode == TOPK, primary_metric_id >= 0. -*/ -int fieldstat_get_cube_mode(const struct fieldstat *instance, int cube_id, enum sampling_mode *mode, int *primary_metric_id); - /* get the cell numbers in a cube. Return FS_ERR_INVALID_CUBE_ID if cube_id is invalid. */ -- cgit v1.2.3