1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-523 fix a comment

This commit is contained in:
David Hall
2017-08-02 12:14:13 -05:00
parent f428cdc371
commit 9c302b15ec

View File

@ -376,8 +376,8 @@ private:
int64_t fRowCnt; // The number of rows involved in this aggregate.
WF_FRAME fStartFrame; // Is set to default to start, then modified by the actual frame in the call
WF_FRAME fEndFrame; // Is set to default to start, then modified by the actual frame in the call
int32_t fStartConstant; // for start frame WFPRECEEDOMG or WF_FOLLOWING
int32_t fEndConstant; // for end frame WFPRECEEDOMG or WF_FOLLOWING
int32_t fStartConstant; // for start frame WF_PRECEEDIMG or WF_FOLLOWING
int32_t fEndConstant; // for end frame WF_PRECEEDIMG or WF_FOLLOWING
std::string functionName;
mcsv1sdk::mcsv1_UDAF* func;