class cube(GenericFunction):
Implement the CUBE grouping operation.
This function is used as part of the GROUP BY of a statement,
e.g. _expression.Select.group_by
:
stmt = select( func.sum(table.c.value), table.c.col_1, table.c.col_2 ).group_by(func.cube(table.c.col_1, table.c.col_2))
Class Variable | _has_args |
Undocumented |
Class Variable | inherit_cache |
Undocumented |
Inherited from GenericFunction
:
Method | __init__ |
Undocumented |
Class Variable | _register |
Undocumented |
Class Variable | coerce_arguments |
Undocumented |
Instance Variable | _bind |
Undocumented |
Instance Variable | clause_expr |
Undocumented |
Instance Variable | packagenames |
Undocumented |
Instance Variable | type |
Undocumented |