diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index b886f8f39b43533eb85f52e97916f615ce3ed56a..34e8331d976b757c2c54ba2ee29f41e922b83570 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -796,7 +796,7 @@ static bool resultRowInterpolated(SResultRow* pResult, SResultTsInterpType type) } } -static FORCE_INLINE int32_t getForwardStepsInBlock(int32_t numOfRows, __block_search_fn_t searchFn, TSKEY ekey, int16_t pos, +static FORCE_INLINE int32_t getForwardStepsInBlock(int32_t numOfRows, __block_search_fn_t searchFn, TSKEY ekey, int32_t pos, int16_t order, int64_t *pData) { int32_t forwardStep = 0;