Searched refs:targetColumnList (Results 1 – 2 of 2) sorted by relevance
1614 List *targetColumnList = pull_vars_of_level((Node *) targetEntryList, 0); in SubqueryPushdownMultiNodeTree() local1616 List *columnList = list_concat(targetColumnList, havingClauseColumnList); in SubqueryPushdownMultiNodeTree()
1849 List *targetColumnList = baserel->reltarget->exprs; in ColumnList() local1851 List *targetColumnList = baserel->reltargetlist; in ColumnList() local1861 foreach(targetColumnCell, targetColumnList) in ColumnList()