refactor: do some internal refactor.
This commit is contained in:
parent
e5e817ae55
commit
f4f2774100
|
@ -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
Loading…
Reference in New Issue