You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The asSketchEstimate(SketchAggregation candidate) of ThetaSketchFieldConverter class currently takes SketchAggregation as the parameter and returns SketchAggregation as a ThetaSketchEstimatePostAggregation .
Rather than taking SketchAggregation as a parameter, we can make two versions of asSketchEstimate with one taking Aggregation as a parameter and the other taking PostAggregation as a parameter so that only the metrics which are part of Aggregation are marked as field access whereas the ones which are part of PostAggregation are not.
This will help in doing some custom sketch operations in the PostAggregations.
The text was updated successfully, but these errors were encountered:
asSketchEstimate(SketchAggregation candidate)
ofThetaSketchFieldConverter
class currently takesSketchAggregation
as the parameter and returnsSketchAggregation
as aThetaSketchEstimatePostAggregation
.SketchAggregation
as a parameter, we can make two versions ofasSketchEstimate
with one takingAggregation
as a parameter and the other takingPostAggregation
as a parameter so that only the metrics which are part ofAggregation
are marked as field access whereas the ones which are part ofPostAggregation
are not.The text was updated successfully, but these errors were encountered: