reformat
This commit is contained in:
parent
fb5189834d
commit
540be24bd3
|
@ -256,10 +256,10 @@ typedef struct {
|
|||
STagCol tagCols[];
|
||||
} STagRow;
|
||||
|
||||
|
||||
#define tagColSize(r) (sizeof(STagCol) + r.colLen)
|
||||
|
||||
int tdSetTagCol(SDataRow row, void *value, int16_t len, int8_t type, int16_t colId); //insert tag value and update all the information
|
||||
int tdSetTagCol(SDataRow row, void *value, int16_t len, int8_t type,
|
||||
int16_t colId); // insert tag value and update all the information
|
||||
int tdDeleteTagCol(SDataRow row, int16_t colId); // delete tag value and update all the information
|
||||
void * tdQueryTagByID(SDataRow row, int16_t colId, int16_t *type); // if find tag, 0, else return -1;
|
||||
int tdAppendTagColVal(SDataRow row, void *value, int8_t type, int32_t bytes, int16_t colId);
|
||||
|
|
Loading…
Reference in New Issue