Home
last modified time | relevance | path

Searched refs:top_union (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dtable_factor_syntax-t.cc53 EXPECT_EQ(nullptr, top_union->outer_select()); in test_table_factor_syntax()
67 EXPECT_EQ(top_union, term2->master_unit()); in test_table_factor_syntax()
91 SELECT_LEX_UNIT *top_union = term->master_unit(); in TEST_F() local
93 EXPECT_EQ(term, top_union->first_select()); in TEST_F()
109 SELECT_LEX_UNIT *top_union = term->master_unit(); in TEST_F() local
111 EXPECT_EQ(term, top_union->first_select()); in TEST_F()
134 EXPECT_EQ(block, top_union->first_select()); in TEST_F()
170 SELECT_LEX_UNIT *top_union = term->master_unit(); in TEST_F() local
172 EXPECT_EQ(term, top_union->first_select()); in TEST_F()
180 EXPECT_EQ(term, top_union->first_select()); in TEST_F()
[all …]
H A Dunion_syntax-t.cc50 SELECT_LEX_UNIT *top_union = term1->master_unit(); in test_union_syntax() local
51 EXPECT_EQ(nullptr, top_union->outer_select()); in test_union_syntax()
65 EXPECT_EQ(top_union, term2->master_unit()); in test_union_syntax()
74 SELECT_LEX_UNIT *top_union = term1->master_unit(); in test_ignored_trailing_limit_on_query_term() local
76 EXPECT_EQ(4, top_union->fake_select_lex->select_limit->val_int()); in test_ignored_trailing_limit_on_query_term()
78 EXPECT_EQ(nullptr, top_union->outer_select()); in test_ignored_trailing_limit_on_query_term()
99 SELECT_LEX_UNIT *top_union = top->master_unit(); in TEST_F() local
102 EXPECT_EQ(top, top_union->first_select()); in TEST_F()
H A Dsubquery_syntax-t.cc40 SELECT_LEX_UNIT *top_union = term->master_unit(); in TEST_F() local
41 EXPECT_EQ(nullptr, top_union->outer_select()); in TEST_F()
H A Dinto_syntax-t.cc40 SELECT_LEX_UNIT *top_union = term->master_unit(); in TEST_F() local
41 EXPECT_EQ(nullptr, top_union->outer_select()); in TEST_F()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union, in plan_union_children() argument
882 List *pending_rels = list_make1(top_union); in plan_union_children()
898 if (op->op == top_union->op && in plan_union_children()
899 (op->all == top_union->all || op->all) && in plan_union_children()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
921 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union, in plan_union_children() argument
882 List *pending_rels = list_make1(top_union); in plan_union_children()
898 if (op->op == top_union->op && in plan_union_children()
899 (op->all == top_union->all || op->all) && in plan_union_children()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
921 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union, in plan_union_children() argument
882 List *pending_rels = list_make1(top_union); in plan_union_children()
898 if (op->op == top_union->op && in plan_union_children()
899 (op->all == top_union->all || op->all) && in plan_union_children()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
921 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union, in plan_union_children() argument
882 List *pending_rels = list_make1(top_union); in plan_union_children()
898 if (op->op == top_union->op && in plan_union_children()
899 (op->all == top_union->all || op->all) && in plan_union_children()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
921 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union, in plan_union_children() argument
882 List *pending_rels = list_make1(top_union); in plan_union_children()
898 if (op->op == top_union->op && in plan_union_children()
899 (op->all == top_union->all || op->all) && in plan_union_children()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
921 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union, in plan_union_children() argument
882 List *pending_rels = list_make1(top_union); in plan_union_children()
898 if (op->op == top_union->op && in plan_union_children()
899 (op->all == top_union->all || op->all) && in plan_union_children()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
921 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
878 SetOperationStmt *top_union,
882 List *pending_rels = list_make1(top_union);
898 if (op->op == top_union->op &&
899 (op->all == top_union->all || op->all) &&
900 equal(op->colTypes, top_union->colTypes))
920 top_union->colTypes,
921 top_union->colCollations,
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union, in plan_union_children() argument
878 List *pending_rels = list_make1(top_union); in plan_union_children()
894 if (op->op == top_union->op && in plan_union_children()
895 (op->all == top_union->all || op->all) && in plan_union_children()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
917 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union, in plan_union_children() argument
878 List *pending_rels = list_make1(top_union); in plan_union_children()
894 if (op->op == top_union->op && in plan_union_children()
895 (op->all == top_union->all || op->all) && in plan_union_children()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
917 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union, in plan_union_children() argument
878 List *pending_rels = list_make1(top_union); in plan_union_children()
894 if (op->op == top_union->op && in plan_union_children()
895 (op->all == top_union->all || op->all) && in plan_union_children()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
917 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union, in plan_union_children() argument
878 List *pending_rels = list_make1(top_union); in plan_union_children()
894 if (op->op == top_union->op && in plan_union_children()
895 (op->all == top_union->all || op->all) && in plan_union_children()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
917 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union, in plan_union_children() argument
878 List *pending_rels = list_make1(top_union); in plan_union_children()
894 if (op->op == top_union->op && in plan_union_children()
895 (op->all == top_union->all || op->all) && in plan_union_children()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
917 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union,
878 List *pending_rels = list_make1(top_union);
894 if (op->op == top_union->op &&
895 (op->all == top_union->all || op->all) &&
896 equal(op->colTypes, top_union->colTypes))
916 top_union->colTypes,
917 top_union->colCollations,
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
874 SetOperationStmt *top_union, in plan_union_children() argument
878 List *pending_rels = list_make1(top_union); in plan_union_children()
894 if (op->op == top_union->op && in plan_union_children()
895 (op->all == top_union->all || op->all) && in plan_union_children()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
917 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c66 SetOperationStmt *top_union,
877 SetOperationStmt *top_union, in plan_union_children() argument
881 List *pending_rels = list_make1(top_union); in plan_union_children()
897 if (op->op == top_union->op && in plan_union_children()
898 (op->all == top_union->all || op->all) && in plan_union_children()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
920 top_union->colCollations, in plan_union_children()

12