the inherited-members feature works very poorly
and inconsistently in sphinx. just dont use it here as it
refuses to exclude ColumnOperators methods
Change-Id: Ic50865c9901e7225a99ff7f33454da15ff91b12f
(cherry picked from commit
25fa4c0250730958c39676007cc39df7b0ee2124)
:exclude-members: inherit_cache, __new__
.. autoclass:: Function
- :members:
- :inherited-members: ColumnElement
- :exclude-members: inherit_cache, __new__
.. autoclass:: FunctionElement
:members:
in the columns or where clause, for a backend such as PostgreSQL.
For a full table-valued expression, use the
- :meth:`_function.FunctionElement.table_valued` method first to
+ :meth:`_functions.FunctionElement.table_valued` method first to
establish named columns.
e.g.::