You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-1793 remove commented experimental code
This commit is contained in:
@ -709,12 +709,6 @@ void WF_udaf::operator()(int64_t b, int64_t e, int64_t c)
|
||||
uint64_t colOut = fFieldIndex[0];
|
||||
bool isNull = false;
|
||||
|
||||
// Initialize result to NULL. If no values are found, NULL is the result.
|
||||
// if (getContext().getRunFlag(mcsv1sdk::UDAF_DEFAULT_NULL))
|
||||
// {
|
||||
// getNullValueAny(fValOut, getContext().getResultType(), getContext().getColWidth());
|
||||
// }
|
||||
|
||||
if ((fFrameUnit == WF__FRAME_ROWS) ||
|
||||
(fPrev == -1) ||
|
||||
(!fPeer->operator()(getPointer(fRowData->at(c)), getPointer(fRowData->at(fPrev)))))
|
||||
|
Reference in New Issue
Block a user