diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index 5fa5186479d43021994c4c4c4f481e181045fb96..a28171502e92d091d4e87d9fc2220c2716b493bc 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -758,7 +758,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; @@ -10106,4 +10106,4 @@ bool queryReadOverCB(void* param) { return true; } return false; -} \ No newline at end of file +}