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 |
---|---|
CountAggregation |
Cube.getCount(String name) |
CountAggregation |
InMemoryCube.getCount(String name) |
Modifier and Type | Method and Description |
---|---|
CountAggregation |
AbstractDataFrame.getCount(C column) |
CountAggregation |
DataFrame.getCount(Column column)
Returns the aggregation method for counting the number of values.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.