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

Function create_queryEnv

src/backend/utils/misc/queryenvironment.c:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42static List* construct_ENRList(QueryEnvironment *queryEnv);
43
44QueryEnvironment *
45create_queryEnv(void)
46{
47 return (QueryEnvironment *) palloc0(sizeof(QueryEnvironment));
48}
49
50/*
51 * Configure the query environment with the given parameters.

Callers 3

standard_ExecutorStartFunction · 0.85
SPI_register_relationFunction · 0.85

Calls 1

palloc0Function · 0.50

Tested by

no test coverage detected