Skip to content
#

bigdata

Here are 1,563 public repositories matching this topic...

Aries-Lee1991
Aries-Lee1991 commented Nov 16, 2021

https://github.com/taosdata/TDengine/blob/develop/src/query/src/qAggMain.c

Passing argument pList of type tValuePair ** and argument 8 /* sizeof (tValuePair **) */ to function taosheapsort is suspicious. In this case, sizeof (tValuePair **) is equal to sizeof (tValuePair *), but this is not a portable assumption.

![image](https://user-images.githubusercontent.com/48907085/141933524-4f3ebf60-

Improve this page

Add a description, image, and links to the bigdata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bigdata topic, visit your repo's landing page and select "manage topics."

Learn more