Home
last modified time | relevance | path

Searched refs:A_Indirection (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/databases/py-pglast/pglast-1.2/docs/
H A Ddml.rst39 .. index:: A_Indirection
43 …Pretty print a `node` of type `A_Indirection <https://github.com/lfittl/libpg_query/blob/d710cb0/s…
46 pair: A_Indirection;A_Star
50 …rc/postgres/include/nodes/parsenodes.h#L367>`__, when it is inside a `A_Indirection <https://githu…
53 pair: A_Indirection;ColumnRef
57 …rc/postgres/include/nodes/parsenodes.h#L231>`__, when it is inside a `A_Indirection <https://githu…
60 pair: A_Indirection;FuncCall
64 …rc/postgres/include/nodes/parsenodes.h#L346>`__, when it is inside a `A_Indirection <https://githu…
67 pair: A_Indirection;String
71 …0cb0/src/postgres/include/nodes/value.h#L42>`__, when it is inside a `A_Indirection <https://githu…
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
159 else if (IsA(res->val, A_Indirection)) in transformTargetList()
161 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
245 else if (IsA(e, A_Indirection)) in transformExpressionList()
247 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1227 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1644 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1720 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1720 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1720 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1720 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1720 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1278 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1702 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in EhcDumpQh()
171 A_Indirection *ind = (A_Indirection *) res->val; in EhcDumpQh()
258 else if (IsA(e, A_Indirection))
260 A_Indirection *ind = (A_Indirection *) e;
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
1720 A_Indirection *ind = (A_Indirection *) node;
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1307 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1722 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_target.c62 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
169 else if (IsA(res->val, A_Indirection)) in transformTargetList()
171 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
258 else if (IsA(e, A_Indirection)) in transformExpressionList()
260 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1306 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1720 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dparse_target.c53 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
161 else if (IsA(res->val, A_Indirection)) in transformTargetList()
163 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
250 else if (IsA(e, A_Indirection)) in transformExpressionList()
252 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1340 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1759 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dparse_target.c53 static List *ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind,
161 else if (IsA(res->val, A_Indirection)) in transformTargetList()
163 A_Indirection *ind = (A_Indirection *) res->val; in transformTargetList()
250 else if (IsA(e, A_Indirection)) in transformExpressionList()
252 A_Indirection *ind = (A_Indirection *) e; in transformExpressionList()
1340 ExpandIndirectionStar(ParseState *pstate, A_Indirection *ind, in ExpandIndirectionStar()
1759 A_Indirection *ind = (A_Indirection *) node; in FigureColnameInternal()

12345678910>>...20