Package | Description |
---|---|
com.yahoo.bard.webservice.sql | |
com.yahoo.bard.webservice.sql.aggregation |
Modifier and Type | Method and Description |
---|---|
protected BiFunction<Aggregation,ApiToFieldMapper,Optional<SqlAggregation>> |
DruidQueryToSqlConverter.buildDruidSqlTypeConverter()
Builds a converter between druid and sql aggregations.
|
Modifier and Type | Method and Description |
---|---|
SqlAggregation |
DefaultSqlAggregationType.getSqlAggregation(Aggregation aggregation,
ApiToFieldMapper apiToFieldMapper) |
SqlAggregation |
SqlAggregationType.getSqlAggregation(Aggregation aggregation,
ApiToFieldMapper apiToFieldMapper)
Builds a
SqlAggregation which contains all the necessary information to build an aggregation in sql. |
Modifier and Type | Method and Description |
---|---|
Optional<SqlAggregation> |
DruidSqlAggregationConverter.apply(Aggregation aggregation,
ApiToFieldMapper apiToFieldMapper)
Finds the corresponding
SqlAggregation from a druid aggregation. |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.