|
|
|
@ -76,12 +76,13 @@ public class TdEngineConstants {
|
|
|
|
|
*/
|
|
|
|
|
public static final List<String> ABNDON_FUNCTION_IDENTIFIERS = Arrays.asList("ts","value1","type");
|
|
|
|
|
|
|
|
|
|
public static final String DEFAULT_FIRST_FIELD_NAME_DISPLAY = "时间";//timestamp格式首字段的显示名称
|
|
|
|
|
public static final Map<String, String> DEVICE_DATA_COLUMN_MAP = new HashMap<String, String>();
|
|
|
|
|
|
|
|
|
|
static {
|
|
|
|
|
DEVICE_DATA_COLUMN_MAP.put(ST_TAG_DEVICECODE, "设备编号");
|
|
|
|
|
DEVICE_DATA_COLUMN_MAP.put(ST_TAG_DEVICENAME, "设备名称");
|
|
|
|
|
DEVICE_DATA_COLUMN_MAP.put(DEFAULT_FIRST_FIELD_NAME, "时间");
|
|
|
|
|
DEVICE_DATA_COLUMN_MAP.put(DEFAULT_FIRST_FIELD_NAME, DEFAULT_FIRST_FIELD_NAME_DISPLAY);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|