SuKi2cn commented on PR #335: URL: https://github.com/apache/iceberg-cpp/pull/335#issuecomment-3562361844
I've updated the design to align with the current Predicate pattern and the Java implementation: - Removed unbound aggregate subclasses (e.g. CountAggregate on the unbound side). - Introduced UnboundAggregateImpl<BoundReference> to handle all unbound aggregates, similar to Predicate. - Refactored BoundAggregate to be the primary execution unit and moved row-level logic into its subclasses. - Updated AggregateEvaluator to act as a driver over bound aggregates instead of owning aggregate semantics. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
