| Package | Description | 
|---|---|
| com.yahoo.bard.webservice.druid.model.having | |
| com.yahoo.bard.webservice.sql.evaluator | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AndHaving
Having clause model for logical AND applied to a set of druid having expressions. 
 | 
class  | 
OrHaving
Having clause model for logical OR applied to a set of druid having expressions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract MultiClauseHaving | 
MultiClauseHaving.withHavings(List<Having> havings)
Get a new instance of this having with the given Havings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.calcite.rex.RexNode | 
HavingEvaluator.listEvaluate(MultiClauseHaving multiClauseHaving,
            org.apache.calcite.sql.SqlOperator operator,
            org.apache.calcite.tools.RelBuilder builder,
            ApiToFieldMapper apiToFieldMapper)
Evaluates a  
MultiClauseHaving filter by performing it's operation over a list of other havings. | 
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.