fix: fix sma filter for scalar mode
This commit is contained in:
parent
754dbb8aff
commit
9c91c35649
|
@ -3246,6 +3246,10 @@ _return:
|
|||
}
|
||||
|
||||
bool filterRangeExecute(SFilterInfo *info, SColumnDataAgg *pDataStatis, int32_t numOfCols, int32_t numOfRows) {
|
||||
if (info->scalarMode) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (FILTER_EMPTY_RES(info)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue