wgtmac opened a new issue, #330: URL: https://github.com/apache/iceberg-cpp/issues/330
Add `Aggregate` to the `Expression` family. The current expression implementation looks pretty much similar to the Java implementation. The work items would include: - [ ] `Aggregate` - [ ] `UnboundAggregate` - [ ] `BoundAggregate` - [ ] `CountAggregate`: include `CountNull`,`CountNotNull`,`CountStar` - [ ] `ValueAggregate`: include `MaxAggregate` and `MinAggregate` - [ ] `AggregateEvaluator` -- 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]
