Package | Description |
---|---|
com.yahoo.bard.webservice.druid.model.query |
Modifier and Type | Method and Description |
---|---|
LookbackQuery |
LookbackQuery.withAggregations(Collection<Aggregation> aggregations) |
LookbackQuery |
LookbackQuery.withAllIntervals(Collection<org.joda.time.Interval> intervals) |
LookbackQuery |
LookbackQuery.withContext(QueryContext context) |
LookbackQuery |
LookbackQuery.withDataSource(DataSource dataSource) |
LookbackQuery |
LookbackQuery.withFilter(Filter filter) |
LookbackQuery |
LookbackQuery.withGranularity(Granularity granularity) |
LookbackQuery |
LookbackQuery.withHaving(Having having) |
LookbackQuery |
LookbackQuery.withInnermostDataSource(DataSource dataSource) |
LookbackQuery |
LookbackQuery.withInnerQueryPostAggregations(Collection<PostAggregation> postAggregations)
Update the postAggregations of the nested inner query.
|
LookbackQuery |
LookbackQuery.withIntervals(Collection<org.joda.time.Interval> intervals) |
LookbackQuery |
LookbackQuery.withLookbackOffsets(List<org.joda.time.Period> lookbackOffsets) |
LookbackQuery |
LookbackQuery.withLookbackPrefix(List<String> lookbackPrefixes) |
LookbackQuery |
LookbackQuery.withLookbackQueryPostAggregations(Collection<PostAggregation> postAggregations)
Update the postAggregations of the LookbackQuery(outer query).
|
LookbackQuery |
LookbackQuery.withOrderBy(LimitSpec limitSpec) |
LookbackQuery |
LookbackQuery.withPostAggregations(Collection<PostAggregation> postAggregations) |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.