MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / rollup

Method rollup

lib/sqlalchemy/sql/functions.py:1313–1313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1311
1312 @property
1313 def rollup(self) -> Type[_rollup_func[Any]]: ...
1314
1315 @property
1316 def session_user(self) -> Type[_session_user_func]: ...

Callers 2

test_cube_operatorsMethod · 0.80
test_groupby_rollupMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_cube_operatorsMethod · 0.64
test_groupby_rollupMethod · 0.64