PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonAggConstructor Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonOutputoutput
 
Nodeagg_filter
 
Listagg_order
 
struct WindowDefover
 
ParseLoc location
 

Detailed Description

Definition at line 2172 of file parsenodes.h.

Field Documentation

◆ agg_filter

Node* JsonAggConstructor::agg_filter

Definition at line 2176 of file parsenodes.h.

◆ agg_order

List* JsonAggConstructor::agg_order

Definition at line 2177 of file parsenodes.h.

◆ location

ParseLoc JsonAggConstructor::location

Definition at line 2179 of file parsenodes.h.

◆ output

JsonOutput* JsonAggConstructor::output

Definition at line 2175 of file parsenodes.h.

◆ over

struct WindowDef* JsonAggConstructor::over

Definition at line 2178 of file parsenodes.h.

◆ type

NodeTag JsonAggConstructor::type

Definition at line 2174 of file parsenodes.h.


The documentation for this struct was generated from the following file: