Merge pull request #23882 from taosdata/revert/TD-27277
revert nodes func
This commit is contained in:
commit
215dbeaa3d
|
@ -414,8 +414,7 @@ typedef enum ENodeType {
|
||||||
QUERY_NODE_PHYSICAL_PLAN_STREAM_EVENT,
|
QUERY_NODE_PHYSICAL_PLAN_STREAM_EVENT,
|
||||||
QUERY_NODE_PHYSICAL_PLAN_HASH_JOIN,
|
QUERY_NODE_PHYSICAL_PLAN_HASH_JOIN,
|
||||||
QUERY_NODE_PHYSICAL_PLAN_GROUP_CACHE,
|
QUERY_NODE_PHYSICAL_PLAN_GROUP_CACHE,
|
||||||
QUERY_NODE_PHYSICAL_PLAN_DYN_QUERY_CTRL,
|
QUERY_NODE_PHYSICAL_PLAN_DYN_QUERY_CTRL
|
||||||
QUERY_NODE_END
|
|
||||||
} ENodeType;
|
} ENodeType;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -110,7 +110,6 @@ int64_t nodesMakeAllocatorWeakRef(int64_t allocatorId);
|
||||||
int64_t nodesReleaseAllocatorWeakRef(int64_t allocatorId);
|
int64_t nodesReleaseAllocatorWeakRef(int64_t allocatorId);
|
||||||
void nodesDestroyAllocator(int64_t allocatorId);
|
void nodesDestroyAllocator(int64_t allocatorId);
|
||||||
|
|
||||||
int32_t getNodeSize(ENodeType type);
|
|
||||||
SNode* nodesMakeNode(ENodeType type);
|
SNode* nodesMakeNode(ENodeType type);
|
||||||
void nodesDestroyNode(SNode* pNode);
|
void nodesDestroyNode(SNode* pNode);
|
||||||
void nodesFree(void* p);
|
void nodesFree(void* p);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue