more code

This commit is contained in:
Hongze Cheng 2024-02-28 13:53:07 +08:00
parent 1903a7a981
commit 0f7e4fead0
1 changed files with 0 additions and 1 deletions

View File

@ -450,7 +450,6 @@ typedef enum ELogicConditionType {
#define TSDB_MAX_VARBINARY_LEN TSDB_MAX_FIELD_LEN // 16384-8:65519
#define PRIMARYKEY_TIMESTAMP_COL_ID 1
#define PRIMARYKEY_COL_ID 2 // for another primary key column in addition to timestamp
#define COL_REACH_END(colId, maxColId) ((colId) > (maxColId))
#ifdef WINDOWS