@Deprecated public class SketchSetOperationMaker extends MetricMaker
metrics, NO_OP_MAP_PROVIDER, NO_OP_MAPPER
Constructor and Description |
---|
SketchSetOperationMaker(MetricDictionary metrics,
SketchSetOperationPostAggFunction function)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected int |
getDependentMetricsRequired()
Deprecated.
Get the number of dependent metrics the maker requires for making the metric.
|
protected LogicalMetric |
makeInner(LogicalMetricInfo logicalMetricInfo,
List<String> dependentMetrics)
Deprecated.
Delegated to for actually making the metric.
|
assertDependentMetricsExist, assertRequiredDependentMetricCount, getDependentQuery, getMergedQuery, getNumericField, getNumericField, getSketchField, getSketchField, make, make, make, makeInner
public SketchSetOperationMaker(MetricDictionary metrics, SketchSetOperationPostAggFunction function)
metrics
- A mapping of metric names to the corresponding LogicalMetrics. Used to resolve metric names
when making the logical metric.function
- The set operation to perform.protected LogicalMetric makeInner(LogicalMetricInfo logicalMetricInfo, List<String> dependentMetrics)
MetricMaker
makeInner
in class MetricMaker
logicalMetricInfo
- Logical metric info providerdependentMetrics
- Metrics this metric depends onprotected int getDependentMetricsRequired()
MetricMaker
getDependentMetricsRequired
in class MetricMaker
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.