提交 9b5d78d2 编写于 作者: wmmhello's avatar wmmhello

fix:[TD-20613] add interface for write raw block with some fields

上级 bd84ecc3
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册