refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2022-11-24 23:23:05 +08:00
parent e5e817ae55
commit f4f2774100
2 changed files with 529 additions and 772 deletions

View File

@ -551,6 +551,7 @@ int32_t avgFunction(SqlFunctionCtx* pCtx) {
} }
break; break;
} }
case TSDB_DATA_TYPE_FLOAT: { case TSDB_DATA_TYPE_FLOAT: {
const float* plist = (const float*) pCol->pData; const float* plist = (const float*) pCol->pData;

File diff suppressed because it is too large Load Diff