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

Function makeGroupingSet

src/backend/nodes/makefuncs.c:797–806  ·  view source on GitHub ↗

* makeGroupingSet * */

Source from the content-addressed store, hash-verified

795 *
796 */
797GroupingSet *
798makeGroupingSet(GroupingSetKind kind, List *content, int location)
799{
800 GroupingSet *n = makeNode(GroupingSet);
801
802 n->kind = kind;
803 n->content = content;
804 n->location = location;
805 return n;
806}
807
808/*
809 * makeVacuumRelation -

Callers 3

flatten_grouping_setsFunction · 0.85
transformGroupingSetFunction · 0.85
transformGroupClauseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected