| Interface | Description | 
|---|---|
| HavingSpec | 
 A "having" clause that filters aggregated/dimension value. 
 | 
| Class | Description | 
|---|---|
| AlwaysHavingSpec | 
 A "having" spec that always evaluates to true 
 | 
| AndHavingSpec | 
 The logical "and" operator for the "having" clause. 
 | 
| BaseHavingSpec | |
| DimensionSelectorHavingSpec | |
| DimFilterHavingSpec | |
| EqualToHavingSpec | 
 The "=" operator in a "having" clause. 
 | 
| GreaterThanHavingSpec | 
 The ">" operator in a "having" clause. 
 | 
| LessThanHavingSpec | 
 The "<" operator in a "having" clause. 
 | 
| NeverHavingSpec | 
 A "having" spec that always evaluates to false 
 | 
| NotHavingSpec | 
 The logical "not" operator for the "having" clause. 
 | 
| OrHavingSpec | 
 The logical "or" operator for the "having" clause. 
 | 
Copyright © 2011–2018. All rights reserved.