PostgreSQL Source Code  git master
JsonAggConstructor Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonOutputoutput
 
Nodeagg_filter
 
Listagg_order
 
struct WindowDefover
 
ParseLoc location
 

Detailed Description

Definition at line 1967 of file parsenodes.h.

Field Documentation

◆ agg_filter

Node* JsonAggConstructor::agg_filter

◆ agg_order

◆ location

ParseLoc JsonAggConstructor::location

◆ output

◆ over

struct WindowDef* JsonAggConstructor::over

◆ type

NodeTag JsonAggConstructor::type

Definition at line 1969 of file parsenodes.h.


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