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