mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(improvement)(headless) Divide dimensions into four types: identify, category, time and partition time (#1509)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user