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
Is your feature request related to a problem or challenge?
#22921 has refactored approx_distinct into a more generic implementation over different input types, now it's easy to support additional arg types. (Thanks to @Jefffrey for pointing it out in the review)
Is your feature request related to a problem or challenge?
#22921 has refactored
approx_distinctinto a more generic implementation over different input types, now it's easy to support additional arg types. (Thanks to @Jefffrey for pointing it out in the review)Describe the solution you'd like
AccumulatorandGroupsAccumulator(see refactor: Simplifyapprox_distinct(-200 LoC) #22921 for details)sqllogictestsNote we don't have to support all applicable types at once, some complex type might get tricky to test, so I prefer to do this incrementally
Describe alternatives you've considered
No response
Additional context
No response