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

Field Documentation

◆ agg_filter

Node* JsonAggConstructor::agg_filter

Definition at line 2059 of file parsenodes.h.

◆ agg_order

List* JsonAggConstructor::agg_order

Definition at line 2060 of file parsenodes.h.

◆ location

ParseLoc JsonAggConstructor::location

Definition at line 2062 of file parsenodes.h.

◆ output

JsonOutput* JsonAggConstructor::output

Definition at line 2058 of file parsenodes.h.

◆ over

struct WindowDef* JsonAggConstructor::over

Definition at line 2061 of file parsenodes.h.

◆ type

NodeTag JsonAggConstructor::type

Definition at line 2057 of file parsenodes.h.


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