Modifier and Type | Field and Description |
---|---|
static Function<String,ResultSetMapper> |
MetricMaker.NO_OP_MAP_PROVIDER |
Modifier and Type | Method and Description |
---|---|
protected ResultSetMapper |
RawAggregationMetricMaker.getResultSetMapper(String metricName)
The result set mapper associated with this metric.
|
ResultSetMapper |
SketchCountMaker.getResultSetMapper(String metricName)
Deprecated.
|
ResultSetMapper |
ThetaSketchMaker.getResultSetMapper(String metricName) |
Constructor and Description |
---|
ArithmeticMaker(MetricDictionary metricDictionary,
ArithmeticPostAggregation.ArithmeticPostAggregationFunction function,
Function<String,ResultSetMapper> resultSetMapperSupplier)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResultSetMapper |
LogicalMetric.getCalculation() |
Constructor and Description |
---|
LogicalMetric(TemplateDruidQuery templateDruidQuery,
ResultSetMapper calculation,
LogicalMetricInfo logicalMetricInfo)
Constructor.
|
LogicalMetric(TemplateDruidQuery templateDruidQuery,
ResultSetMapper calculation,
String name)
Deprecated.
Properties, such as name, of LogicalMetric is stored in a unified object called
LogicalMetricInfo . Use new constructor
LogicalMetric.LogicalMetric(TemplateDruidQuery, ResultSetMapper, LogicalMetricInfo) instead. |
LogicalMetric(TemplateDruidQuery templateDruidQuery,
ResultSetMapper calculation,
String name,
String description)
Deprecated.
Properties, such as name, of LogicalMetric is stored in a unified object called
LogicalMetricInfo . Use new constructor
LogicalMetric.LogicalMetric(TemplateDruidQuery, ResultSetMapper, LogicalMetricInfo) instead. |
LogicalMetric(TemplateDruidQuery templateDruidQuery,
ResultSetMapper calculation,
String name,
String longName,
String category,
String description)
Deprecated.
Properties, such as name, of LogicalMetric is stored in a unified object called
LogicalMetricInfo . Use new constructor
LogicalMetric.LogicalMetric(TemplateDruidQuery, ResultSetMapper, LogicalMetricInfo) instead. |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeSortMapper
Mapper to sort the result set based on dateTime column sort direction.
|
class |
NoOpResultSetMapper
NoOp Result set mapper.
|
class |
PaginationMapper
Extracts the requested page of data from the Druid results.
|
class |
PartialDataResultSetMapper
A mapper that removes results which overlap a missing interval set.
|
class |
RowNumMapper
Mapper to add row numbers to each result in a result set.
|
class |
SketchRoundUpMapper
Mapper to round floating point values to their ceiling.
|
class |
TopNResultSetMapper
Mapper to truncate a result set produced by a groupby druid query to the requested top N rows.
|
Modifier and Type | Method and Description |
---|---|
ResultSetMapper |
ColumnMapper.withColumnName(String columnName)
Deprecated.
Returns a copy of this ResultSetMapper with the specified columnName.
|
ResultSetMapper |
SketchRoundUpMapper.withColumnName(String newColumnName)
Deprecated.
|
ResultSetMapper |
NoOpResultSetMapper.withColumnName(String newColumnName)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<ResultSetMapper> |
MappingResponseProcessor.mappers |
Modifier and Type | Method and Description |
---|---|
protected List<ResultSetMapper> |
MappingResponseProcessor.buildResultSetMapperList(DataApiRequest apiRequest)
Extract all ResultSetMappers from the api request.
|
List<ResultSetMapper> |
MappingResponseProcessor.getMappers() |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.