public class SegmentMetadataQuery extends BaseQuery<SegmentAnalysis>
GROUP_BY, SEARCH, SEGMENT_METADATA, SELECT, TIME_BOUNDARY, TIMESERIES, TOPN
Constructor and Description |
---|
SegmentMetadataQuery(DataSource dataSource,
QuerySegmentSpec querySegmentSpec,
ColumnIncluderator toInclude,
Boolean merge,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ColumnIncluderator |
getToInclude() |
String |
getType() |
boolean |
hasFilters() |
int |
hashCode() |
boolean |
isMerge() |
Query<SegmentAnalysis> |
withDataSource(DataSource dataSource) |
Query<SegmentAnalysis> |
withOverriddenContext(Map<String,Object> contextOverride) |
Query<SegmentAnalysis> |
withQuerySegmentSpec(QuerySegmentSpec spec) |
computeOverridenContext, getContext, getContextBySegment, getContextFinalize, getContextPopulateCache, getContextPriority, getContextUseCache, getContextValue, getContextValue, getDataSource, getDuration, getId, getIntervals, getQuerySegmentSpec, run, run, withId
public SegmentMetadataQuery(DataSource dataSource, QuerySegmentSpec querySegmentSpec, ColumnIncluderator toInclude, Boolean merge, Map<String,Object> context)
public ColumnIncluderator getToInclude()
public boolean isMerge()
public boolean hasFilters()
public String getType()
public Query<SegmentAnalysis> withOverriddenContext(Map<String,Object> contextOverride)
public Query<SegmentAnalysis> withQuerySegmentSpec(QuerySegmentSpec spec)
public Query<SegmentAnalysis> withDataSource(DataSource dataSource)
public boolean equals(Object o)
equals
in class BaseQuery<SegmentAnalysis>
public int hashCode()
hashCode
in class BaseQuery<SegmentAnalysis>
Copyright © 2015. All rights reserved.