Home
last modified time | relevance | path

Searched refs:RowExpr (Results 1 – 25 of 1157) sorted by relevance

12345678910>>...47

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr, in transformAExprDistinct()
999 (RowExpr *) rexpr, in transformAExprDistinct()
1186 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1187 IsA(rexpr, RowExpr)) in transformAExprIn()
1398 RowExpr *rexpr; in transformMultiAssignRef()
1516 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2079 RowExpr *newr; in transformRowExpr()
2083 newr = makeNode(RowExpr); in transformRowExpr()
2548 RowExpr *rowexpr; in transformWholeRowRef()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr, in transformAExprDistinct()
999 (RowExpr *) rexpr, in transformAExprDistinct()
1186 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1187 IsA(rexpr, RowExpr)) in transformAExprIn()
1398 RowExpr *rexpr; in transformMultiAssignRef()
1516 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2079 RowExpr *newr; in transformRowExpr()
2083 newr = makeNode(RowExpr); in transformRowExpr()
2548 RowExpr *rowexpr; in transformWholeRowRef()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr, in transformAExprDistinct()
999 (RowExpr *) rexpr, in transformAExprDistinct()
1186 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1187 IsA(rexpr, RowExpr)) in transformAExprIn()
1398 RowExpr *rexpr; in transformMultiAssignRef()
1516 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2079 RowExpr *newr; in transformRowExpr()
2083 newr = makeNode(RowExpr); in transformRowExpr()
2548 RowExpr *rowexpr; in transformWholeRowRef()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr, in transformAExprDistinct()
999 (RowExpr *) rexpr, in transformAExprDistinct()
1186 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1187 IsA(rexpr, RowExpr)) in transformAExprIn()
1398 RowExpr *rexpr; in transformMultiAssignRef()
1516 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2079 RowExpr *newr; in transformRowExpr()
2083 newr = makeNode(RowExpr); in transformRowExpr()
2548 RowExpr *rowexpr; in transformWholeRowRef()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr,
999 (RowExpr *) rexpr,
1186 if (IsA(lexpr, RowExpr) &&
1187 IsA(rexpr, RowExpr))
1398 RowExpr *rexpr;
1516 if (IsA(tle->expr, RowExpr))
2079 RowExpr *newr;
2083 newr = makeNode(RowExpr);
2548 RowExpr *rowexpr;
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr,
999 (RowExpr *) rexpr,
1186 if (IsA(lexpr, RowExpr) &&
1187 IsA(rexpr, RowExpr))
1398 RowExpr *rexpr;
1516 if (IsA(tle->expr, RowExpr))
2079 RowExpr *newr;
2083 newr = makeNode(RowExpr);
2548 RowExpr *rowexpr;
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c80 RowExpr *lrow, RowExpr *rrow, int location);
998 (RowExpr *) lexpr, in transformAExprDistinct()
999 (RowExpr *) rexpr, in transformAExprDistinct()
1186 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1187 IsA(rexpr, RowExpr)) in transformAExprIn()
1398 RowExpr *rexpr; in transformMultiAssignRef()
1516 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2079 RowExpr *newr; in transformRowExpr()
2083 newr = makeNode(RowExpr); in transformRowExpr()
2548 RowExpr *rowexpr; in transformWholeRowRef()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1024 (RowExpr *) lexpr, in transformAExprDistinct()
1025 (RowExpr *) rexpr, in transformAExprDistinct()
1264 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1265 IsA(rexpr, RowExpr)) in transformAExprIn()
1492 RowExpr *rexpr; in transformMultiAssignRef()
1610 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2177 RowExpr *newr; in transformRowExpr()
2182 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1016 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1020 (RowExpr *) lexpr, in transformAExprDistinct()
1021 (RowExpr *) rexpr, in transformAExprDistinct()
1260 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1261 IsA(rexpr, RowExpr)) in transformAExprIn()
1487 RowExpr *rexpr; in transformMultiAssignRef()
1605 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2168 RowExpr *newr; in transformRowExpr()
2173 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1024 (RowExpr *) lexpr, in transformAExprDistinct()
1025 (RowExpr *) rexpr, in transformAExprDistinct()
1264 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1265 IsA(rexpr, RowExpr)) in transformAExprIn()
1492 RowExpr *rexpr; in transformMultiAssignRef()
1610 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2177 RowExpr *newr; in transformRowExpr()
2182 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1024 (RowExpr *) lexpr, in transformAExprDistinct()
1025 (RowExpr *) rexpr, in transformAExprDistinct()
1264 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1265 IsA(rexpr, RowExpr)) in transformAExprIn()
1492 RowExpr *rexpr; in transformMultiAssignRef()
1610 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2177 RowExpr *newr; in transformRowExpr()
2182 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1024 (RowExpr *) lexpr, in transformAExprDistinct()
1025 (RowExpr *) rexpr, in transformAExprDistinct()
1264 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1265 IsA(rexpr, RowExpr)) in transformAExprIn()
1492 RowExpr *rexpr; in transformMultiAssignRef()
1610 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2177 RowExpr *newr; in transformRowExpr()
2182 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr))
1024 (RowExpr *) lexpr,
1025 (RowExpr *) rexpr,
1264 if (IsA(lexpr, RowExpr) &&
1265 IsA(rexpr, RowExpr))
1492 RowExpr *rexpr;
1610 if (IsA(tle->expr, RowExpr))
2177 RowExpr *newr;
2182 newr = makeNode(RowExpr);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1024 (RowExpr *) lexpr, in transformAExprDistinct()
1025 (RowExpr *) rexpr, in transformAExprDistinct()
1264 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1265 IsA(rexpr, RowExpr)) in transformAExprIn()
1492 RowExpr *rexpr; in transformMultiAssignRef()
1610 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2177 RowExpr *newr; in transformRowExpr()
2182 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c127 RowExpr *lrow, RowExpr *rrow, int location);
1020 rexpr && IsA(rexpr, RowExpr))
1024 (RowExpr *) lexpr,
1025 (RowExpr *) rexpr,
1264 if (IsA(lexpr, RowExpr) &&
1265 IsA(rexpr, RowExpr))
1492 RowExpr *rexpr;
1610 if (IsA(tle->expr, RowExpr))
2177 RowExpr *newr;
2182 newr = makeNode(RowExpr);
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_parser_parse_expr.c112 static Node *transformRowExpr(ParseState *pstate, RowExpr *r, bool allowDefault);
130 RowExpr *lrow, RowExpr *rrow, int location);
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_parser_parse_expr.c112 static Node *transformRowExpr(ParseState *pstate, RowExpr *r, bool allowDefault);
130 RowExpr *lrow, RowExpr *rrow, int location);
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c126 RowExpr *lrow, RowExpr *rrow, int location);
1099 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1103 (RowExpr *) lexpr, in transformAExprDistinct()
1104 (RowExpr *) rexpr, in transformAExprDistinct()
1343 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1344 IsA(rexpr, RowExpr)) in transformAExprIn()
1571 RowExpr *rexpr; in transformMultiAssignRef()
1689 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2265 RowExpr *newr; in transformRowExpr()
2269 newr = makeNode(RowExpr); in transformRowExpr()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/parser/
H A Dparse_expr.c126 RowExpr *lrow, RowExpr *rrow, int location);
1099 rexpr && IsA(rexpr, RowExpr)) in transformAExprDistinct()
1103 (RowExpr *) lexpr, in transformAExprDistinct()
1104 (RowExpr *) rexpr, in transformAExprDistinct()
1343 if (IsA(lexpr, RowExpr) && in transformAExprIn()
1344 IsA(rexpr, RowExpr)) in transformAExprIn()
1571 RowExpr *rexpr; in transformMultiAssignRef()
1689 if (IsA(tle->expr, RowExpr)) in transformMultiAssignRef()
2265 RowExpr *newr; in transformRowExpr()
2269 newr = makeNode(RowExpr); in transformRowExpr()
[all …]

12345678910>>...47