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

Render the Cube as a collection of OpenMBean TabularData tables, each table carries a string key that contains the page dimension member, if present, else just the string TABLE_NAME.

Return Value

map of rendered page dimension member as key and TabularData containing table as value

Namespace: net.esper.indicator.pretty
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function RenderCube ( _
	cube As Cube _
) As IDictionary(Of String, DataTable)
C#
public static IDictionary<string, DataTable> RenderCube (
	Cube cube
)
Visual C++
public:
static IDictionary<String^, DataTable^>^ RenderCube (
	Cube^ cube
)

Parameters

cube
net.esper.view.stat.olap.Cube