Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.autonode.AutoNode --+ | ADQLNode --+ | ColumnBearingNode --+ | object --+ | | | TransparentMixin --+ | SetOperationNode --+ | SelectQuery
A complete query excluding CTEs.
The main ugly thing here is the set limit; the querySpecification has max of the limits of the children, if existing, otherwise to None.
Other than that, we hand through attribute access to our first child.
If there is a set expression on the top level, this will have a complex structure; the first-child thing still ought to work since after annotation we'll have errored out if set operator arguments aren't reasonably congurent.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from Inherited from |
Class Variables | |
type =
hash(x) |
|
Inherited from |
Properties | |
Inherited from |
Method Details |
|
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 |