@Deprecated public class SketchSetOperationHelper extends Object
Constructor and Description |
---|
SketchSetOperationHelper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SketchSetOperationPostAggregation |
makePostAggFromAgg(SketchSetOperationPostAggFunction function,
String name,
List<FilteredAggregation> filteredAggregationList)
Deprecated.
This method builds a SketchSetOperationPostAggregation by applying the set operation specified by 'function'
on the FilteredAggregations in the filteredAggregationList.
|
public static SketchSetOperationPostAggregation makePostAggFromAgg(SketchSetOperationPostAggFunction function, String name, List<FilteredAggregation> filteredAggregationList)
function
- The set operation to perform. ex: UNION, INTERSECTname
- The name for the resultant SketchSetOperationPostAggregationfilteredAggregationList
- A List containing FilteredAggregators that should be used to generate the
SketchSetOperationPostAggregationCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.