PostgreSQL Source Code  git master
SetOp Struct Reference

#include <plannodes.h>

Public Member Functions

AttrNumber *dupColIdx pg_node_attr (array_size(numCols))
 
Oid *dupOperators pg_node_attr (array_size(numCols))
 
Oid *dupCollations pg_node_attr (array_size(numCols))
 

Data Fields

Plan plan
 
SetOpCmd cmd
 
SetOpStrategy strategy
 
int numCols
 
AttrNumber flagColIdx
 
int firstFlag
 
long numGroups
 

Detailed Description

Definition at line 1217 of file plannodes.h.

Member Function Documentation

◆ pg_node_attr() [1/3]

AttrNumber* dupColIdx SetOp::pg_node_attr ( array_size(numCols )

◆ pg_node_attr() [2/3]

Oid* dupOperators SetOp::pg_node_attr ( array_size(numCols )

◆ pg_node_attr() [3/3]

Oid* dupCollations SetOp::pg_node_attr ( array_size(numCols )

Field Documentation

◆ cmd

SetOpCmd SetOp::cmd

Definition at line 1222 of file plannodes.h.

Referenced by make_setop(), set_output_count(), and setop_fill_hash_table().

◆ firstFlag

int SetOp::firstFlag

Definition at line 1241 of file plannodes.h.

Referenced by make_setop(), and setop_fill_hash_table().

◆ flagColIdx

AttrNumber SetOp::flagColIdx

Definition at line 1238 of file plannodes.h.

Referenced by fetch_tuple_flag(), and make_setop().

◆ numCols

int SetOp::numCols

Definition at line 1228 of file plannodes.h.

Referenced by build_hash_table(), ExecInitSetOp(), and make_setop().

◆ numGroups

long SetOp::numGroups

Definition at line 1244 of file plannodes.h.

Referenced by build_hash_table(), and make_setop().

◆ plan

Plan SetOp::plan

Definition at line 1219 of file plannodes.h.

Referenced by make_setop().

◆ strategy

SetOpStrategy SetOp::strategy

Definition at line 1225 of file plannodes.h.

Referenced by build_hash_table(), ExecInitSetOp(), ExecSetOp(), and make_setop().


The documentation for this struct was generated from the following file: