| Package | Description | 
|---|---|
| io.druid.query.groupby.having | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AlwaysHavingSpec
A "having" spec that always evaluates to true 
 | 
class  | 
AndHavingSpec
The logical "and" operator for the "having" clause. 
 | 
class  | 
DimensionSelectorHavingSpec  | 
class  | 
DimFilterHavingSpec  | 
class  | 
EqualToHavingSpec
The "=" operator in a "having" clause. 
 | 
class  | 
GreaterThanHavingSpec
The ">" operator in a "having" clause. 
 | 
class  | 
LessThanHavingSpec
The "<" operator in a "having" clause. 
 | 
class  | 
NeverHavingSpec
A "having" spec that always evaluates to false 
 | 
class  | 
NotHavingSpec
The logical "not" operator for the "having" clause. 
 | 
class  | 
OrHavingSpec
The logical "or" operator for the "having" clause. 
 | 
Copyright © 2011–2018. All rights reserved.