“6e607a0fa1cefbf0388dac86c84debf4781cec48”上不存在“configs/git@gitcode.net:weixin_41840029/PaddleOCR.git”
提交 cc0b4d5b 编写于 作者: C Cary Xu

minimize the code changes

上级 8007cc55
...@@ -205,6 +205,9 @@ static FORCE_INLINE void tscAppendMemRowColValEx(SMemRow row, const void *value, ...@@ -205,6 +205,9 @@ static FORCE_INLINE void tscAppendMemRowColValEx(SMemRow row, const void *value,
int8_t colType, int32_t toffset, int32_t *dataLen, int32_t *kvLen, int8_t colType, int32_t toffset, int32_t *dataLen, int32_t *kvLen,
uint8_t compareStat) { uint8_t compareStat) {
tdAppendMemRowColVal(row, value, isCopyVarData, colId, colType, toffset); tdAppendMemRowColVal(row, value, isCopyVarData, colId, colType, toffset);
if (compareStat == ROW_COMPARE_NEED) {
tdGetColAppendDeltaLen(value, colType, dataLen, kvLen);
}
} }
typedef struct STableDataBlocks { typedef struct STableDataBlocks {
SName tableName; SName tableName;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册