mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 04:44:19 +08:00
(fix)(headless) fix filter for measure (#626)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -21,6 +21,10 @@ public class Measure {
|
||||
|
||||
private Integer isCreateMetric = 0;
|
||||
|
||||
private String constraint;
|
||||
|
||||
private String alias;
|
||||
|
||||
public Measure(String name, String bizName, String agg, Integer isCreateMetric) {
|
||||
this.name = name;
|
||||
this.agg = agg;
|
||||
|
||||
Reference in New Issue
Block a user