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