#include "os.h"#include "taosmsg.h"typedefstructSDataStatis{int16_tcolId;int64_tsum;int64_tmax;int64_tmin;int16_tmaxIndex;int16_tminIndex;int16_tnumOfNull;}SDataStatis;typedefstructSColumnInfoEx{SColumnInfoinfo;void*pData;// the corresponding block data in memory}SColumnInfoEx;