SuKi2cn opened a new pull request, #373:
URL: https://github.com/apache/iceberg-cpp/pull/373

   This PR implements the DataFile evaluation for aggregates addressing issue 
#360.
   - MAX/MIN now support evaluation from DataFile metrics.
   - Count-family aggregates now follow Java semantics:
     - CountNonNull: requires value + null counts
     - CountNull: requires null counts
     - CountStar: requires non-negative record_count
     Missing metrics mark the aggregator invalid and produce null results.
   - Added AggregateEvaluator::AllAggregatorsValid().
     Mirrors Java’s allAggregatorsValid() to indicate when aggregates can be 
reliably computed from DataFile metrics.
   - Added MAX/MIN overloads for UnboundTerm<BoundTransform>.
   - Updated and extended tests:


-- 
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]

Reply via email to