Package | Description |
---|---|
com.yahoo.bard.webservice.data | |
com.yahoo.bard.webservice.druid.model.query |
Modifier and Type | Method and Description |
---|---|
protected TopNQuery |
DruidQueryBuilder.buildTopNQuery(TemplateDruidQuery template,
ConstrainedTable table,
Granularity granularity,
org.joda.time.DateTimeZone timeZone,
Set<Dimension> groupByDimension,
Filter filter,
Set<org.joda.time.Interval> intervals,
TopNMetric metricSpec,
int topN)
Builds a druid topN query.
|
Modifier and Type | Method and Description |
---|---|
TopNQuery |
TopNQuery.withAggregations(Collection<Aggregation> aggregations) |
TopNQuery |
TopNQuery.withAllIntervals(Collection<org.joda.time.Interval> intervals) |
TopNQuery |
TopNQuery.withContext(QueryContext context) |
TopNQuery |
TopNQuery.withDataSource(DataSource dataSource) |
TopNQuery |
TopNQuery.withDimension(Dimension dimension) |
TopNQuery |
TopNQuery.withFilter(Filter filter) |
TopNQuery |
TopNQuery.withGranularity(Granularity granularity) |
TopNQuery |
TopNQuery.withInnermostDataSource(DataSource dataSource) |
TopNQuery |
TopNQuery.withIntervals(Collection<org.joda.time.Interval> intervals) |
TopNQuery |
TopNQuery.withMetric(TopNMetric metric) |
TopNQuery |
TopNQuery.withPostAggregations(Collection<PostAggregation> postAggregations) |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.