Package | Description |
---|---|
com.yahoo.bard.webservice.data.metric | |
com.yahoo.bard.webservice.druid.model.query | |
com.yahoo.bard.webservice.sql |
Modifier and Type | Method and Description |
---|---|
QueryContext |
TemplateDruidQuery.getContext() |
Modifier and Type | Method and Description |
---|---|
TemplateDruidQuery |
TemplateDruidQuery.withContext(QueryContext context) |
Modifier and Type | Field and Description |
---|---|
protected QueryContext |
AbstractDruidQuery.context |
Modifier and Type | Method and Description |
---|---|
QueryContext |
QueryContext.fork()
Fork the QueryContext, cloning the values and continuing the number fo queries.
|
QueryContext |
DruidQuery.getContext()
Returns the context of the query.
|
QueryContext |
AbstractDruidQuery.getContext() |
QueryContext |
QueryContext.withBySegment(Boolean bySegment) |
QueryContext |
QueryContext.withFinalize(Boolean finalize) |
QueryContext |
QueryContext.withPopulateCache(Boolean populateCache) |
QueryContext |
QueryContext.withPriority(Integer priority) |
QueryContext |
QueryContext.withQueryId(String queryId) |
QueryContext |
QueryContext.withTimeout(Integer timeout) |
QueryContext |
QueryContext.withUncoveredIntervalsLimit(Integer uncoveredIntervalsLimit) |
QueryContext |
QueryContext.withUseCache(Boolean useCache) |
protected QueryContext |
QueryContext.withValue(QueryContext.Param param,
Object value)
Copy-mutate the context on the given field with the given value.
|
Modifier and Type | Method and Description |
---|---|
DruidSearchQuery |
DruidSearchQuery.withContext(QueryContext context) |
SegmentMetadataQuery |
SegmentMetadataQuery.withContext(QueryContext context) |
TopNQuery |
TopNQuery.withContext(QueryContext context) |
Q |
DruidQuery.withContext(QueryContext context)
Returns a copy of this query with the specified context.
|
LookbackQuery |
LookbackQuery.withContext(QueryContext context) |
TimeBoundaryQuery |
TimeBoundaryQuery.withContext(QueryContext context) |
TimeSeriesQuery |
TimeSeriesQuery.withContext(QueryContext context) |
GroupByQuery |
GroupByQuery.withContext(QueryContext context) |
Constructor and Description |
---|
AbstractDruidAggregationQuery(QueryType queryType,
DataSource dataSource,
Granularity granularity,
Collection<Dimension> dimensions,
Filter filter,
Collection<Aggregation> aggregations,
Collection<PostAggregation> postAggregations,
Collection<org.joda.time.Interval> intervals,
QueryContext context,
boolean doFork)
Constructor.
|
AbstractDruidFactQuery(QueryType queryType,
DataSource dataSource,
Granularity granularity,
Filter filter,
Collection<org.joda.time.Interval> intervals,
QueryContext context,
boolean doFork)
Constructor.
|
AbstractDruidQuery(QueryType queryType,
DataSource dataSource,
QueryContext context,
boolean doFork)
Constructor.
|
DruidSearchQuery(DataSource dataSource,
Granularity granularity,
Filter filter,
Collection<org.joda.time.Interval> intervals,
Collection<Dimension> searchDimensions,
SearchQuerySpec query,
SearchSortDirection sort,
Integer limit,
QueryContext context,
boolean doFork)
Constructor.
|
GroupByQuery(DataSource dataSource,
Granularity granularity,
Collection<Dimension> dimensions,
Filter filter,
Having having,
Collection<Aggregation> aggregations,
Collection<PostAggregation> postAggregations,
Collection<org.joda.time.Interval> intervals,
LimitSpec limitSpec,
QueryContext context,
boolean doFork)
Constructor.
|
LookbackQuery(DataSource dataSource,
Collection<PostAggregation> postAggregations,
QueryContext context,
Collection<org.joda.time.Period> lookbackOffsets,
Collection<String> lookbackPrefixes,
Having having,
LimitSpec limitSpec)
Constructor.
|
QueryContext(QueryContext copy,
Map<QueryContext.Param,Object> contextMap)
Constructor.
|
SegmentMetadataQuery(DataSource dataSource,
Collection<org.joda.time.Interval> intervals,
QueryContext context,
boolean doFork)
Constructor.
|
TimeBoundaryQuery(DataSource dataSource,
QueryContext context,
boolean doFork)
Constructor.
|
TimeSeriesQuery(DataSource dataSource,
Granularity granularity,
Filter filter,
Collection<Aggregation> aggregations,
Collection<PostAggregation> postAggregations,
Collection<org.joda.time.Interval> intervals,
QueryContext context,
boolean doFork)
Constructor.
|
TopNQuery(DataSource dataSource,
Granularity granularity,
Dimension dimension,
Filter filter,
Collection<Aggregation> aggregations,
Collection<PostAggregation> postAggregations,
Collection<org.joda.time.Interval> intervals,
long threshold,
TopNMetric metric,
QueryContext context,
boolean doFork)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SqlAggregationQuery |
SqlAggregationQuery.withContext(QueryContext context) |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.