mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
[improvement][headless]Add ANY agg operator and remove table name from bizName of field. (#2028)
This commit is contained in:
@@ -15,7 +15,7 @@ public class ColumnSchema {
|
||||
|
||||
private FieldType filedType;
|
||||
|
||||
private AggOperatorEnum agg = AggOperatorEnum.SUM;
|
||||
private AggOperatorEnum agg = AggOperatorEnum.ANY;
|
||||
|
||||
private String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user