#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | funcname |
List * | args |
List * | agg_order |
bool | agg_star |
bool | agg_distinct |
bool | func_variadic |
struct WindowDef * | over |
int | location |
Definition at line 289 of file parsenodes.h.
Definition at line 296 of file parsenodes.h.
Referenced by transformColumnDefinition(), and transformFuncCall().
Definition at line 294 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), transformColumnDefinition(), and transformFuncCall().
Definition at line 295 of file parsenodes.h.
Referenced by transformColumnDefinition(), and transformFuncCall().
Definition at line 293 of file parsenodes.h.
Referenced by exprLocation(), raw_expression_tree_walker(), transformColumnDefinition(), and transformFuncCall().
Definition at line 297 of file parsenodes.h.
Referenced by transformColumnDefinition(), and transformFuncCall().
Definition at line 292 of file parsenodes.h.
Referenced by transformColumnDefinition(), and transformFuncCall().
Definition at line 299 of file parsenodes.h.
Referenced by exprLocation(), transformColumnDefinition(), and transformFuncCall().
struct WindowDef* FuncCall::over |
Definition at line 298 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), transformColumnDefinition(), and transformFuncCall().
Definition at line 291 of file parsenodes.h.