dongjoon-hyun commented on code in PR #2269:
URL: https://github.com/apache/orc/pull/2269#discussion_r2184023122


##########
c++/include/orc/Statistics.hh:
##########
@@ -367,6 +366,33 @@ namespace orc {
     virtual int32_t getMaximumNanos() const = 0;
   };
 
+  /**
+   * Statistics for Geometry and Geography
+   */
+  class GeospatialColumnStatistics : public ColumnStatistics {
+   public:
+    virtual ~GeospatialColumnStatistics();
+
+    /**
+     * get bounding box

Review Comment:
   nit. Maybe, `get` -> `Get` for consistency with other code around this?



-- 
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: issues-unsubscr...@orc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to