Class CountDistinctWithNullAggregation
- java.lang.Object
-
- com.macrofocus.molap.aggregates.aggregation.AbstractAggregation
-
- com.macrofocus.molap.aggregates.aggregation.CountDistinctWithNullAggregation
-
- All Implemented Interfaces:
Aggregation
public class CountDistinctWithNullAggregation extends AbstractAggregation
-
-
Constructor Summary
Constructors Constructor Description CountDistinctWithNullAggregation(Series column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
compute(Cuboid cuboid, Group group)
java.lang.Class
getType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
CountDistinctWithNullAggregation
public CountDistinctWithNullAggregation(Series column)
-
-