From e58c4c3381a3cdf18778008229a2c2864a6106c4 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 6 Nov 2018 10:16:34 -0600 Subject: [PATCH] MCOL-1793 remove commented experimental code --- utils/windowfunction/wf_udaf.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utils/windowfunction/wf_udaf.cpp b/utils/windowfunction/wf_udaf.cpp index ef61ca89e..eabd121db 100644 --- a/utils/windowfunction/wf_udaf.cpp +++ b/utils/windowfunction/wf_udaf.cpp @@ -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)))))