[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Utility methods for dealing with Cube multidimensional tables (OLAP style). Enables iterating within dimensions, obtaining cell count for dimension sizes etc.. Cubes can be 1-dimensional to n-dimensional and these utility methods deal with this variety.

Namespace: net.esper.view.stat.olap
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class CubeDimensionHelper
C#
public sealed class CubeDimensionHelper
Visual C++
public ref class CubeDimensionHelper sealed

Inheritance Hierarchy

System.Object
  net.esper.view.stat.olap.CubeDimensionHelper