mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-17 03:34:18 +08:00
(improvement)(semantic) perfect dsl permission (#161)
This commit is contained in:
@@ -14,6 +14,7 @@ public class QueryDataReq {
|
||||
private Set<SchemaElement> metrics = new HashSet<>();
|
||||
private Set<SchemaElement> dimensions = new HashSet<>();
|
||||
private Set<QueryFilter> dimensionFilters = new HashSet<>();
|
||||
private Set<QueryFilter> metricFilters = new HashSet<>();
|
||||
private DateConf dateInfo;
|
||||
private Long queryId = 7L;
|
||||
private Integer parseId = 2;
|
||||
|
||||
Reference in New Issue
Block a user