[improvement][headless]Add ANY agg operator and remove table name from bizName of field. (#2028)
Some checks failed
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled

This commit is contained in:
Jun Zhang
2025-02-02 19:43:43 +08:00
committed by GitHub
parent 0417f12324
commit ef161fe1f2
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
package com.tencent.supersonic.common.pojo.enums;
public enum AggOperatorEnum {
ANY("ANY"),
MAX("MAX"),
MIN("MIN"),