Package | Description |
---|---|
com.macrofocus.molap.aggregates.cube |
Provides the necessary classes and interfaces for dealing with multidimensional cubes.
|
com.macrofocus.molap.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
Modifier and Type | Method and Description |
---|---|
MeanAggregation |
Cube.getMean(String name) |
MeanAggregation |
InMemoryCube.getMean(String name) |
Modifier and Type | Method and Description |
---|---|
MeanAggregation |
AbstractDataFrame.getMean(C column) |
MeanAggregation |
DataFrame.getMean(Column column)
Returns the aggregation method for computing the mean value.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.