提交 bcb3dcc7 编写于 作者: H Haojun Liao

refactor: remove some comments.

上级 6e15719c
...@@ -678,22 +678,19 @@ typedef struct SFillOperatorInfo { ...@@ -678,22 +678,19 @@ typedef struct SFillOperatorInfo {
SExprInfo* pExprInfo; SExprInfo* pExprInfo;
int32_t numOfExpr; int32_t numOfExpr;
SExprSupp noFillExprSupp; SExprSupp noFillExprSupp;
// SExprInfo* noFillExprInfo;
// int32_t numOfNoFillExpr;
} SFillOperatorInfo; } SFillOperatorInfo;
typedef struct SGroupbyOperatorInfo { typedef struct SGroupbyOperatorInfo {
SOptrBasicInfo binfo; SOptrBasicInfo binfo;
SAggSupporter aggSup; SAggSupporter aggSup;
SArray* pGroupCols; // group by columns, SArray<SColumn>
SArray* pGroupCols; // group by columns, SArray<SColumn> SArray* pGroupColVals; // current group column values, SArray<SGroupKeys>
SArray* pGroupColVals; // current group column values, SArray<SGroupKeys> SNode* pCondition;
SNode* pCondition; bool isInit; // denote if current val is initialized or not
bool isInit; // denote if current val is initialized or not char* keyBuf; // group by keys for hash
char* keyBuf; // group by keys for hash int32_t groupKeyLen; // total group by column width
int32_t groupKeyLen; // total group by column width SGroupResInfo groupResInfo;
SGroupResInfo groupResInfo; SExprSupp scalarSup;
SExprSupp scalarSup;
} SGroupbyOperatorInfo; } SGroupbyOperatorInfo;
typedef struct SDataGroupInfo { typedef struct SDataGroupInfo {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册