public class ThetaSketchSetOperationHelper extends Object
Constructor and Description |
---|
ThetaSketchSetOperationHelper() |
Modifier and Type | Method and Description |
---|---|
static ThetaSketchSetOperationPostAggregation |
makePostAggFromAgg(SketchSetOperationPostAggFunction function,
String name,
List<FilteredAggregation> filteredAggregationList)
This method builds a ThetaSketchSetOperationPostAggregation by applying the set operation specified by 'function'
on the FilteredAggregations in the filteredAggregationList.
|
public static ThetaSketchSetOperationPostAggregation 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
ThetaSketchSetOperationPostAggregationCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.