[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Interface for querying multidimensional data.
net.esper.view.stat.olap.Dimension presents information about the dimensionality of the data.
Cells are net.esper.view.stat.olap.Cell instances.
The identification of cell in the cube occurs by member values for each dimension.
The following tables list the members exposed by the Cube type.
Public Methods
Name | Description | |
---|---|---|
![]() | GetMembers | Returns the member value for each dimension that intersect to identify the cell of the given ordinal. |
![]() | GetOrdinal | Given the the members of each dimension that define the intersection, returns the ordinal of a measure. |