[td-225]fix compiler error.

This commit is contained in:
Haojun Liao 2021-06-21 17:44:09 +08:00
parent 5a9dbf41d4
commit 1dd0c56d87
1 changed files with 0 additions and 4 deletions

View File

@ -2670,10 +2670,6 @@ static void date_col_output_function(SQLFunctionCtx *pCtx) {
*(int64_t *)(pCtx->pOutput) = pCtx->startTs;
}
static FORCE_INLINE void date_col_output_function_f(SQLFunctionCtx *pCtx, int32_t index) {
date_col_output_function(pCtx);
}
static void col_project_function(SQLFunctionCtx *pCtx) {
// the number of output rows should not affect the final number of rows, so set it to be 0
if (pCtx->numOfParams == 2) {