fix:[TD-20613] add interface for write raw block with some fields
This commit is contained in:
parent
bd84ecc361
commit
9b5d78d23d
|
@ -1294,6 +1294,7 @@ int taos_write_raw_block_with_fields(TAOS* taos, int rows, char* pData, const ch
|
|||
|
||||
SRowBuilder rb = {0};
|
||||
tdSRowInit(&rb, pTableMeta->sversion);
|
||||
rb.rowType = TD_ROW_KV;
|
||||
tdSRowSetTpInfo(&rb, numOfCols, fLen);
|
||||
int32_t dataLen = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue