Merge remote-tracking branch 'origin/feature/3.0_wxy' into feature/qnode
This commit is contained in:
commit
545824555f
|
@ -21,8 +21,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include "os.h"
|
||||
#include "executor.h"
|
||||
#include "executorimpl.h"
|
||||
#include "thash.h"
|
||||
|
||||
#define DS_BUF_LOW 1
|
||||
#define DS_BUF_FULL 2
|
||||
|
@ -39,7 +38,7 @@ typedef struct SDataSinkMgtCfg {
|
|||
int32_t dsDataSinkMgtInit(SDataSinkMgtCfg *cfg);
|
||||
|
||||
typedef struct SInputData {
|
||||
const SSDataBlock* pData;
|
||||
const struct SSDataBlock* pData;
|
||||
SHashObj* pTableRetrieveTsMap;
|
||||
} SInputData;
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "tcompression.h"
|
||||
#include "tglobal.h"
|
||||
#include "tqueue.h"
|
||||
#include "executorimpl.h"
|
||||
|
||||
#define DATA_META_LENGTH(tables) (sizeof(int32_t) + sizeof(STableIdInfo) * taosHashGetSize(tables) + sizeof(SRetrieveTableRsp))
|
||||
|
||||
|
|
Loading…
Reference in New Issue