feature/qnode
This commit is contained in:
parent
e0faac42c4
commit
712137ba18
|
@ -25,9 +25,17 @@ extern "C" {
|
||||||
|
|
||||||
typedef struct SFilterInfo SFilterInfo;
|
typedef struct SFilterInfo SFilterInfo;
|
||||||
|
|
||||||
|
/*
|
||||||
|
pNode will be freed in API;
|
||||||
|
*pRes need to freed in caller
|
||||||
|
*/
|
||||||
int32_t scalarCalculateConstants(SNode *pNode, SNode **pRes);
|
int32_t scalarCalculateConstants(SNode *pNode, SNode **pRes);
|
||||||
|
|
||||||
|
/*
|
||||||
|
pDst need to freed in caller
|
||||||
|
*/
|
||||||
int32_t scalarCalculate(SNode *pNode, SArray *pBlockList, SScalarParam *pDst);
|
int32_t scalarCalculate(SNode *pNode, SArray *pBlockList, SScalarParam *pDst);
|
||||||
|
|
||||||
int32_t scalarGetOperatorParamNum(EOperatorType type);
|
int32_t scalarGetOperatorParamNum(EOperatorType type);
|
||||||
int32_t scalarGenerateSetFromList(void **data, void *pNode, uint32_t type);
|
int32_t scalarGenerateSetFromList(void **data, void *pNode, uint32_t type);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue