SuKi2cn opened a new pull request, #335:
URL: https://github.com/apache/iceberg-cpp/pull/335
This PR addresses issue #330 by introducing aggregate expressions &
execution support.
* Add aggregate expression family (count / count_null / count_star / max /
min)
with bound/unbound types, visitor and binder support.
* Add `AggregateEvaluator` for count/max/min execution over `StructLike`
rows.
* Expose aggregate factories in `Expressions` and wire into CMake/Meson
builds
with new aggregate tests.
#### Tests
* `cmake --build build-clang`
* `ctest --test-dir build-clang --output-on-failure`
--
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]