Package | Description |
---|---|
com.yahoo.bard.webservice.druid.model.having | |
com.yahoo.bard.webservice.sql.evaluator |
Modifier and Type | Method and Description |
---|---|
NumericHaving |
NumericHaving.withAggregation(String aggregation)
Get a new instance of this having with the given aggregation.
|
NumericHaving |
NumericHaving.withType(HavingType type)
Get a new instance of this having with the given type.
|
NumericHaving |
NumericHaving.withValue(Number value)
Get a new instance of this having with the given value.
|
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rex.RexNode |
HavingEvaluator.evaluate(NumericHaving having,
org.apache.calcite.tools.RelBuilder builder,
ApiToFieldMapper apiToFieldMapper)
Evaluates a
NumericHaving . |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.