MCPcopy Create free account
hub / github.com/apache/cloudberry / CopyQueryCompletion

Function CopyQueryCompletion

src/include/tcop/cmdtag.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static inline void
44CopyQueryCompletion(QueryCompletion *dst, const QueryCompletion *src)
45{
46 dst->commandTag = src->commandTag;
47 dst->nprocessed = src->nprocessed;
48}
49
50
51extern void InitializeQueryCompletion(QueryCompletion *qc);

Callers 3

PortalRunFunction · 0.85
FillPortalStoreFunction · 0.85
PortalRunMultiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected