(improvement)(headless) Divide dimensions into four types: identify, category, time and partition time (#1509)

Co-authored-by: lxwcodemonkey
This commit is contained in:
LXW
2024-08-03 23:56:29 +08:00
committed by GitHub
parent a9232fa1c7
commit 97bf8049d7
9 changed files with 55 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
package com.tencent.supersonic.common.pojo;
public class DimensionConstants {
public static final String DIMENSION_TIME_FORMAT = "time_format";
public static final String DIMENSION_TYPE = "dimension_type";
}