mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
[improvement][headless]Rename METRIC query type enum to AGGREGATE.
This commit is contained in:
@@ -2,9 +2,9 @@ package com.tencent.supersonic.common.pojo.enums;
|
||||
|
||||
/** Enumerate query types supported by SuperSonic. */
|
||||
public enum QueryType {
|
||||
/** queries with metric calculation (optionally slice and dice by dimensions) */
|
||||
METRIC,
|
||||
/** queries with tag-based entity targeting */
|
||||
/** queries with aggregation (optionally slice and dice by dimensions) */
|
||||
AGGREGATE,
|
||||
/** queries with field selection */
|
||||
DETAIL,
|
||||
/** queries with ID-based entity selection */
|
||||
ID;
|
||||
|
||||
Reference in New Issue
Block a user