I am trying to implement a multi dimensional data cube in c#. Could somebody point in the direction of resources that would serve as a starting poi开发者_如何学Pythonnt. I am primarily interested in data structures needed to implement the cube.
I'm not sure if this is helpful, but there is a sourceforge project http://mondrian.pentaho.com/. There is a community edition which is open source, so you may be able to get some ideas on the underlying data structures even though it is not a c# implementation.
There is also a few useful references for MDX at this stackoverflow post
精彩评论