Package org.pentaho.aggdes.model
Interface Measure
- All Superinterfaces:
Attribute
A quantity of interest in a star schema.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether this measure is a distinct aggregation, such asdistinct-count.Methods inherited from interface org.pentaho.aggdes.model.Attribute
estimateSpace, getAncestorAttributes, getCandidateColumnName, getDatatype, getLabel, getTable
-
Method Details
-
isDistinct
boolean isDistinct()Returns whether this measure is a distinct aggregation, such asdistinct-count.Distinct aggregations cannot be rolled up, in general, so more aggregate tables are required for the same performance gain.
- Returns:
- whether the measure is distinct
-