wushap commented on code in PR #2144:
URL: https://github.com/apache/orc/pull/2144#discussion_r1975814839


##########
c++/include/orc/Reader.hh:
##########
@@ -495,10 +495,17 @@ namespace orc {
      */
     virtual uint64_t getNumberOfStripeStatistics() const = 0;
 
+    /**
+     * Get the statistics about a stripe .
+     * @param stripeIndex the index of the stripe (0 to N-1) to get statistics 
about
+     * @return the statistics about that stripe without reading row group 
index statistics
+     */
+    virtual std::unique_ptr<Statistics> getStripeStatisticsOnly(uint64_t 
stripeIndex) const = 0;

Review Comment:
   This looks better



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

Reply via email to