atoti.Cube#

class atoti.Cube#

Cube of a Session.

aggregate_providers

aggregates_cache

Aggregates cache of the cube.

create_date_hierarchy

Create a multilevel date hierarchy based on a date column.

create_parameter_hierarchy_from_column

Create a single-level hierarchy which dynamically takes its members from a column.

create_parameter_hierarchy_from_members

Create a single-level hierarchy with the given members.

create_parameter_simulation

Create a parameter simulation and its associated measures.

explain_query

Run the query but, instead of returning its result, return the explanation of how it was executed containing a summary, global timings, and the query plan with all the retrievals.

hierarchies

Hierarchies of the cube.

levels

Levels of the cube.

measures

Measures of the cube.

name

Name of the cube.

query

Query the cube to retrieve the value of the passed measures on the given levels.

shared_context

Context values shared by all the users.