[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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.
Namespace: net.esper.indicator.pretty
Return Value
map of rendered page dimension member as key and TabularData containing table as valueAssembly: 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 ) |