|
|
vector< unique_ptr< ParsedExpression > > | group_expressions |
| | The total set of all group expressions.
|
| |
|
vector< GroupingSet > | grouping_sets |
| | The different grouping sets as they map to the group expressions.
|
| |
◆ Copy()
17451 {
17452 GroupByNode node;
17455 node.group_expressions.push_back(expr->Copy());
17456 }
17458 return node;
17459 }
vector< unique_ptr< ParsedExpression > > group_expressions
The total set of all group expressions.
Definition duckdb.hpp:17446
vector< GroupingSet > grouping_sets
The different grouping sets as they map to the group expressions.
Definition duckdb.hpp:17448
The documentation for this class was generated from the following file: