| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
utils.autonode.AutoNode --+
|
ADQLNode --+
|
ColumnBearingNode --+
|
object --+ |
| |
TransparentMixin --+
|
SetOperationNode
A node containing a set expression. This is UNION, INTERSECT, or EXCEPT. In all cases, we need to check all contributing sub-expressions have compatible degree. For now, in violation of SQL1992, we require identical names on all operands -- sql92 in 7.10 says [if column names are unequal], the <column name> of the i-th column of TR is implementation-dependent and different from the <column name> of any column, other than itself, of any table referenced by any <table reference> contained in the SQL-statement. Yikes. These collapse to keep things simple in the typical case.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
yields all relation names mentioned in this node.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |