refactor:do some internal refactor.

This commit is contained in:
Haojun Liao 2023-02-20 10:10:40 +08:00
parent 8d187efc18
commit 93f13b27f5
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ typedef struct SBlockOrderInfo {
#define BitmapLen(_n) (((_n) + ((1 << NBIT) - 1)) >> NBIT)
#define colDataGetVarData(p1_, r_) ((p1_)->pData + (p1_)->varmeta.offset[(r_)])
#define colDataGetNumData(p1_, r_) ((p1_)->pData + ((r_) * (p1_)->info.bytes))
// SColumnInfoData, rowNumber
#define colDataGetData(p1_, r_) \