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 2113 of file parsenodes.h.

Field Documentation

◆ agg_filter

Node* JsonAggConstructor::agg_filter

Definition at line 2117 of file parsenodes.h.

◆ agg_order

List* JsonAggConstructor::agg_order

Definition at line 2118 of file parsenodes.h.

◆ location

ParseLoc JsonAggConstructor::location

Definition at line 2120 of file parsenodes.h.

◆ output

JsonOutput* JsonAggConstructor::output

Definition at line 2116 of file parsenodes.h.

◆ over

struct WindowDef* JsonAggConstructor::over

Definition at line 2119 of file parsenodes.h.

◆ type

NodeTag JsonAggConstructor::type

Definition at line 2115 of file parsenodes.h.


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