diff options
| author | chenzizhan <[email protected]> | 2024-07-03 15:02:29 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-03 15:02:29 +0800 |
| commit | 105fece68917e092f4c05131ca947bd5b3aec032 (patch) | |
| tree | 78b1596c646c94a2ba83a569ca2a5caad45db83a /include/fieldstat | |
| parent | 7b00d668900c2418b79d2a6b4136ff2940e2338a (diff) | |
divide metric into manifest and data; cube.c
Diffstat (limited to 'include/fieldstat')
| -rw-r--r-- | include/fieldstat/fieldstat.h | 7 |
1 files changed, 0 insertions, 7 deletions
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. */ |
