coverage : comment trow.c

This commit is contained in:
Alex Duan 2023-12-21 13:41:49 +08:00
parent cd044137a0
commit b0247f649b
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "trow.h"
#include "tlog.h"
#ifdef BUILD_NO_CALL
const uint8_t tdVTypeByte[2][3] = {{
// 2 bits
TD_VTYPE_NORM_BYTE_II,
@ -1079,3 +1080,4 @@ void tTSRowGetVal(STSRow *pRow, STSchema *pTSchema, int16_t iCol, SColVal *pColV
}
}
}
#endif